From 6c92fa349d0050111e51ac1ec093458f8f5d4d9f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 20 Oct 2020 17:41:39 -0700 Subject: filer: support default rack fix https://github.com/chrislusf/seaweedfs/issues/1546 --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index dd5d08e1e..40a46b33f 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -218,6 +218,7 @@ message AssignVolumeRequest { int32 ttl_sec = 4; string data_center = 5; string parent_path = 6; + string rack = 7; } message AssignVolumeResponse { -- cgit v1.2.3