]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Remove additional arguments when replacing OSD 18345/head
authorWido den Hollander <wido@42on.com>
Tue, 17 Oct 2017 09:01:27 +0000 (11:01 +0200)
committerWido den Hollander <wido@42on.com>
Tue, 17 Oct 2017 09:05:23 +0000 (11:05 +0200)
It's not required to provide the --bluestore nor --osd-uuid option
to ceph-disk.

Using BlueStore is the default on master (e.g. Luminous) and thus
this option is not required.

When no OSD UUID is supplied ceph-disk will generate one, so we do
not need to supply one generated by uuidgen.

Signed-off-by: Wido den Hollander <wido@42on.com>
doc/rados/operations/add-or-rm-osds.rst

index 59ce4c71380fca03e9a81eddf2688bb08be638b4..5491ad4db4064d730b5c9f798db4c783ead21153 100644 (file)
@@ -184,9 +184,9 @@ need to be keep intact after the OSD is destroyed for replacement.
 
 #. Prepare the disk for replacement by using the previously destroyed OSD id::
 
-     ceph-disk prepare --bluestore /dev/sdX  --osd-id {id} --osd-uuid `uuidgen`
+     ceph-disk prepare --osd-id {id} /dev/sdX
 
-#. And activate the OSD::
+#. And activate the OSD (if not done automatically)::
 
      ceph-disk activate /dev/sdX1