mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
Merge pull request #18345 from wido/doc-osd-replace
doc: Remove additional arguments when replacing OSD Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
9f2715a5e0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user