filer: support default rack

fix https://github.com/chrislusf/seaweedfs/issues/1546
This commit is contained in:
Chris Lu
2020-10-20 17:41:39 -07:00
parent 86528bf973
commit 6c92fa349d
10 changed files with 317 additions and 301 deletions

View File

@@ -218,6 +218,7 @@ message AssignVolumeRequest {
int32 ttl_sec = 4;
string data_center = 5;
string parent_path = 6;
string rack = 7;
}
message AssignVolumeResponse {