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
commit794a2d21870524f63c281c0c368edf5a6cdec02c (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parenta98793e60bff590fe18558971ea5ca7ef5318538 (diff)
downloadydb-794a2d21870524f63c281c0c368edf5a6cdec02c.tar.gz
Restoring authorship annotation for <arigachnyy@yandex-team.ru>. Commit 2 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 fcac9985765..5cba383bfdc 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 8fd81651368..57c282b9f41 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