You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kubevirt): Add PVC and storage class checks to troubleshooting guide
Extend the DataVolume troubleshooting section (Step 3) to include:
- Check underlying PersistentVolumeClaim (PVC) status
- Verify PVC phase is "Bound"
- Check storage class name and capacity
- Common PVC issues and their meanings
- Check StorageClass when PVC is pending
- Verify storage class exists
- Ensure provisioner is healthy
This provides more comprehensive guidance for diagnosing storage-related
issues, as PVC problems are often the root cause of DataVolume failures.
The enhanced troubleshooting steps help users identify issues with:
- Storage class availability
- Provisioner health
- Storage capacity
- PVC binding problems
Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
0 commit comments