CEPH-OSD is continuous visible although it has been removed

hape

Renowned Member
Jun 10, 2013
75
5
73
Hello all,

on one of any VE-Hosts i want to remove the OSD and later also the complete VE-Host from that cluster to reorganize it. I stopped and removed the OSD on that Host, but it is continuous visible as outdated OSD. I also can see the VE-Host in the menu of OSDs but without the OSD itself.

Should i do any additional remove actions, or can i drop down the concerned VE-Host?
 
check if there are any leftover directories/systemd units/etc.
 
I found the command

Code:
ceph osd rm <osd-id>
ceph osd crush rm <osd-id>

And this command does what i want. The osd is now not longer visible.