@@ -35,7 +35,7 @@ These options are the same regardless of whether you use them with the
35
35
exceeded) the policy selected will run to find a new location for
36
36
the file. An attempt to move the file to that branch will occur
37
37
(keeping all metadata possible) and if successful the original is
38
- unlinked and the write retried. (default: false, true = mfs )
38
+ unlinked and the write retried. (default: pfrd )
39
39
- ** [ inodecalc] ( inodecalc.md ) =passthrough|path-hash|devino-hash|hybrid-hash** :
40
40
Selects the inode calculation algorithm. (default: hybrid-hash)
41
41
- ** dropcacheonclose=BOOL** : When a file is requested to be closed
@@ -160,7 +160,7 @@ These options are the same regardless of whether you use them with the
160
160
epall)
161
161
- ** [ category.create] ( functions_categories_policies.md ) =POLICY** : Sets
162
162
policy of all FUSE functions in the create category. (default:
163
- epmfs )
163
+ pfrd )
164
164
- ** [ category.search] ( functions_categories_policies.md ) =POLICY** : Sets
165
165
policy of all FUSE functions in the search category. (default: ff)
166
166
- ** [ cache.statfs] ( cache.md#cachestatfs ) =UINT** : 'statfs' cache
@@ -171,8 +171,8 @@ These options are the same regardless of whether you use them with the
171
171
timeout in seconds. (default: 1)
172
172
- ** [ cache.negative_entry] ( cache.md#cachenegative_entry ) =UINT** :
173
173
Negative file name lookup cache timeout in seconds. (default: 0)
174
- - ** [ cache.files] ( cache.md#cachefiles ) =libfuse| off|partial|full|auto-full|per-process** :
175
- File page caching mode (default: libfuse )
174
+ - ** [ cache.files] ( cache.md#cachefiles ) =off|partial|full|auto-full|per-process** :
175
+ File page caching mode (default: off )
176
176
- ** cache.files.process-names=LIST** : A pipe | delimited list of
177
177
process [ comm] ( https://man7.org/linux/man-pages/man5/proc.5.html )
178
178
names to enable page caching for when
0 commit comments