diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2021-06-06 10:13:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 10:13:14 +0800 |
| commit | 97ad3e9d027216d74132652d4d899c7fc7c33ab1 (patch) | |
| tree | 1301bc441fa12b327c73085ae013219f298e2f39 /other/java/client | |
| parent | ff26e646481a832ff6b75b5efa084935ed1a739b (diff) | |
| parent | e6ba2f9c372f8f160003dac63d51b6dde0a512de (diff) | |
| download | seaweedfs-97ad3e9d027216d74132652d4d899c7fc7c33ab1.tar.xz seaweedfs-97ad3e9d027216d74132652d4d899c7fc7c33ab1.zip | |
Merge pull request #79 from chrislusf/master
sync
Diffstat (limited to 'other/java/client')
| -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 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; } |
