diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-17 01:00:02 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-17 01:00:02 -0800 |
| commit | dc304342b2a5113d402833b024c2123ac70fb162 (patch) | |
| tree | 081a747589b6bebfaf25488ebbd15571a74c5d67 /other/java | |
| parent | b04375a3d145a0a833ec7d1fddba620c3d259687 (diff) | |
| download | seaweedfs-dc304342b2a5113d402833b024c2123ac70fb162.tar.xz seaweedfs-dc304342b2a5113d402833b024c2123ac70fb162.zip | |
fs.configure: configurable volume growth
Diffstat (limited to 'other/java')
| -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 42787df79..f61b62fa3 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -364,6 +364,7 @@ message FilerConf { } DiskType disk_type = 5; bool fsync = 6; + uint32 volume_growth_count = 7; } repeated PathConf locations = 2; } |
