Browse Source

Remove duplicated option details

pull/1191/head
techie2000 3 years ago
committed by GitHub
parent
commit
e1f6e940fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -290,12 +290,10 @@ These options are the same regardless of whether you use them with the
* **sync_read**: deprecated - Perform reads synchronously. Use * **sync_read**: deprecated - Perform reads synchronously. Use
`async_read=false` instead. `async_read=false` instead.
* **use_ino**: deprecated - Always enabled. * **use_ino**: deprecated - Always enabled.
* **allow_other**: deprecated - Always enabled.
* **allow_other**: deprecated - Always enabled. Mergerfs always sets this FUSE option as normal permissions can be used to limit access.
* **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**: deprecated - mergerfs always sets this FUSE option
as normal permissions can be used to limit access.
* **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