]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update mkcephfs.rst 1700/head
authorxanpeng <xanpeng@gmail.com>
Mon, 21 Apr 2014 03:30:42 +0000 (11:30 +0800)
committerxanpeng <xanpeng@gmail.com>
Mon, 21 Apr 2014 03:30:42 +0000 (11:30 +0800)
There should be no blank between mount options.

doc/rados/deployment/mkcephfs.rst

index 1689228229027b17e8b51287bcfed782f3dd3202..f4c84cbc76e65367ea447bcbbcfe0a3ada033f38 100644 (file)
@@ -102,13 +102,13 @@ Ceph configuration file, and replace the values in braces with appropriate value
 
        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:: 
 
        osd mkfs type = btrfs
        osd mkfs options btrfs = -m raid0
-       osd mount options btrfs = rw, noatime
+       osd mount options btrfs = rw,noatime
        
 For each ``[osd.n]`` section of your configuration file, specify the storage device. 
 For example::