From: xanpeng Date: Mon, 21 Apr 2014 03:30:42 +0000 (+0800) Subject: Update mkcephfs.rst X-Git-Tag: v0.67.8~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1700%2Fhead;p=ceph.git Update mkcephfs.rst There should be no blank between mount options. --- diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index 16892282290..f4c84cbc76e 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -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::