mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
doc: Added example of ext4 user_xattr mount option.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
00cfe1d3af
commit
42d92b73d5
@ -26,7 +26,12 @@
|
||||
|
||||
#osd mkfs type = {fs-type}
|
||||
#osd mkfs options {fs-type} = {mkfs options} # default for xfs is "-f"
|
||||
#osd mount options {fs-type} = {mount options} # default mount option is "rw, noatime"
|
||||
|
||||
#osd mount options {fs-type} = {mount options} # default mount option is "rw,noatime"
|
||||
|
||||
# For example, for ext4, the mount option might look like this:
|
||||
|
||||
#osd mkfs options ext4 = user_xattr,rw,noatime
|
||||
|
||||
# Execute $ hostname to retrieve the name of your host,
|
||||
# and replace {hostname} with the name of your host.
|
||||
|
Loading…
Reference in New Issue
Block a user