From ab606dec2aa07f3092d4d8ab5764a6641d914831 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 4 Jun 2021 01:03:41 -0700 Subject: filer: add path-specific option to enforce readonly --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') 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; } -- cgit v1.2.3