#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.