githubEdit

Verifications

Several provider verifications and troubleshooting options are presented in this section which aid in persistent storage investigations including:

Ceph Status and Health

kubectl -n rook-ceph get cephclusters

Example Output

root@node1:~/helm-charts/charts# kubectl -n rook-ceph get cephclusters

NAME        DATADIRHOSTPATH   MONCOUNT   AGE   PHASE   MESSAGE                        HEALTH      EXTERNAL
rook-ceph   /var/lib/rook     1          69m   Ready   Cluster created successfully   HEALTH_OK

Ceph Configuration and Detailed Health

kubectl -n rook-ceph describe cephclusters

Example Output (Tail Only)

  • Ensure the name is correct in the Nodes section

  • The Health key should have a value of HEALTH_OK as shown in example output below

  • Review any output of interest in the Events section

Example Output

Kubernetes General Events

  • Enters a scrolling events output which would display persistent storage logs and issues if present

Example Output from a Healthy Cluster

Last updated