For Argonaut (v 0.48), execute the following::
ceph osd crush set {id} {name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...]
-
- For Bobtail (v 0.56), execute the following::
+
+ For Bobtail (v 0.56), execute the following::
ceph osd crush set {id-or-name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...]
# option for each osd instance; see below.
#osd mkfs type = {fs-type}
- #osd mkfs options {fs-type} = {mkfs options} # default for xfs is "-f"
-
+ #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"
- # For example, for ext4, the mount option might look like this:
-
+ # 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,