diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-25 17:15:09 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-25 17:15:09 -0800 |
| commit | 0841bedb150fb7d4a96c237961474310942c2454 (patch) | |
| tree | 6ccbddcac285172cc324bc7a845e442fdf77b88b /other/java | |
| parent | bc38b72a20bd79bf67ee1770e20dcd538285cedf (diff) | |
| download | seaweedfs-0841bedb150fb7d4a96c237961474310942c2454.tar.xz seaweedfs-0841bedb150fb7d4a96c237961474310942c2454.zip | |
move filer assign volume grpc errror to response
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index d26c5595f..04901770a 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -180,6 +180,7 @@ message AssignVolumeResponse { string auth = 5; string collection = 6; string replication = 7; + string error = 8; } message LookupVolumeRequest { |
