-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.2
-
None
-
Low
-
1
-
rhel-image-mode
-
None
-
False
-
False
-
-
None
-
Bootc Sprint #22
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Installation of bootc-enabled container image using Anaconda on a system with multiple disks fails:
INFO:program:Running... bootc install to-filesystem --bootloader=grub --karg=resume=UUID=6de9dc03-a
127-4c21-8454-cee7ae3a524d --karg=rd.lvm.lv=rhel/root --karg=rd.lvm.lv=rhel/swap --stateroot=default --source-imgref=r
egistry:images.paas.redhat.com/bootc/rhel-bootc:latest-10.1 --target-imgref=registry:images.paas.redhat.com/bootc/rhel
-bootc:latest-10.1 /mnt/sysimage
DEBUG:anaconda.modules.payloads.payload.rpm_ostree.installation:bootc output: error: Installing to filesystem: Found multiple parent devices /dev/vda and /dev/vdb; not currently supported
What is the impact of this issue to you?
It may limit the installation user experience, as opposed to the advanced partitioning options with other installation payloads (e. g. packages). It also makes the installation more difficult even if the user decides to use only one disk, as in such a case, it's necessary to instruct Anaconda to ignore all but one selected drive using ignoredisk --only-use=/dev/vdX or create the entire partitioning manually instead of using autopart which defaults to LVM on CentOS/RHEL.
Please provide the package NVR for which the bug is seen:
bootc-1.10.0-2.el10
How reproducible is this bug?:
100%
Steps to reproduce
- Start RHEL-10.2 installation on a machine with multiple storage devices using bootc kickstart command to install a bootable container image.
Expected results
It's possible to create partitioning spanning multiple storage devices (LVM, RAID).
Actual results
Installation fails, because installation on partitionings spanning multiple storage devices is not yet supported by bootc.
The issue is tracked upstream in https://github.com/bootc-dev/bootc/issues/481
- is duplicated by
-
RHEL-130800 image mode installnation failed on multiple disk system
-
- Closed
-
- links to