11 Dec
2024
11 Dec
'24
10:09 a.m.
Dear Ceph users, I'm struggling to unbderstand what is the correct way to remove a working disk and replace it (e.g. for a disk upgrade) while keeping the same OSD ID. I did this several times following this procedure: https://docs.ceph.com/en/reef/cephadm/services/osd/#replacing-an-osd every time facing a different issue. This time it happened that after removal the OSD was marked as destroyed, so I went on with disk replacement and then with: ceph orch apply osd --all-available-devices but this created a new OSD with a new ID instead of reusing the old one, which remained in destroyed state. I must be missing something but I cannot figure out what. Thanks, Nicola