diff options
author | kirisha-k <kirisha-k@yandex-team.com> | 2023-04-18 21:03:40 +0300 |
---|---|---|
committer | kirisha-k <kirisha-k@yandex-team.com> | 2023-04-18 21:03:40 +0300 |
commit | f5155214db272a174c01535bc68d5ffdf6a438f6 (patch) | |
tree | ab1482d43779e6c4f7278d8368cab903730071bf | |
parent | b0dc1a49941be300fa164dcb9ae79235e5def21f (diff) | |
download | ydb-f5155214db272a174c01535bc68d5ffdf6a438f6.tar.gz |
add option to blockstore config
Add option to blockstore config
-rw-r--r-- | ydb/core/protos/blockstore_config.proto | 3 |
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 { |