Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-node

filer server: allow upload file to specific dataNode
This commit is contained in:
Chris Lu
2021-12-22 12:49:15 -08:00
committed by GitHub
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;
}