From: John Wilkins Date: Mon, 8 Sep 2014 18:24:28 +0000 (-0700) Subject: doc: Clean up syntax. X-Git-Tag: v0.86~128 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ad1106edaa3eb5c55f3c4f5025c529692f24740;p=ceph.git doc: Clean up syntax. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 7f5bb163742a..5fb740ef16a8 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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.