]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Clean up syntax.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 8 Sep 2014 18:24:28 +0000 (11:24 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 8 Sep 2014 18:24:28 +0000 (11:24 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/pools.rst

index 7f5bb163742ab476f476be37bb92e82ff9ba955a..5fb740ef16a89be82b099e0c287aa2e584bbc8b1 100644 (file)
@@ -110,20 +110,22 @@ Where:
 
 ``[crush-ruleset-name]``
 
-:Description: The name of the crush ruleset for this pool. If specified ruleset doesn't
-              exists, the creation of **replicated** pool will fail with -ENOENT. But 
-              **replicated** pool will create a new erasure ruleset with specified name.
+:Description: The name of the crush ruleset for this pool. If specified ruleset
+              doesn't exist, the creation of **replicated** pool will fail with
+              -ENOENT. But **replicated** pool will create a new erasure 
+              ruleset with specified name.
 
 :Type: String
 :Required: No. 
 :Default: "erasure-code" for **erasure pool**. Pick up Ceph configuraion variable
-**osd_pool_default_crush_replicated_ruleset** for **replicated** pool.
+          **osd_pool_default_crush_replicated_ruleset** for **replicated** pool.
+
 
 ``[erasure-code-profile=profile]``
 
-:Description: For **erasure** pools only. Use the erasure code
-              **profile**. It must be an existing profile as
-              defined by **osd erasure-code-profile set**.
+:Description: For **erasure** pools only. Use the erasure code **profile**. It 
+              must be an existing profile as defined by 
+              **osd erasure-code-profile set**.
 
 :Type: String
 :Required: No.