From: Kefu Chai Date: Sat, 27 Jul 2019 13:35:37 +0000 (+0800) Subject: doc/rados/operations: crush_rule is a name X-Git-Tag: v12.2.13~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68ef669d9b851b69511754fc7c46bd911b357918;p=ceph.git doc/rados/operations: crush_rule is a name like ``` ceph osd pool set crush_rule ``` where `` is a string instead of a number. Signed-off-by: Kefu Chai (cherry picked from commit 3ed3de6c964ba998d5b18ceb997d1a6dffe355db) --- diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 05dbd436bba2..f3e8b9e6aa36 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -350,7 +350,7 @@ You may set values for the following keys: ``crush_rule`` :Description: The rule to use for mapping object placement in the cluster. -:Type: Integer +:Type: String .. _allow_ec_overwrites: