Category Archives: cephadm

Cephadm: list systemd units

During my work in the last few years with Ceph I noticed that some operators struggle with debugging Ceph issues on cephadm-managed clusters. Since many cephadm-managed services have a suffix with a random string in their name (for example Managers, … Continue reading

Posted in Ceph, cephadm | Tagged , , | Leave a comment

Cephadm: Recover mon store using OSDs

A few weeks ago I helped a Ceph user to recover his broken cluster (see this thread). Basically, after his Monitors stopped working he re-deployed a new cluster with the same Ceph FSID and attached the existing OSDs to the … Continue reading

Posted in Ceph, cephadm | Tagged , | Leave a comment

Cephadm: Change OSD service specification

The Ceph “Tentacle” version (v20.2.0) has been released a couple of weeks ago, and I just discovered a new command for the orchestrator: tentacle:~ # ceph orch osd set-spec-affinity <new_spec> <osd_id> But what is the purpose of this command? One … Continue reading

Posted in Ceph, cephadm | Tagged , , , , , , | Leave a comment