aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorbanjiaojuhao <banjiaojuhao@qq.com>2021-12-22 21:57:26 +0800
committerbanjiaojuhao <banjiaojuhao@qq.com>2021-12-22 21:57:26 +0800
commit08336be92e6b01ad5ec290c7f395b77dcb9f3174 (patch)
tree023d5a5931766eedfcfb14241b10db0910fb8498 /other/java/client
parentc3b73ec23b9c7831e31503ebf3a64cc2f0a3c33d (diff)
downloadseaweedfs-08336be92e6b01ad5ec290c7f395b77dcb9f3174.tar.xz
seaweedfs-08336be92e6b01ad5ec290c7f395b77dcb9f3174.zip
filer server: allow upload file to specific dataNode
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
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;
}