Alexandre Marangone

Results 15 comments of Alexandre Marangone

Sadly, no. The readiness/liveness probe fail because the OSD isn't able to start. I'll try to reproduce with some debugging, more likely tomorrow than today

Actually I misread the logs. The OSD does get started, I got confused by the FileJournal::_open message. If you list your Pods do you see the OSD Pod as 'running'?...

I'm not able to reproduce. I mounted a local XFS to /var/lib/ceph/ceph-helm/osd and deployed an OSD in a directory successfully. Can you check if the OSD was added to the...

Thanks! The OSDs were added to the cluster. It is strange that the probe failed since they used port 6800. Can you try to remove the readiness/liveness probes from the...

Just checked the code: https://github.com/ceph/ceph-helm/blob/master/ceph/ceph/templates/daemonset-osd-devices.yaml#L266-L274 this is indeed wrong. 6800 is just the 1st port for OSD/mgr to map to on the 6800-7300 range (ms_bind_port_{min,max}). This means two things: -...