[ceph-users] Re: How to reset an OSD

2021-01-14 Thread Pfannes, Fabian
Hi, thanks to derJohn I was send to the right path. Our setup is a bit more difficult as we're using more than one OSD per drive. The setup is done using rook. Therefore I used the docs at https://github.com/rook/rook/blob/master/Documentation/ceph-osd-mgmt.md#remove-an-osd But we ended up to rem

[ceph-users] Re: How to reset an OSD

2021-01-13 Thread Andreas John
Hello, I suspect there was unwritten data in RAM which didn't make it to the disk. This shoudn't happen, that's why the journal is in place. If you have size=2 in you pool, there is one copy on the other host. Do delete the OSD you could probably do ceph osd crush remove osd.x ceph osd rm osd.x