diff options
author | sharpeye <sharpeye@yandex-team.ru> | 2022-04-01 21:06:38 +0300 |
---|---|---|
committer | sharpeye <sharpeye@yandex-team.ru> | 2022-04-01 21:06:38 +0300 |
commit | 946e317bc8a6f9a90572f0095bd35e5be9593a3e (patch) | |
tree | 38eb256f2251f1a8b9416ab754b5105da8fe9a8e | |
parent | f5675cacd795de89f9cd75b552563f9f2df0c0c9 (diff) | |
download | ydb-946e317bc8a6f9a90572f0095bd35e5be9593a3e.tar.gz |
NBS-3088: rename StorageNodes to AgentIds
ref:d2f80966fcf2cea1d9e38f6325c2ea09f9eec363
-rw-r--r-- | ydb/core/protos/blockstore_config.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/protos/blockstore_config.proto b/ydb/core/protos/blockstore_config.proto index 34c3845ffe5..435a3080171 100644 --- a/ydb/core/protos/blockstore_config.proto +++ b/ydb/core/protos/blockstore_config.proto @@ -103,8 +103,8 @@ message TVolumeConfig { // Storage pool name (e.g. local:ssd), allowed only for nonreplicated volumes. optional string StoragePoolName = 42; - // List of nodes to allocate disk, allowed only for nonreplicated volumes. - repeated string StorageNodes = 43; + // List of agents to allocate disk, allowed only for nonreplicated volumes. + repeated string AgentIds = 43; } message TUpdateVolumeConfig { |