]> git.ipfire.org Git - thirdparty/grub.git/commit
lvm: Match all LVM segments before validation
authorPatrick Plenefisch <simonpatp@gmail.com>
Sat, 4 Jan 2025 20:00:36 +0000 (15:00 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 5 Mar 2025 20:24:48 +0000 (21:24 +0100)
commit6c14b87d6fe03972f7a24689e51008698aedba15
treed24a229a64c815d9998a38089466cd094f4b8585
parentd34b9120e7dd4c860e103545f57ad8083aea4fea
lvm: Match all LVM segments before validation

The PV matching must be completely finished before validating a volume,
otherwise referenced RAID stripes may not have PV data applied yet.

This change is required for integrity & cachevol support.

Signed-off-by: Patrick Plenefisch <simonpatp@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/diskfilter.c