Freitag, 8. April 2022

VG is using an old PV header, modify the VG to update

 In case you get this error:

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


try: sudo vgck

then

sudo vgck --updatemetadata NameOfYourVolume


that's it