You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Failed to create a LVM based centos stream 9 vhd image with customized rootfs size, however I can successfully generate a non-lvm image with the same blueprint file by just modify partitioning_mode = "raw"
Environment
CentOS Stream release 9
osbuild-composer-101-1.el9.x86_64
To Reproduce
Steps to reproduce the behavior:
override system repos
create blueprint file with customized rootfs size and lvm partition mode
name = "lvm-vhd"
version = "0.0.1"
packages = [
{ name = "cloud-init" },
{ name = "WALinuxAgent" },
{ name = "podman" },
]
[customizations]
partitioning_mode = "lvm"
[[customizations.filesystem]]
mountpoint = "/boot"
minsize = "1 GiB"
[[customizations.filesystem]]
mountpoint = "/"
minsize = "8 GiB"
Describe the bug
Failed to create a LVM based centos stream 9 vhd image with customized rootfs size, however I can successfully generate a non-lvm image with the same blueprint file by just modify
partitioning_mode = "raw"
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
vhd disk image is created successfully
Additional context
error log
The text was updated successfully, but these errors were encountered: