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: v15.1.0~2030^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29367%2Fhead;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 --- diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 98bb27babd94..18fdd3ee11ee 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -345,7 +345,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: