RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 858128 - libguestfs fail to list devices added by add-drive-ro-with-if twice
Summary: libguestfs fail to list devices added by add-drive-ro-with-if twice
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libguestfs
Version: 6.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Richard W.M. Jones
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-18 03:19 UTC by Mohua Li
Modified: 2013-02-21 08:38 UTC (History)
4 users (show)

Fixed In Version: libguestfs-1.16.31-4.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 08:38:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0324 0 normal SHIPPED_LIVE libguestfs bug fix and enhancement update 2013-02-20 20:54:42 UTC

Description Mohua Li 2012-09-18 03:19:17 UTC
Description of problem:

added 2 devices by add-drive-ro-with-if, will get error result, but if just=
 added 1 device won't have this problem,=20
><fs> add-drive-ro-with-if  ide.img ide=20
><fs> add-drive-ro-with-if  virtio.img virtio
><fs>list-devices
libguestfs: trace: list_devices
libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 =
04 | 00 00 00 07 | 00 00 00 00 | ...
guestfsd: main_loop: new request, len 0x28
guestfsd: guestfsd.c:556: compare_device_names: Assertion `r =3D=3D 1' fail=
ed.
/init: line 151:   301 Aborted                 $vg guestfsd
[    5.800056] md: stopping all md devices.
[    5.800827] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[    5.956143] Restarting system.
[    5.956656] machine restart
libguestfs: child_cleanup: 0xeb1c00: child process died
libguestfs: trace: list_devices =3D NULL (error)



Version-Release number of selected component (if applicable):
libguestfs-1.16.30-2.el6.x86_64

How reproducible:
always 

Steps to Reproduce:
1. qemu-img create ide.img 1G; qemu-img create virtio.img 1G;=20
2. guestfish -x -v add-drive-ro-with-if ide.img ide : add-drive-ro-with-if =
virtio.img virtio : run : list-devices=20
3. no problem with:  guestfish -x -v add-drive ide.img : add-drive virtio.i=
mg  : run : list-devices

  
Actual results:


Expected results:


Additional info:
this is a regression bug, only happen on 6.4 build, no problem with 6.3 RC build

Comment 3 Richard W.M. Jones 2012-09-28 13:21:09 UTC
I can reproduce this bug in RHEL 6.4.

Upstream, the same command hangs libguestfs ...  This
is not necessarily surprising because (upstream) this
tries to add an IDE disk, a virtio-blk disk, and a virtio-scsi
disk to the same guest, which seems unlikely to work,
and even less likely to be a good idea.

However I will try to fix this for RHEL 6.

Comment 4 Richard W.M. Jones 2012-09-28 14:09:36 UTC
Fixed upstream in commit d57511e00c9e40ea895edd48953f3ab094a29bb0.

Comment 5 Richard W.M. Jones 2012-09-28 14:10:27 UTC
(In reply to comment #4)
> Fixed upstream in commit d57511e00c9e40ea895edd48953f3ab094a29bb0.

Ignore that.

The correct commit is 6f53d49a27fbf7f1b5c22080e2509375e128d5e4.

Comment 9 errata-xmlrpc 2013-02-21 08:38:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0324.html


Note You need to log in before you can comment on or make changes to this bug.