aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarigachnyy <arigachnyy@yandex-team.ru>2022-02-10 16:52:22 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:22 +0300
commita98793e60bff590fe18558971ea5ca7ef5318538 (patch)
treee3d2e94b473ad871d379c52e5609af049e15ddae
parentddfd2b41c9f1635a5076cdc809822e3a24a7c355 (diff)
downloadydb-a98793e60bff590fe18558971ea5ca7ef5318538.tar.gz
Restoring authorship annotation for <arigachnyy@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--ydb/core/protos/blockstore_config.proto6
-rw-r--r--ydb/tests/library/harness/kikimr_config.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/ydb/core/protos/blockstore_config.proto b/ydb/core/protos/blockstore_config.proto
index 5cba383bfdc..fcac9985765 100644
--- a/ydb/core/protos/blockstore_config.proto
+++ b/ydb/core/protos/blockstore_config.proto
@@ -90,9 +90,9 @@ message TVolumeConfig {
// Determines index geometry for v2 partitions.
optional uint32 ZoneBlockCount = 38;
-
- // Encryption key hash
- optional bytes EncryptionKeyHash = 39;
+
+ // Encryption key hash
+ optional bytes EncryptionKeyHash = 39;
// Indicates that volume does not belong to user directly, but used for system needs
optional bool IsSystem = 40;
diff --git a/ydb/tests/library/harness/kikimr_config.py b/ydb/tests/library/harness/kikimr_config.py
index 57c282b9f41..8fd81651368 100644
--- a/ydb/tests/library/harness/kikimr_config.py
+++ b/ydb/tests/library/harness/kikimr_config.py
@@ -390,7 +390,7 @@ class KikimrConfigGenerator(object):
if self.__use_in_memory_pdisks:
pdisk_size_gb = disk_size / (1024*1024*1024)
- pdisk_path = "SectorMap:%d:%d" % (pdisk_id, pdisk_size_gb)
+ pdisk_path = "SectorMap:%d:%d" % (pdisk_id, pdisk_size_gb)
else:
tmp_file = tempfile.NamedTemporaryFile(prefix="pdisk{}".format(pdisk_id), suffix=".data", dir=self._pdisk_store_path)
pdisk_path = tmp_file.name