diff options
author | gayurgin <gayurgin@yandex-team.com> | 2023-07-27 16:39:46 +0300 |
---|---|---|
committer | gayurgin <gayurgin@yandex-team.com> | 2023-07-27 16:39:46 +0300 |
commit | 576a61b1beb4548edf1c9f0281799d74ca7c78f7 (patch) | |
tree | f70856e8d20a9e0994c73918c9e807d06f958a86 | |
parent | de9b9c06b0ce47ad95f436a6b4a0e9e6692452a0 (diff) | |
download | ydb-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.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 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 { |