]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: crush_rule is a name 32255/head
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jul 2019 13:35:37 +0000 (21:35 +0800)
committerideepika <dupadhya@redhat.com>
Sat, 14 Dec 2019 06:47:09 +0000 (12:17 +0530)
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>
(cherry picked from commit 3ed3de6c964ba998d5b18ceb997d1a6dffe355db)

doc/rados/operations/pools.rst

index 838221d1f010ca74e6455d9ad70583415319d04d..134b1d52f6fb205102c6837d3ed32d876fad3555 100644 (file)
@@ -351,7 +351,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: