diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-25 15:32:43 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-25 15:32:43 -0700 |
| commit | f375b93aefd8d7358df7ff5232d522a31bd15afb (patch) | |
| tree | 63d4196b2c881fd808ec7cedf4414806b685dc21 /other/java/client/src/main/proto | |
| parent | 596d476e3d858d2cb0520231f1da44804e7f2be1 (diff) | |
| download | seaweedfs-f375b93aefd8d7358df7ff5232d522a31bd15afb.tar.xz seaweedfs-f375b93aefd8d7358df7ff5232d522a31bd15afb.zip | |
renaming
Diffstat (limited to 'other/java/client/src/main/proto')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 40a46b33f..11c29e6ec 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -217,7 +217,7 @@ message AssignVolumeRequest { string replication = 3; int32 ttl_sec = 4; string data_center = 5; - string parent_path = 6; + string path = 6; string rack = 7; } |
