aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrbasic <drbasic@yandex-team.com>2023-01-10 15:01:41 +0300
committerdrbasic <drbasic@yandex-team.com>2023-01-10 15:01:41 +0300
commit2b51fc1f75ba6ed8b013f3a00b7081c23fdf0dba (patch)
tree5bb64284c13c40cc8bf4e7eb90b802e4059e71e9
parent90cfeef556fb29dfe9033dc427e0436937c6316c (diff)
downloadydb-2b51fc1f75ba6ed8b013f3a00b7081c23fdf0dba.tar.gz
new PartitionId proto field
PartitionId for new partition placement strategy
-rw-r--r--ydb/core/protos/blockstore_config.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/ydb/core/protos/blockstore_config.proto b/ydb/core/protos/blockstore_config.proto
index bf19cc667fd..d27b620b42e 100644
--- a/ydb/core/protos/blockstore_config.proto
+++ b/ydb/core/protos/blockstore_config.proto
@@ -110,6 +110,9 @@ message TVolumeConfig {
// Encryption description.
optional TEncryptionDesc EncryptionDesc = 44;
+
+ // Placement partition id.
+ optional string PlacementPartitionId = 45;
}
message TUpdateVolumeConfig {