| Summary: | qemu argument regression | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | amit.shah, berrange, cfergeau, dwmw2, itamar, pbonzini, rjones, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-14 17:01:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
I believe this is a libvirt bug: https://bugzilla.redhat.com/show_bug.cgi?id=1325085 *** This bug has been marked as a duplicate of bug 1325085 *** |
Description of problem: after updating qemu to 2.6.0-0.1.rc1.fc24.armv7hl I get teh following traceback trying to make guests Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/imgfac/Builder.py", line 132, in _build_image_from_template self.os_plugin.create_base_image(self, template, parameters) File "/usr/lib/python2.7/site-packages/imagefactory_plugins/TinMan/TinMan.py", line 346, in create_base_image libvirt_xml = self.guest.install(self.app_config["timeout"]) File "/usr/lib/python2.7/site-packages/oz/RedHat.py", line 711, in install self.initrdfname, self.cmdline) File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1788, in _do_install dom = self.libvirt_conn.createXML(xml, 0) File "/usr/lib/python2.7/site-packages/libvirt.py", line 3632, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: internal error: process exited while connecting to monitor: qemu-system-arm: -device pci-bridge,chassis_nr=2,id=pci,bus=pci,addr=0x1: Duplicate ID 'pci' for device Image build FAILED with error: internal error: process exited while connecting to monitor: qemu-system-arm: -device pci-bridge,chassis_nr=2,id=pci,bus=pci,addr=0x1: Duplicate ID 'pci' for device Version-Release number of selected component (if applicable): qemu-2.6.0-0.1.rc1.fc24.armv7hl How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: downgrading to qemu-2.5.0-10.fc24.armv7hl enables everything to work