summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuttlemonkey <pmcgarry@gmail.com>2013-04-10 09:31:02 -0700
committerscuttlemonkey <pmcgarry@gmail.com>2013-04-10 09:31:02 -0700
commitdc1af54cc50b7d042d3d3bf92e51297ec96d9743 (patch)
treea4982b411cf91f9bd3c14a1758fec97a76e96cb8
parentc17b17229acd5090e19e46e8ebe4dfcf9a85db89 (diff)
parent718fa0c78be1c90164ee0bc7c3a56e1362a4156d (diff)
downloadceph-dc1af54cc50b7d042d3d3bf92e51297ec96d9743.tar.gz
Merge pull request #211 from ceph/wip-doc-4697
pool should be root in osd set syntax for bobtail
-rw-r--r--doc/rados/operations/add-or-rm-osds.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst
index ce6e0ea45fd..fa037da2f8b 100644
--- a/doc/rados/operations/add-or-rm-osds.rst
+++ b/doc/rados/operations/add-or-rm-osds.rst
@@ -136,7 +136,7 @@ hard drive than older hosts in the cluster (i.e., they may have greater weight).
For Bobtail (v 0.56), execute the following::
- ceph osd crush set {id-or-name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...]
+ ceph osd crush set {id-or-name} {weight} root={pool-name} [{bucket-type}={bucket-name} ...]
.. topic:: Argonaut (v0.48) Best Practices