]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: crush_rule is a name 32267/head
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jul 2019 13:35:37 +0000 (21:35 +0800)
committerideepika <dupadhya@redhat.com>
Mon, 16 Dec 2019 07:26:30 +0000 (12:56 +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 05dbd436bba27a54aa9a46b7bb5f927ef38696e2..f3e8b9e6aa3626c400764cc97367c4371da9303f 100644 (file)
@@ -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: