debian-forge-composer/internal/disk
Christian Kellner 63aa1556fc rhel86: automatically convert to LVM on fs customizations
Whenever we create a new mountpoint due to a user customization,
ensure the layout uses LVM, i.e. convert plain layouts to it, if
needed. It uses the existing lvm-ification code but enhances it
so that we also create a `/boot` partition in case it does not
yet exist.
Adjust the existing tests that assumed we can not create more
than 4 partitions on mbr layouts, since that is now not true
anymore.
2022-02-28 21:36:25 +01:00
..
btrfs.go disk: rename Create{Volume → Mountpoint} 2022-02-28 17:09:30 +01:00
disk.go disk: honour the fact that some containers have metadata 2022-02-28 17:09:30 +01:00
disk_test.go disk: NewPartitionTable can wrap plain partitions in LVM 2022-02-28 17:09:30 +01:00
filesystem.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
luks.go disk: honour the fact that some containers have metadata 2022-02-28 17:09:30 +01:00
lvm.go disk: honour the fact that some containers have metadata 2022-02-28 17:09:30 +01:00
lvm_test.go disk: rename Create{Volume → Mountpoint} 2022-02-28 17:09:30 +01:00
partition.go disk: add partition type helpers 2022-02-27 22:03:36 +01:00
partition_table.go rhel86: automatically convert to LVM on fs customizations 2022-02-28 21:36:25 +01:00