KVM Gotchas

From I Will Fear No Evil
Revision as of 09:45, 8 May 2023 by Chubbard (talk | contribs) (Created page with "====Common useful commands for KVM Guests==== KVM LVM error fixes: <pre> WARNING: PV /dev/sda5 in VG dns01-vg is using an old PV header, modify the VG to update. </pre> Fix: <pre> vgck --updatemetadata dns01-vg </pre> Category:Virtualization")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Common useful commands for KVM Guests

KVM LVM error fixes:

  WARNING: PV /dev/sda5 in VG dns01-vg is using an old PV header, modify the VG to update.

Fix:

vgck --updatemetadata dns01-vg