From: John Wilkins Date: Wed, 12 Dec 2012 22:38:22 +0000 (-0800) Subject: doc: Updated per comments in the mailing list. X-Git-Tag: v0.57~324 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f55b38827e9dec04604722785abcad7e39c1187;p=ceph.git doc: Updated per comments in the mailing list. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index fa377b3c58fd..f60ddc6970f5 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. ::