On Longhorn > Volume board, a Longhorn volume shows Healthy, Bound, and Attached to a pod. However, ‘kubectl get pv’ shows the PV status is Terminating.
Any idea what is happening and any suggestion on how to fix? Thanks very much!
There could be many possible reasons for this behaviour
To answer this question, unfortunately, you have to do your homework and verify the logs.
In the current situation, however, it is apparent that there is an inconsistency in the volume state.
If it is possible (and necessary) make a copy of data of this volume and remove the finalizer at the edit level of the volume descriptor.
Given the RECLAIMPOLICY of the longhorn storageClass being Retain, fixed the issue by backing up the PV, deleting the PVC/PV, recreating PV/PVC from the Longhorn volume.