Bug 179677
| Summary: | xend throws exception on reboot of domain | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Young <dyoung> | ||||
| Component: | xen | Assignee: | Jeremy Katz <katzj> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | bdwheele, katzj, mcr, sct | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-02-23 23:21:13 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 150222 | ||||||
| Attachments: |
|
||||||
Created attachment 124020 [details]
/var/log/xend-debug.log
I'm seeing it here, too. Jeremy, do you want to take a stab at this? (you seem to be looking at the tools lately). *** Bug 181547 has been marked as a duplicate of this bug. *** *** Bug 182321 has been marked as a duplicate of this bug. *** *** Bug 182295 has been marked as a duplicate of this bug. *** Fixed in CVS for 3.0.1-0.20060208.fc5.3 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060126 Fedora/1.5-5 Firefox/1.5 Description of problem: "xm list" gives this traceback after doing a "shutdown -r now" in a domain: Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 906, in main rc = cmd(args) File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 356, in xm_list doms = getDomains(params) File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 332, in getDomains return server.xend_list_domains() File "/usr/lib/python2.4/site-packages/xen/xend/XendClient.py", line 200, in xend_list_domains return self.xendGet(self.domainurl(), {'detail': '1'}) File "/usr/lib/python2.4/site-packages/xen/xend/XendClient.py", line 150, in xendGet return self.client.xendGet(url, args) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 92, in xendGet return self.xendRequest(url, "GET", args) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 182, in xendRequest resp.reason) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 112, in handleStatus return self.handleException(XendError(message)) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 138, in handleException raise err Version-Release number of selected component (if applicable): xen-3.0-0.20060130.fc5.2 How reproducible: Always Steps to Reproduce: 1. xm create -c foo 2. Log in to foo 3. shutdown -r now 4. "xm list" in dom0 Actual Results: Traceback in description. /var/log/xend-debug.log will be attached. xentop shows foo in shutdown state. Expected Results: foo should reboot. Additional info: Can "/etc/init.d/xend restart" to recover.