techie2000
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
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. |
|
|
|
|
|
|
|
|
|