📖 ~1 min read
Table of contents
Symptom & Impact
vgs reports the VG missing and mounts that depend on it fail.
Environment & Reproduction
Common after disk replacement or controller renaming.
lsblk
vgs
Root Cause Analysis
PV UUID changed or the device path is unknown to lvm.
Quick Triage
Scan for PVs and inspect the LVM cache.
pvscan --cache
pvs
Step-by-Step Diagnosis
Look for missing PVs and degraded VGs.
vgdisplay -v | head -60
cat /etc/lvm/backup/*

Solution – Primary Fix
Re-import the VG and reactivate logical volumes.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.
vgscan
vgchange -ay

Solution – Alternative Approaches
Restore from /etc/lvm/backup if metadata is damaged.
vgcfgrestore -f /etc/lvm/backup/vg_data vg_data
Verification & Acceptance Criteria
All LVs activate and filesystems mount.
lvs
mount -a
Rollback Plan
Deactivate the VG and revert any imports.
vgchange -an vg_data
Prevention & Hardening
Maintain /etc/lvm/backup and snapshot before disk swaps.
vgcfgbackup vg_data
Related Errors & Cross-Refs
VG not found, PV missing, mount fails at boot.
Related tutorial: View the step-by-step tutorial for centos-stream-10.
View all centos-stream-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
LVM admin guide, vgcfgrestore docs.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.