From: Wido den Hollander Date: Tue, 17 Oct 2017 09:01:27 +0000 (+0200) Subject: doc: Remove additional arguments when replacing OSD X-Git-Tag: v13.0.1~524^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18345%2Fhead;p=ceph.git doc: Remove additional arguments when replacing OSD 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 --- diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index 59ce4c71380f..5491ad4db406 100644 --- a/doc/rados/operations/add-or-rm-osds.rst +++ b/doc/rados/operations/add-or-rm-osds.rst @@ -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