Browse Source

update readme: move allow_other line

pull/1289/head
2 years ago
committed by GitHub
parent
commit
8f8bf68935
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -294,6 +294,7 @@ These options are the same regardless of whether you use them with the
multiple, parallel (non-extending) write requests for files opened multiple, parallel (non-extending) write requests for files opened
with `cache.files=per-process` (if the process is not in `process-names`) with `cache.files=per-process` (if the process is not in `process-names`)
or `cache.files=off`. (This requires kernel support, and was added in v6.2) or `cache.files=off`. (This requires kernel support, and was added in v6.2)
* **allow_other**: Allow other users to access files. Set by default when running as root.
* **direct_io**: deprecated - Bypass page cache. Use `cache.files=off` * **direct_io**: deprecated - Bypass page cache. Use `cache.files=off`
instead. (default: false) instead. (default: false)
* **kernel_cache**: deprecated - Do not invalidate data cache on file * **kernel_cache**: deprecated - Do not invalidate data cache on file
@ -307,7 +308,6 @@ These options are the same regardless of whether you use them with the
* **splice_read**: deprecated - Does nothing. * **splice_read**: deprecated - Does nothing.
* **splice_write**: deprecated - Does nothing. * **splice_write**: deprecated - Does nothing.
* **splice_move**: deprecated - Does nothing. * **splice_move**: deprecated - Does nothing.
* **allow_other**: Allow other users to access files. Set by default when running as root.
* **use_ino**: deprecated - mergerfs should always control inode * **use_ino**: deprecated - mergerfs should always control inode
calculation so this is enabled all the time. calculation so this is enabled all the time.

Loading…
Cancel
Save