]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Syntax fixes.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 24 Jan 2013 21:13:03 +0000 (13:13 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 24 Jan 2013 21:13:03 +0000 (13:13 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/add-or-rm-osds.rst
doc/start/ceph.conf

index 641dc5a4ded92a654067ab989a417004f43e8056..ce6e0ea45fdfe0cb08ff692c6fc31ab90412f39b 100644 (file)
@@ -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} ...]
 
index 90658ac9f80dcab0b32eb567818b722c78a2d26b..9f6655ba7a867795a1f7180633a47f938174168c 100644 (file)
        # 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,