debian-forge-composer/internal/disk
Christian Kellner a9ef16a95e disk/lvm: generate logical volume name
When creating a new logical volume via the `CreateVolume` method,
the logical volume name was left blank. Generate an name based
on the mountpoint.
We will detect collisions for names and will try to correct them
by attaching a suffix. We do give up after 100 attempts though.
Add a simple test for it.
2022-02-27 22:03:36 +01:00
..
btrfs.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
disk.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
disk_test.go disk: basic partition table creation tests 2022-02-22 19:23:41 +00:00
filesystem.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
luks.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
lvm.go disk/lvm: generate logical volume name 2022-02-27 22:03:36 +01:00
lvm_test.go disk/lvm: generate logical volume name 2022-02-27 22:03:36 +01:00
partition.go disk: Partition.Payload is now an Entity 2022-02-22 19:23:41 +00:00
partition_table.go disk: ensure minimum size for filesystems 2022-02-24 11:00:35 +01:00