filer server: allow upload file to specific dataNode

This commit is contained in:
banjiaojuhao
2021-12-22 21:57:26 +08:00
parent c3b73ec23b
commit 08336be92e
8 changed files with 345 additions and 326 deletions

View File

@@ -247,6 +247,7 @@ message AssignVolumeRequest {
string data_center = 5;
string path = 6;
string rack = 7;
string data_node = 9;
string disk_type = 8;
}