diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 2ba5b8b63..1ab9fda39 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -141,6 +141,8 @@ message VolumeLocation { string leader = 5; // optional when leader is not itself string data_center = 6; // optional when DataCenter is in use uint32 grpc_port = 7; + repeated uint32 new_ec_vids = 8; + repeated uint32 deleted_ec_vids = 9; } message ClusterNodeUpdate { |
