KVM Gotchas: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(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")
(No difference)

Revision as of 09:45, 8 May 2023

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