diff options
author | barkovbg <barkovbg@yandex-team.com> | 2023-08-01 15:30:19 +0300 |
---|---|---|
committer | barkovbg <barkovbg@yandex-team.com> | 2023-08-01 15:30:19 +0300 |
commit | 6c6ba19595db9be00630f2e3581935e18f5310da (patch) | |
tree | fb6187b77d542569ce3d67fa0edf86b0f25dea11 | |
parent | e2c8914a270962f2bc076aa5bc0dd9e6825badfd (diff) | |
download | ydb-6c6ba19595db9be00630f2e3581935e18f5310da.tar.gz |
[blockstore]Set FillToken on creating and idempotency check
-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 56e73205805..f4674d6f11a 100644 --- a/ydb/core/protos/blockstore_config.proto +++ b/ydb/core/protos/blockstore_config.proto @@ -130,6 +130,9 @@ message TVolumeConfig { // Is disk filling finished. optional bool IsFillFinished = 49; + + // Mount requests with incorrect FillToken will be rejected unless filling is finished. + optional string FillToken = 50; } message TUpdateVolumeConfig { |