mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 00:27:57 +08:00
lock returns host and owner
This commit is contained in:
@@ -452,8 +452,9 @@ message LockRequest {
|
||||
}
|
||||
message LockResponse {
|
||||
string renew_token = 1;
|
||||
string moved_to = 2;
|
||||
string error = 3;
|
||||
string lock_owner = 2;
|
||||
string lock_host_moved_to = 3;
|
||||
string error = 4;
|
||||
}
|
||||
message UnlockRequest {
|
||||
string name = 1;
|
||||
|
Reference in New Issue
Block a user