]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated per comments in the mailing list.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 12 Dec 2012 22:38:22 +0000 (14:38 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 12 Dec 2012 22:38:22 +0000 (14:38 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/add-or-rm-osds.rst

index fa377b3c58fd3607e5422fe9a54e8cdf132d69f9..f60ddc6970f5a12df17599746527b2572988654f 100644 (file)
@@ -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. ::