On Fri, Jul 17, 2020 at 09:04:32AM +0200, Henk Kraal wrote: > Hi all, > > I’ve run into an issue when trying to activate an LV which resides on a > read-only loop device. When I run lvchange -a y <LV Path> I get the > following error: > > Error writing device /dev/loop0p5 at 4096 length 512. > bcache_invalidate: block (4, 0) still dirty > Failed to write mda header to /dev/loop0p5 fd -1 > Failed to update old PV extension headers in VG recursor02-01-vg. > Volume group "recursor02-01-vg" not found > Cannot process volume group recursor02-01-vg > > I’ve observed this issue when using LVM version 2.03.02 > Is there a way I can prevent the update of the extension headers when > activating the LV? I don't think there's a way to tell that version to skip the header update. A more recent verson of lvm should work, and let you use the PV without updating the header. It will not attempt updates from commands which are not otherwise updating lvm metadata. Dave _______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/