WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 124] running reboot within a domU doesn't bring the doma

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 124] running reboot within a domU doesn't bring the domain back up after shutdown
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 16 Sep 2005 20:24:56 +0000
Delivery-date: Fri, 16 Sep 2005 20:24:59 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=124





------- Additional Comments From sean@xxxxxxxxx  2005-09-16 20:24 -------
There seems to be some disconnect in what Xend is seeing during the reboot
process.  After running reboot in the DomU the following appears in xend.log:

[2005-09-16 16:19:20 xend] DEBUG (XendDomain:240) XendDomain>reap> domain died
name=Suse9.2 id=11
[2005-09-16 16:19:20 xend] DEBUG (XendDomain:243) XendDomain>reap> shutdown
name=Suse9.2 id=11 reason=reboot
[2005-09-16 16:19:20 xend] DEBUG (XendDomain:472) domain_restart_schedule> 11
reboot 0
[2005-09-16 16:19:20 xend] INFO (XendDomain:479) Scheduling restart for domain:
name=Suse9.2 id=11
[2005-09-16 16:19:20 xend] INFO (XendDomain:514) Destroying domain: name=Suse9.2
[2005-09-16 16:19:20 xend] INFO (XendRoot:141) EVENT> xend.domain.exit
['Suse9.2', 11, 'reboot']
[2005-09-16 16:19:20 xend] INFO (XendRoot:141) EVENT> xend.domain.restart
['Suse9.2', 11, 'schedule']
[2005-09-16 16:19:20 xend] INFO (XendRoot:141) EVENT> xend.domain.destroy
['Suse9.2', 11]

Which all appears rather reasonable.  However the DomU has not rebooted yet.  If
you run xm list you get the following:

root@lrr:~/xen-unstable> xm list     
Name              Id  Mem(MB)  CPU VCPU(s)  State  Time(s)
Domain-0           0      123    0      1   r----    105.6
Fedora3            1      127    3      1   -b---     39.7
Fedora4            2      127    1      1   -b---     12.8
Mandrake10.2       4      127    1      1   -b---     17.3
Mandrake2006       3      127    3      1   -b---     12.6
Suse9.2           11        0    3      1   ---s-     11.4

Which shows the DomU is somewhat hung in shutdown state.  More interestingly the
following exception shows up in xend.log when you run xm list:

[2005-09-16 16:19:33 xend] ERROR (XendDomainInfo:128) domain_getinfo(11) failed,
ignoring
Traceback (most recent call last):
  File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 123, in dom_get
    domlist = xc.domain_getinfo(dom, 1)
error: (3, 'No such process')

Which means that xc no longer knows anything about the domain.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>