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 966033 - Can't insert ISO which is under "/root/" to guest
Summary: Can't insert ISO which is under "/root/" to guest
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: virt-manager
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Martin Kletzander
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-22 10:13 UTC by CongDong
Modified: 2014-06-18 00:00 UTC (History)
7 users (show)

Fixed In Version: virt-manager-0.10.0-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 13:31:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description CongDong 2013-05-22 10:13:49 UTC
Description of problem:
Can't insert an ISO to guest

Version-Release number of selected component (if applicable):
virt-manager-0.10.0-0.2.gitb68faac8.el7.noarch

How reproducible:
100%

Steps to Reproduce:
1. Make sure have a good guest and an ISO file which is under "/root/".
2. "Force off" the guest
3. Open the "Details" tab of the guest.
4. "Add hardware" -> "Storage" -> "Select managed or other existing storage"
5. Choose the ISO file and change the “Device type” to "IDE CDROM"
6. "Finish"

Actual results:
  Can insert the ISO sucessfully.

Expected results:
An error cames out after step6:
  Uncaught error validating hardware input: argument of type 'bool' is not terable
  Traceback (most recent call last):
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 881, in finish
      if self.validate(notebook.get_current_page()) is False:
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 1209, in alidate
      return self.validate_page_storage()
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 1333, in validate_page_storage
      self.conn, disk.path)
    File "/usr/share/virt-manager/virtManager/uihelpers.py", line 949, in check_path_search_for_qemu
      if p in skip_paths:
  TypeError: argument of type 'bool' is not iterable

Additional info:

Comment 2 Martin Kletzander 2013-05-22 12:01:04 UTC
Probably the main reason for this was fixed in commit bde99432, so I'm moving to POST, feel free to reassing if it's not fixed for you in next version.

commit bde9943221c3d78388fb554cc5a2838b05aaa7de
Author: Cole Robinson <crobinso>
Date:   Wed May 15 15:35:55 2013 -0400

    gsettings: Fix default for perms-fix-ignore (bz 962569)

Comment 4 CongDong 2013-08-14 09:43:51 UTC
Sorry, I mixed the "Actual results" the "Expected results" .
Correct here:

Expected results:
  Can insert the ISO sucessfully.

Actual results:
An error cames out after step6:
  Uncaught error validating hardware input: argument of type 'bool' is not terable
  Traceback (most recent call last):
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 881, in finish
      if self.validate(notebook.get_current_page()) is False:
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 1209, in alidate
      return self.validate_page_storage()
    File "/usr/share/virt-manager/virtManager/addhardware.py", line 1333, in validate_page_storage
      self.conn, disk.path)
    File "/usr/share/virt-manager/virtManager/uihelpers.py", line 949, in check_path_search_for_qemu
      if p in skip_paths:
  TypeError: argument of type 'bool' is not iterable


But virt-manager-0.10.0-0.2.gitb68faac8.el7.noarch is deleted in brewweb, I can't get it and can't reproduce with other version.

Comment 8 CongDong 2013-08-19 01:24:30 UTC
Ok, as the result from comment 4 and comment 6, set VERIFIED.

Comment 9 Ludek Smid 2014-06-13 13:31:16 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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