]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados/operations: crush_rule is a name
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jul 2019 13:35:37 +0000 (21:35 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 27 Jul 2019 13:35:39 +0000 (21:35 +0800)
like
```
ceph osd pool set <pool-name> crush_rule <rule-name>
```
where `<rule-name>` is a string instead of a number.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/rados/operations/pools.rst

index 98bb27babd94188812e68f836d1d99b8ac90707f..18fdd3ee11eedc21d66c996697520c62544f6ce4 100644 (file)
@@ -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: