Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Reproduced with the following package:
python-virtinst-0.600.0-3.el6.noarch
Verified with
kernel-2.6.32-197.el6.x86_64
qemu-kvm-0.12.1.2-2.192.el6.x86_64
libvirt-0.9.4-17.el6.x86_64
python-virtinst-0.600.0-5.el6.noarch
virt-manager-0.9.0-7.el6.x86_64
step:
1.run command line:
[root@localhost ~]# virt-install -n demo -r 1024 -f /tmp/demo.img -s 4 -c
/dev/cdrom --nonetworks --debug
Wed, 19 Oct 2011 12:17:17 DEBUG Launched with command line:
/usr/sbin/virt-install -n demo -r 1024 -f /tmp/demo.img -s 4 -c /dev/cdrom --nonetworks --debug
Wed, 19 Oct 2011 12:17:17 DEBUG Requesting libvirt URI default
Wed, 19 Oct 2011 12:17:17 DEBUG Received libvirt URI qemu:///system
Wed, 19 Oct 2011 12:17:17 DEBUG Requesting virt method 'default', hv type 'default'.
Wed, 19 Oct 2011 12:17:17 DEBUG Received virt method 'hvm'
Wed, 19 Oct 2011 12:17:17 DEBUG Hypervisor name is 'kvm'
Wed, 19 Oct 2011 12:17:17 DEBUG DISPLAY is set: graphics defaulting to VNC.
Wed, 19 Oct 2011 12:17:17 DEBUG --graphics compat generated: vnc
Wed, 19 Oct 2011 12:17:17 DEBUG DistroInstaller location is a local file/path: /dev/cdrom
Wed, 19 Oct 2011 12:17:17 DEBUG Guest.has_install_phase: True
Starting install...
...
(The guest could be installed successfully without networks.)
So move the status of this bug to "verified".
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
No description necessary
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-2011-1643.html
Description of problem: an error occur when using --nonetworks to install guest Version-Release number of selected component (if applicable): libvirt-0.9.4-11.el6 python-virtinst-0.600.0-3.el6 qemu-kvm-0.12.1.2-2.184.el6 How reproducible: always Steps to Reproduce: 1.run command line: [root@localhost ~]# virt-install -n demo -r 1024 -f /tmp/demo.img -s 4 -c /dev/cdrom --nonetworks --debug Tue, 13 Sep 2011 05:25:24 DEBUG Launched with command line: /usr/sbin/virt-install -n demo -r 1024 -f /tmp/demo.img -s 4 -c /dev/cdrom --nonetworks --debug Tue, 13 Sep 2011 05:25:24 DEBUG Requesting libvirt URI default Tue, 13 Sep 2011 05:25:24 DEBUG Received libvirt URI qemu:///system Tue, 13 Sep 2011 05:25:24 DEBUG Requesting virt method 'default', hv type 'default'. Tue, 13 Sep 2011 05:25:24 DEBUG Received virt method 'hvm' Tue, 13 Sep 2011 05:25:24 DEBUG Hypervisor name is 'kvm' Tue, 13 Sep 2011 05:25:25 DEBUG DISPLAY is set: graphics defaulting to VNC. Tue, 13 Sep 2011 05:25:25 DEBUG --graphics compat generated: vnc Tue, 13 Sep 2011 05:25:25 DEBUG DistroInstaller location is a local file/path: /dev/cdrom Tue, 13 Sep 2011 05:25:25 ERROR Values instance has no attribute 'macs' Tue, 13 Sep 2011 05:25:25 DEBUG Traceback (most recent call last): File "/usr/sbin/virt-install", line 1004, in <module> sys.exit(main()) File "/usr/sbin/virt-install", line 989, in main guest = build_guest_instance(conn, options) File "/usr/sbin/virt-install", line 530, in build_guest_instance check_option_collisions(options, guest) File "/usr/sbin/virt-install", line 393, in check_option_collisions if options.macs: AttributeError: Values instance has no attribute 'macs' Actual results: see Steps to Reproduce: Expected results: no error,the installation will successful. Additional info: this bug not occur on python-virtinst-0500.5-3.el6 libvirt-python-0.8.7-18.el6 it is a regression bug.