From: John Wilkins Date: Thu, 24 Jan 2013 21:13:03 +0000 (-0800) Subject: doc: Syntax fixes. X-Git-Tag: v0.57~131 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e7130daf441c7bb9a07a64ddb96da2db272b9af;p=ceph.git doc: Syntax fixes. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index 641dc5a4ded9..ce6e0ea45fdf 100644 --- a/doc/rados/operations/add-or-rm-osds.rst +++ b/doc/rados/operations/add-or-rm-osds.rst @@ -133,8 +133,8 @@ hard drive than older hosts in the cluster (i.e., they may have greater weight). For Argonaut (v 0.48), execute the following:: ceph osd crush set {id} {name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...] - - For Bobtail (v 0.56), execute the following:: + + For Bobtail (v 0.56), execute the following:: ceph osd crush set {id-or-name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...] diff --git a/doc/start/ceph.conf b/doc/start/ceph.conf index 90658ac9f80d..9f6655ba7a86 100644 --- a/doc/start/ceph.conf +++ b/doc/start/ceph.conf @@ -25,12 +25,11 @@ # option for each osd instance; see below. #osd mkfs type = {fs-type} - #osd mkfs options {fs-type} = {mkfs options} # default for xfs is "-f" - + #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" - # For example, for ext4, the mount option might look like this: - + # For example, for ext4, the mount option might look like this: + #osd mkfs options ext4 = user_xattr,rw,noatime # Execute $ hostname to retrieve the name of your host,