aboutsummaryrefslogtreecommitdiff
path: root/weed/cluster/master_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/cluster/master_client.go')
-rw-r--r--weed/cluster/master_client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/cluster/master_client.go b/weed/cluster/master_client.go
index 15009e132..bab2360fe 100644
--- a/weed/cluster/master_client.go
+++ b/weed/cluster/master_client.go
@@ -22,7 +22,6 @@ func ListExistingPeerUpdates(master pb.ServerAddress, grpcDialOption grpc.DialOp
existingNodes = append(existingNodes, &master_pb.ClusterNodeUpdate{
NodeType: FilerType,
Address: node.Address,
- IsLeader: node.IsLeader,
IsAdd: true,
CreatedAtNs: node.CreatedAtNs,
})