How to replace ssd as a cache

huky

Renowned Member
Jul 1, 2016
70
3
73
44
Chongqing, China
After adding a SSD into server, I rebuilded all OSDs to add cache for every OSD:

Code:
ceph-volume lvm prepare --data /dev/sdd --block.wal /dev/nvme0n1p4 --block.db /dev/nvme0n1p10

And now I wonder how to replace the ssd a few years later?
 
And now I wonder how to replace the ssd a few years later?
You have to destroy the complete OSD and rebuild it from scratch.