Bug 1072704
Summary: | Cannot view VM console or VM details: 'NoneType' object has no attribute 'cpus' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Major Hayden 🤠<mhayden> |
Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | berrange, crobinso, rhack, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | virt-manager-1.0.0-5.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-11 03:58:36 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: | |
Embargoed: |
Description
Major Hayden ðŸ¤
2014-03-05 04:29:22 UTC
Full traceback from virt-manager --debug: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 803, in _show_vm_helper details = self._get_details_dialog(uri, uuid) File "/usr/share/virt-manager/virtManager/engine.py", line 760, in _get_details_dialog obj = vmmDetails(con.get_vm(uuid)) File "/usr/share/virt-manager/virtManager/details.py", line 530, in __init__ self.init_details() File "/usr/share/virt-manager/virtManager/details.py", line 990, in init_details for name in [c.model for c in cpu_values.cpus]: AttributeError: 'NoneType' object has no attribute 'cpus' [Tue, 04 Mar 2014 22:13:31 virt-manager 21019] DEBUG (error:84) error dialog message: summary=Error launching details: 'NoneType' object has no attribute 'cpus' details=Error launching details: 'NoneType' object has no attribute 'cpus' Fixed upstream now commit b078ba8c3d69b62fe748d9182babef8971914277 Author: Cole Robinson <crobinso> Date: Thu Mar 6 11:31:09 2014 -0500 details: Fix fallback if fetching CPU models fails (bz 1072704) Just made the edits from Cole's commit on my server and that fixed the bug. I'm able to view VM consoles and details without issue. virt-manager-1.0.0-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/virt-manager-1.0.0-4.fc20 virt-manager-1.0.0-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/virt-manager-1.0.0-5.fc20 Package virt-manager-1.0.0-5.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing virt-manager-1.0.0-5.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3581/virt-manager-1.0.0-5.fc20 then log in and leave karma (feedback). virt-manager-1.0.0-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1075044 has been marked as a duplicate of this bug. *** |