aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-04 01:03:41 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-04 01:03:41 -0700
commitab606dec2aa07f3092d4d8ab5764a6641d914831 (patch)
treed659d71cdc1198a3b97116a78991c0ccebcb1c9b /other/java/client/src
parentf15d7a57f549eb85749e91e8979b3a94e7f82219 (diff)
downloadseaweedfs-ab606dec2aa07f3092d4d8ab5764a6641d914831.tar.xz
seaweedfs-ab606dec2aa07f3092d4d8ab5764a6641d914831.zip
filer: add path-specific option to enforce readonly
Diffstat (limited to 'other/java/client/src')
-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 ac4c9a0e7..cdbba7eb1 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -361,6 +361,7 @@ message FilerConf {
string disk_type = 5;
bool fsync = 6;
uint32 volume_growth_count = 7;
+ bool read_only = 8;
}
repeated PathConf locations = 2;
}