diff options
| author | banjiaojuhao <banjiaojuhao@qq.com> | 2021-12-22 21:57:26 +0800 |
|---|---|---|
| committer | banjiaojuhao <banjiaojuhao@qq.com> | 2021-12-22 21:57:26 +0800 |
| commit | 08336be92e6b01ad5ec290c7f395b77dcb9f3174 (patch) | |
| tree | 023d5a5931766eedfcfb14241b10db0910fb8498 /other/java/client/src | |
| parent | c3b73ec23b9c7831e31503ebf3a64cc2f0a3c33d (diff) | |
| download | seaweedfs-08336be92e6b01ad5ec290c7f395b77dcb9f3174.tar.xz seaweedfs-08336be92e6b01ad5ec290c7f395b77dcb9f3174.zip | |
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.proto | 1 |
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; } |
