Data location
Know where cephadm daemon data and logs are located.
-
/var/log/ceph/CLUSTER_FSIDcontains all the storage cluster logs. Note that by defaultcephadmlogs throughstderrand the container runtime, so these logs are usually not present. -
/var/lib/ceph/CLUSTER_FSIDcontains all the cluster daemon data, besides logs. -
/var/lib/ceph/CLUSTER_FSID/DAEMON_NAMEcontains all the data for a specific daemon. -
/var/lib/ceph/CLUSTER_FSID/crashcontains the crash reports for the storage cluster. -
/var/lib/ceph/CLUSTER_FSID/removedcontains old daemon data directories for the stateful daemons, for example monitor or Prometheus, that have been removed bycephadm.
Disk usage
A few Ceph daemons may store a significant amount of data in /var/lib/ceph,
notably the monitors and Prometheus daemon, hence move this directory to its own disk, partition, or
logical volume so that the root file system is not filled up.