[linux-lvm] recovery of a VG - how?

David Teigland teigland at redhat.com
Mon Oct 7 16:42:18 UTC 2019


On Mon, Oct 07, 2019 at 05:25:15PM +0100, lejeczek wrote:
> hi guys
> 
> I have a VG which I try to restore:
> 
> $ vgcfgrestore --file /etc/lvm/archive/chenbro0.0_00308-2121179640.vg chenbro0.0
>   /dev/mapper/chenbro_a: Checksum error at offset 428544
>   Couldn't read volume group metadata from /dev/mapper/chenbro_a.
>   Metadata location on /dev/mapper/chenbro_a at 428544 has invalid summary for VG.

The latest upstream version of lvm has some improvements to help recover
from problems like this.  So, you could try building lvm 2.03.05, and
running 'vgck --updatemetadata'.  Otherwise, the old approach has been to
use pvcreate with --restorefile and --uuid, followed by vgcfgrestore.
(I'd experiment with that using some test devices if possible.)
Dave




More information about the linux-lvm mailing list