In my kubernetes cluster (v1.14.7) after a cluster update one node didn't recoverd correctly. the rook osd from that node didn't get rescheduled ( as it's explained in the documentation) So im trying to add manually a new OSD.
my ceph status return this
and my ceph osd tree return this
I tried link the new osd with the node using ceph osd crush set osd.0 0.29199 root=default host=gke-dev-dev-110dd9ec-ntww
but it return: Error ENOENT: unable to set item id 0 name 'osd.0' weight 0.29199 at location {host=gke-dev-dev-110dd9ec-ntww,root=default}: does not exist
Do you got a clue on how to fix this ? Thanks in advance