[PATCH 0/4] LVM logical volume support
Samuel Mendoza-Jonas
sam at mendozajonas.com
Thu Jun 15 14:54:27 AEST 2017
These patches allow Petitboot to recognise and scan logical volumes.
The core of the change is allowing logical volumes past the "dm-device"
check in udev.c, with the rest of the changes being making the devices
more presentable to the user and handling some small corner cases.
Note that in order for LVM devices to appear the linux environment also
needs to support LVM (eg. see https://github.com/open-power/op-build/pull/1153)
Samuel Mendoza-Jonas (4):
ui/ncurses: Extend nc-subset pad height
discover/devmapper: Add prefix to devmapper device names
lib/system: Add vgscan, vgchange utilities
discover/udev: Handle LVM logical volumes
configure.ac | 2 ++
discover/devmapper.c | 15 ++++++++------
discover/udev.c | 54 +++++++++++++++++++++++++++++++++++++++++++++-----
lib/system/system.c | 2 ++
lib/system/system.h | 2 ++
ui/ncurses/nc-subset.c | 7 +++++--
6 files changed, 69 insertions(+), 13 deletions(-)
--
2.13.1
More information about the Petitboot
mailing list