]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Moved path to individual OSD entires.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 21 Dec 2012 18:15:38 +0000 (10:15 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 21 Dec 2012 18:15:38 +0000 (10:15 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/ceph.conf

index de854c24bdae7d8e10ed294ae6823a7af8d43c36..e6bba0938e2d9be20f1f7629284ce63588f10804 100644 (file)
        
        #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 parenthesi
-       # 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 value
+       # 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