All of lore.kernel.org
 help / color / mirror / Atom feed
* DomU stuck in "s" state in -unstable
@ 2005-04-22  0:28 Christopher S. Aker
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher S. Aker @ 2005-04-22  0:28 UTC (permalink / raw)
  To: xen-devel

Using yesterday's unstable:

(domU):
INIT: Switching to runlevel: 0
INIT: Sending processes the TERM signal
...
Power down.

Ok, good...

[root@host27 xen]# xm destroy xen8
[root@host27 xen]# xm list
Name              Id  Mem(MB)  CPU  State  Time(s)  Console
Domain-0           0      123    0  r----  33589.1        
xen8              24        0    1  ---s-     43.4    9624


/var/log/xend.log loops the following:

DEBUG (XendDomain:244) XendDomain>reap> domain died name=xen8 id=24
DEBUG (XendDomain:247) XendDomain>reap> shutdown id=24 reason=poweroff
DEBUG (XendDomain:487) domain_restart_schedule> 24 poweroff 0
INFO (XendDomain:564) Destroying domain: name=xen8
DEBUG (XendDomainInfo:673) Closing console, domain 24
INFO (XendRoot:112) EVENT> xend.domain.exit ['xen8', '24', 'poweroff']
INFO (XendRoot:112) EVENT> xend.domain.destroy ['xen8', '24']

-Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: DomU stuck in "s" state in -unstable
@ 2005-04-22  0:32 Ian Pratt
  2005-04-22  1:38 ` Christopher S. Aker
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Pratt @ 2005-04-22  0:32 UTC (permalink / raw)
  To: Christopher S. Aker, xen-devel



> [root@host27 xen]# xm destroy xen8
> [root@host27 xen]# xm list
> Name              Id  Mem(MB)  CPU  State  Time(s)  Console
> Domain-0           0      123    0  r----  33589.1        
> xen8              24        0    1  ---s-     43.4    9624

Yep, this is understood. Mike's preparing a big update to xend
(basically a rewrite) that fixes this and a bunch of other problems.
Stay tuned.

Ian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DomU stuck in "s" state in -unstable
  2005-04-22  0:32 DomU stuck in "s" state in -unstable Ian Pratt
@ 2005-04-22  1:38 ` Christopher S. Aker
  2005-04-22  4:40   ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher S. Aker @ 2005-04-22  1:38 UTC (permalink / raw)
  To: Ian Pratt, xen-devel

> > [root@host27 xen]# xm destroy xen8
> > [root@host27 xen]# xm list
> > Name              Id  Mem(MB)  CPU  State  Time(s)  Console
> > Domain-0           0      123    0  r----  33589.1
> > xen8              24        0    1  ---s-     43.4    9624
>
> Yep, this is understood. Mike's preparing a big update to xend
> (basically a rewrite) that fixes this and a bunch of other problems.
> Stay tuned.

Cool.  Wasn't sure if this was a xend problem specifically, since vmtools won't
destroy the domain either.

-Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DomU stuck in "s" state in -unstable
  2005-04-22  1:38 ` Christopher S. Aker
@ 2005-04-22  4:40   ` Anthony Liguori
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2005-04-22  4:40 UTC (permalink / raw)
  To: Christopher S. Aker; +Cc: Ian Pratt, xen-devel

Christopher S. Aker wrote:

>>Yep, this is understood. Mike's preparing a big update to xend
>>(basically a rewrite) that fixes this and a bunch of other problems.
>>Stay tuned.
>>    
>>
>
>Cool.  Wasn't sure if this was a xend problem specifically, since vmtools won't
>destroy the domain either.
>  
>
A domain won't disappear until all of the memory mapped from the domain 
is unmapped.  The culprit here is either xcs or the device backends 
themself.  It's not really harmful to the system to have these domains 
not totally destroyed (most of the memory has been reclaimed) but it is 
annoying.

xcs is pretty good about eventually cleaning itself up so it's probably 
the devices not being properly destroyed.  One of the features I'm 
working on for vm-tools is the ability to remove devices manually (after 
domain destruction).

This will provide a way to recover from this sort of thing in the future.

Regards,
Anthony Liguori

>-Chris
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-22  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22  0:32 DomU stuck in "s" state in -unstable Ian Pratt
2005-04-22  1:38 ` Christopher S. Aker
2005-04-22  4:40   ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2005-04-22  0:28 Christopher S. Aker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.