Project

General

Profile

Bug #44769

Updated by Sebastian Wagner about 4 years ago

The replacement operation is supposed to work like this: 

 


 <pre> 
 ceph orch osd rm $id --replace 
 </pre> 

 See https://docs.ceph.com/docs/master/mgr/orchestrator_modules/#osd-replacement 

 This will leave the osd.$id in the crushmap with the "destroyed" flag. 

 The next osd deployment should pick those up and pass it to ceph-volume 

 <pre> 
 ceph-volume lvm batch <devices> --osd-ids <ids_to_reuse> 
 </pre>

Back