diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 50ed98bb5..be4f4a78b 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -164,7 +164,6 @@ message VolumeLocation { message ClusterNodeUpdate { string node_type = 1; string address = 2; - bool is_leader = 3; bool is_add = 4; string filer_group = 5; int64 created_at_ns = 6; @@ -348,14 +347,12 @@ message GetMasterConfigurationResponse { message ListClusterNodesRequest { string client_type = 1; string filer_group = 2; - bool is_leader_only = 3; int32 limit = 4; } message ListClusterNodesResponse { message ClusterNode { string address = 1; string version = 2; - bool is_leader = 3; int64 created_at_ns = 4; string data_center = 5; string rack = 6; |
