cephmon
Cephmon, the Ceph Monitor daemon (ceph-mon), is a core component of the Ceph distributed storage system. It maintains the cluster's authoritative state, including the cluster map, authentication data, and health information. Monitors run on multiple nodes and use a consensus protocol to present a consistent view of the cluster to clients and peers.
Monitors store the cluster map, the monmap, and related configuration in a local data directory. The monmap
For high availability, Ceph clusters deploy an odd number of monitors (typically 3 or 5) across failure
Ceph-mon runs as a service and is typically managed by systemd or orchestration tooling, invoked as ceph-mon