From 476b929ecc5b7351a5be3024817b900976a90a3e Mon Sep 17 00:00:00 2001 From: xanpeng Date: Mon, 21 Apr 2014 11:30:42 +0800 Subject: [PATCH] Update mkcephfs.rst There should be no blank between mount options. --- doc/rados/deployment/mkcephfs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index 168922822902..f4c84cbc76e6 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:: -- 2.47.3