As a DevOps engineer, you can check health status of a persistent volume in a bound state.
For each persistent volume in a bound state, the health status appears in the
Annotations: volumehealth.storage.kubernetes.io/messages: field of the persistent volume claim bound to the persistent volume. Two possible values for health status exist.
Health Status | Description |
---|---|
Accessible | The persistent volume is accessible and available for use. |
Inaccessible | The persistent volume is inaccessible and cannot be used. The persistent volume becomes inaccessible if the datastore that stores the volume cannot be reached by the hosts that connect to the datastore. |
To monitor volume health status in the vSphere Client, see Monitor Persistent Volumes in the vSphere Client.