Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 259281 Details for
Bug 383761
Domains in the dying state cause virt-manager to hang in the connecting state
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix
virt-manager-0.5.2-missing-domains.patch (text/plain), 1007 bytes, created by
Robert Nelson
on 2007-11-15 03:00:11 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Robert Nelson
Created:
2007-11-15 03:00:11 UTC
Size:
1007 bytes
patch
obsolete
>diff -ru virt-manager-0.5.2-orig/src/virtManager/connection.py virt-manager-0.5.2/src/virtManager/connection.py >--- virt-manager-0.5.2-orig/src/virtManager/connection.py 2007-10-04 18:43:56.000000000 -0700 >+++ virt-manager-0.5.2/src/virtManager/connection.py 2007-11-14 18:19:44.000000000 -0800 >@@ -550,7 +550,11 @@ > # May be a new VM, we have no choice but > # to create the wrapper so we can see > # if its a previously inactive domain. >- vm = self.vmm.lookupByID(id) >+ try: >+ vm = self.vmm.lookupByID(id) >+ except libvirt.libvirtError: >+ logging.error("LookupDomainByID(%d) failed - probably active domain not in xenstore" % id) >+ continue > uuid = self.uuidstr(vm.UUID()) > maybeNewUUIDs[uuid] = vm > # also add the new or newly started VM to the "started" list
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 383761
: 259281