Verify Ceph cluster state#
To verify the state of a Ceph cluster, Pelagia provides statuses to CephDeployment and CephDeploymentHealth
custom resources (CR). These resources contain information about the state of the Ceph cluster components,
their health, and potentially problematic components.
To verify the Pelagia API health:
-
Obtain the
CephDeploymentCR:kubectl -n pelagia get cephdpl -o yamlInformation from
CephDeployment.statusreflects the spec handling state and validation result. For the description of status fields, see CephDeployment: Status fields. -
Obtain the
CephDeploymentHealthCR:kubectl -n pelagia get cephdeploymenthealth -o yamlInformation from
CephDeploymentHealth.statuscontains extensive details about Ceph cluster and a shortened version with status summary. For the description of status fields, see CephDeploymentHealth.