From 08336be92e6b01ad5ec290c7f395b77dcb9f3174 Mon Sep 17 00:00:00 2001 From: banjiaojuhao Date: Wed, 22 Dec 2021 21:57:26 +0800 Subject: filer server: allow upload file to specific dataNode --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 921ffc674..42a19aa49 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -247,6 +247,7 @@ message AssignVolumeRequest { string data_center = 5; string path = 6; string rack = 7; + string data_node = 9; string disk_type = 8; } -- cgit v1.2.3