aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-17 01:00:02 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-17 01:00:02 -0800
commitdc304342b2a5113d402833b024c2123ac70fb162 (patch)
tree081a747589b6bebfaf25488ebbd15571a74c5d67 /other/java
parentb04375a3d145a0a833ec7d1fddba620c3d259687 (diff)
downloadseaweedfs-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.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 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;
}