diff options
author | barkovbg <barkovbg@yandex-team.com> | 2023-08-09 15:02:13 +0300 |
---|---|---|
committer | barkovbg <barkovbg@yandex-team.com> | 2023-08-09 17:22:37 +0300 |
commit | ff8eec9e85a6ff60582bfef5a361e8e1be842f4a (patch) | |
tree | 335f88afe2a3168d84b5ed22bd795efa1bfb58e0 | |
parent | 7ec365617c85de13ffca4424b6cfc8a2e55f4acf (diff) | |
download | ydb-ff8eec9e85a6ff60582bfef5a361e8e1be842f4a.tar.gz |
[blockstore]completely delete FillToken from Volume Config
-rw-r--r-- | ydb/core/protos/blockstore_config.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ydb/core/protos/blockstore_config.proto b/ydb/core/protos/blockstore_config.proto index ab8fe9618e..d29f4ba161 100644 --- a/ydb/core/protos/blockstore_config.proto +++ b/ydb/core/protos/blockstore_config.proto @@ -131,9 +131,6 @@ message TVolumeConfig { // Is disk filling finished. optional bool IsFillFinished = 49; - // TODO: delete this field. - optional string FillToken = 50; - // Mount requests with incorrect FillGeneration will be rejected unless filling is finished. optional uint64 FillGeneration = 51; } |