aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-12-22 12:49:15 -0800
committerGitHub <noreply@github.com>2021-12-22 12:49:15 -0800
commit4e73705533c1a8510cd6b3308af37fc851803ed3 (patch)
treec31e8e1bd5c216a6a0cd2af8bd8e9f79b72ca926 /other/java/client/src
parentb7cd52636b5af34130dfa01314dd3ba8163cad3f (diff)
parent08336be92e6b01ad5ec290c7f395b77dcb9f3174 (diff)
downloadseaweedfs-4e73705533c1a8510cd6b3308af37fc851803ed3.tar.xz
seaweedfs-4e73705533c1a8510cd6b3308af37fc851803ed3.zip
Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-node
filer server: allow upload file to specific dataNode
Diffstat (limited to 'other/java/client/src')
-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;
}