aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkirisha-k <kirisha-k@yandex-team.com>2023-04-18 21:03:40 +0300
committerkirisha-k <kirisha-k@yandex-team.com>2023-04-18 21:03:40 +0300
commitf5155214db272a174c01535bc68d5ffdf6a438f6 (patch)
treeab1482d43779e6c4f7278d8368cab903730071bf
parentb0dc1a49941be300fa164dcb9ae79235e5def21f (diff)
downloadydb-f5155214db272a174c01535bc68d5ffdf6a438f6.tar.gz
add option to blockstore config
Add option to blockstore config
-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 26fda533d32..66b1535013d 100644
--- a/ydb/core/protos/blockstore_config.proto
+++ b/ydb/core/protos/blockstore_config.proto
@@ -124,6 +124,9 @@ message TVolumeConfig {
// Placement partition index.
optional uint32 PlacementPartitionIndex = 47;
+
+ // Is partitions PoolKind set manually or by config.
+ optional bool IsPartitionsPoolKindSetManually = 48;
}
message TUpdateVolumeConfig {