#The following assumes ext4 filesystem.
filestore xattr use omap = true
-
+
+
# For Bobtail (v 0.56) and subsequent versions, you may
# add settings for mkcephfs so that it will create and mount
- # the file system for you. Remove the comment `#` character for
- # the following settings and replace the values in parenthesis
- # with appropriate values, or leave the following settings commented
- # out to accept the default values. You must specify the --mkfs
- # option with mkcephfs in order for the deployment script to
+ # the file system on a particular OSD you. Remove the comment `#`
+ # character for the following settings and replace the values
+ # in braces with appropriate values, or leave the following settings
+ # commented out to accept the default values. You must specify the
+ # --mkfs option with mkcephfs in order for the deployment script to
# utilize the following settings.
- #devs = {path-to-device}
#osd mkfs type = {fs-type} #defaults to btrfs, if not specified
#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"
+
# Execute $ hostname to retrieve the name of your host,
[osd.0]
host = {hostname}
+
+ # For Bobtail (v 0.56) and subsequent versions, you may
+ # add settings for mkcephfs so that it will create and mount
+ # the file system on a particular OSD you. Remove the comment `#`
+ # character for the following setting for each OSD and specify
+ # a path to the device if you use mkcephfs with the --mkfs option.
+
+ #devs = {path-to-device}
[osd.1]
host = {hostname}
+ #devs = {path-to-device}
[mds.a]
host = {hostname}
\ No newline at end of file