diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-04-07 15:31:37 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-04-07 15:31:37 +0500 |
| commit | 85d80fd36d1b6a70922c0d39dc3ebc6b1197ac7c (patch) | |
| tree | 60c3ca3391f9eeea0e91d3c8e296b07b8cb9d9a7 /weed/pb/master.proto | |
| parent | 14a2cc83bf35c2c30bb2306cca128ca8a1eb8286 (diff) | |
| download | seaweedfs-85d80fd36d1b6a70922c0d39dc3ebc6b1197ac7c.tar.xz seaweedfs-85d80fd36d1b6a70922c0d39dc3ebc6b1197ac7c.zip | |
fix removing old raft server
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index bb43f833e..c0974b789 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -353,6 +353,7 @@ message RaftAddServerResponse { message RaftRemoveServerRequest { string id = 1; + bool force = 2; } message RaftRemoveServerResponse { } |
