Browse Source

update man

pull/1289/head
2 years ago
committed by GitHub
parent
commit
b2d133e99a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      man/mergerfs.1

5
man/mergerfs.1

@ -402,6 +402,8 @@ multiple, parallel (non-extending) write requests for files opened with
\f[C]process-names\f[R]) or \f[C]cache.files=off\f[R].
(This requires kernel support, and was added in v6.2)
.IP \[bu] 2
\f[B]allow_other\f[R]: Allow other users to access files. Set by default when running as root.
.IP \[bu] 2
\f[B]direct_io\f[R]: deprecated - Bypass page cache.
Use \f[C]cache.files=off\f[R] instead.
(default: false)
@ -428,9 +430,6 @@ Use \f[C]async_read=false\f[R] instead.
.IP \[bu] 2
\f[B]splice_move\f[R]: deprecated - Does nothing.
.IP \[bu] 2
\f[B]allow_other\f[R]: deprecated - mergerfs always sets this FUSE
option as normal permissions can be used to limit access.
.IP \[bu] 2
\f[B]use_ino\f[R]: deprecated - mergerfs should always control inode
calculation so this is enabled all the time.
.PP

Loading…
Cancel
Save