You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/advancedConfig.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ libfuse:
78
78
disable-writeback-cache: true|false <disallow libfuse to buffer write requests if you must strictly open files in O_WRONLY or O_APPEND mode. alternatively, you can set ignore-open-flags.>
79
79
ignore-open-flags: true|false <ignore the append and write only flag since O_APPEND and O_WRONLY is not supported with writeback caching. alternatively, you can disable-writeback-cache. Default value is true>
80
80
max-fuse-threads: <number of threads allowed at libfuse layer for highly parallel operations, Default is 128>
81
+
umask: <FUSE mount permission mask in octal. Ex. 022 -> files 0644 and directories 0755.>
81
82
direct-io: true|false <enable to bypass the kernel cache. It also disables cloudfuse data and metadata caching.>
82
83
network-share: true|false <runs as a network share. may improve performance when latency to cloud is high. only supported on Windows. Known issue - only one Cloudfuse network share can be mounted at a time>
83
84
display-capacity-mb: <number of MB to display as the mounted storage capacity. Default - 1PB (1073741824 MB)>
Copy file name to clipboardExpand all lines: setup/baseConfig.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ libfuse:
71
71
disable-writeback-cache: true|false <disallow libfuse to buffer write requests if you must strictly open files in O_WRONLY or O_APPEND mode. alternatively, you can set ignore-open-flags.>
72
72
ignore-open-flags: true|false <ignore the append and write only flag since O_APPEND and O_WRONLY is not supported with writeback caching. alternatively, you can disable-writeback-cache. Default value is true>
73
73
max-fuse-threads: <number of threads allowed at libfuse layer for highly parallel operations, Default is 128>
74
+
umask: <FUSE mount permission mask in octal. Ex. 022 -> files 0644 and directories 0755.>
74
75
direct-io: true|false <enable to bypass the kernel cache>
75
76
network-share: true|false <runs as a network share. may improve performance when latency to cloud is high. only supported on Windows. Known issue - only one Cloudfuse network share can be mounted at a time>
76
77
display-capacity-mb: <number of MB to display as the mounted storage capacity. Default - 1PB (1073741824 MB)>
0 commit comments