diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 10:15:38 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 10:15:38 -0800 |
commit | feb0aad23ef077b0cd2368c391631527387ae1f9 (patch) | |
tree | fc03f2f3e719510ba525540b7dd8c8e92a1a24d1 | |
parent | ae26432de8fc05fbff2dac443cc9df6914fb8ec9 (diff) | |
download | ceph-feb0aad23ef077b0cd2368c391631527387ae1f9.tar.gz |
doc: Moved path to individual OSD entires.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/start/ceph.conf | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/doc/start/ceph.conf b/doc/start/ceph.conf index de854c24bda..e6bba0938e2 100644 --- a/doc/start/ceph.conf +++ b/doc/start/ceph.conf @@ -12,20 +12,21 @@ #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, @@ -40,9 +41,18 @@ [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 |