1) create vg test
2) create lvol test/virtual_device
3) pvcreate test/virtual_device
4) (with trickery) install debian with VG's in virtual_device (that was
the plan)
5) reboot system
On reboot dmsetup/lvm, ultimately will find the intended partition/lvm
setup.If you wait long enough!. Credit to the guys who wrote this code
as stack depth limit errors/warnings don't seem to break anything.
However on a Ryzen 1700 system with only SSD's, only the call of nature
for a pee, saved me from the misconception that a kernel lockup ocurred.
With virtualization, to prepare a bare metal boot in a disk-image should
be a no brainer. What should it look like to boot 'hdimage containers'
on bare metal:
vmlinuz ro root=WHATEVER hdimage=/dev/$(VGa)/$(virtual
device),/dev/$(VGb)/$(virtual device) hdimage=$("hey kernel, register my
partitions")
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/