From 5f55b38827e9dec04604722785abcad7e39c1187 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 12 Dec 2012 14:38:22 -0800 Subject: [PATCH] doc: Updated per comments in the mailing list. Signed-off-by: John Wilkins --- doc/rados/operations/add-or-rm-osds.rst | 5 ++--- 1 file 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 fa377b3c58fd3..f60ddc6970f5a 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. :: -- 2.39.5