]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/lvm: Add support for cachevol LV
authorPatrick Plenefisch <simonpatp@gmail.com>
Mon, 11 Nov 2024 18:18:39 +0000 (13:18 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 5 Mar 2025 20:27:54 +0000 (21:27 +0100)
commita16b4304a2b4f2b5ff57e247725389475d2c52dd
tree1b818c9a9ee2c48092e2dfd87030bab99aa7e397
parent9a37d6114593417bbd29b2d2c3794c05305e9ebe
disk/lvm: Add support for cachevol LV

Mark cachevol LV's as ignored features, which is true only if they are
configured as "writethrough". This patch does not let GRUB boot from
"writeback" cache-enabled LV's.

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