• Icon: Sub-task Sub-task
    • Resolution: Duplicate
    • Icon: Undefined Undefined
    • rhel-9.5
    • rhel-9.4
    • libguestfs
    • None
    • libguestfs-1.50.1-12.el9
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • Pass
    • 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
      

            Unassigned Unassigned
            rhn-eng-rjones Richard Jones
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: