aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgayurgin <gayurgin@yandex-team.com>2023-07-27 16:39:46 +0300
committergayurgin <gayurgin@yandex-team.com>2023-07-27 16:39:46 +0300
commit576a61b1beb4548edf1c9f0281799d74ca7c78f7 (patch)
treef70856e8d20a9e0994c73918c9e807d06f958a86
parentde9b9c06b0ce47ad95f436a6b4a0e9e6692452a0 (diff)
downloadydb-576a61b1beb4548edf1c9f0281799d74ca7c78f7.tar.gz
[nbs] add is fill finished field to volume config, add finish fill disk action
[nbs] update fill state action fixes [nbs] add update fill state action
-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 66b1535013d..56e73205805 100644
--- a/ydb/core/protos/blockstore_config.proto
+++ b/ydb/core/protos/blockstore_config.proto
@@ -127,6 +127,9 @@ message TVolumeConfig {
// Is partitions PoolKind set manually or by config.
optional bool IsPartitionsPoolKindSetManually = 48;
+
+ // Is disk filling finished.
+ optional bool IsFillFinished = 49;
}
message TUpdateVolumeConfig {