-
Bug
-
Resolution: Done-Errata
-
Normal
-
rhel-9.4
-
libguestfs-1.50.1-12.el9
-
None
-
Moderate
-
rhel-sst-virtualization
-
ssg_virtualization
-
5
-
False
-
-
None
-
None
-
Pass
-
Automated
-
None
Libguestfs inspection doesn't understand /etc/fstab partition labels (which map to GPT labels). In this Ubuntu guest we have /etc/fstab containing:
# / was on /dev/sda2 during curtin installation PARTLABEL=SYSTEM / ext4 defaults 0 1 # /boot/efi was on /dev/sda1 during curtin installation PARTLABEL=EFI /boot/efi vfat defaults 0 1
These should be mapped via the part-get-name API:
><fs> part-get-name /dev/sda 1 EFI ><fs> part-get-name /dev/sda 2 SYSTEM
- clones
-
RHEL-40142 virt-v2v conversion of Ubuntu 22.04.4 LTS failed: error: could not find bootloader mount point (/boot/efi/EFI)
- Closed
- is cloned by
-
RHEL-53461 libguestfs inspection does not know about /etc/fstab PARTLABEL=<label>
- Release Pending
- is depended on by
-
RHEL-40142 virt-v2v conversion of Ubuntu 22.04.4 LTS failed: error: could not find bootloader mount point (/boot/efi/EFI)
- Closed
- links to
-
RHEA-2024:137878 libguestfs bug fix and enhancement update