diff options
| author | chrislu <chris.lu@gmail.com> | 2021-12-22 16:05:43 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2021-12-22 16:05:43 -0800 |
| commit | 2bc6fa90ff8a1f3aef8318cb90712c3f23729f7f (patch) | |
| tree | baa3098898d9600c0632fd8e5d1a056a712c71a2 /other | |
| parent | 0ec7bc6710350dec395b33ba44589ee1875586c0 (diff) | |
| parent | 4e73705533c1a8510cd6b3308af37fc851803ed3 (diff) | |
| download | seaweedfs-2bc6fa90ff8a1f3aef8318cb90712c3f23729f7f.tar.xz seaweedfs-2bc6fa90ff8a1f3aef8318cb90712c3f23729f7f.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'other')
| -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; } |
