summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-12-12 14:38:22 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2012-12-12 14:38:22 -0800
commit5f55b38827e9dec04604722785abcad7e39c1187 (patch)
tree4f403f5efa2e1289aab1bc4a91311a49d6f59a6f
parent8e6a53531b00153eccea023e017162179973d3a1 (diff)
downloadceph-5f55b38827e9dec04604722785abcad7e39c1187.tar.gz
doc: Updated per comments in the mailing list.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/operations/add-or-rm-osds.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst
index fa377b3c58f..f60ddc6970f 100644
--- a/doc/rados/operations/add-or-rm-osds.rst
+++ b/doc/rados/operations/add-or-rm-osds.rst
@@ -107,10 +107,9 @@ hard disks than older hosts in the cluster (i.e., they may have greater weight).
ssh {new-osd} sudo tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf
-#. Create the OSD. ::
+#. Create the OSD. If no UUID is given, it will be set automatically when the OSD starts up. ::
- ceph osd create {osd-num}
- ceph osd create 123 #for example
+ ceph osd create [{uuid}]
#. Initialize the OSD data directory. ::