This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This is a boilerplate LVM configuration file (/etc/lvm/lvm.conf) with a few simple modifications | |
# that will fix a bug encountered when booting a no-modules kernel with LVM inside of a LUKS device | |
# The bug is best described as a failure of LVM to find a disk by UUID, even though the device with | |
# that UUID is present (in this case, in the form of an unlocked LUKS volume) | |
# | |
## | |
# Symptoms/Preconditions: | |
# - LUKS device is unlocked and the UUID for the VG can be seen in the `blkid` output | |
# - The LVM VGs are not present in /dev/mapper/ as expected |