All of lore.kernel.org
 help / color / mirror / Atom feed
* safely reboot dom0?
@ 2005-07-29  2:36 aq
  2005-07-29  3:53 ` Mark Williamson
  0 siblings, 1 reply; 3+ messages in thread
From: aq @ 2005-07-29  2:36 UTC (permalink / raw)
  To: xen-devel

hello,

I remember reading somewhere about the ability to reboot dom0 without
loosing anything (other domUs still function) when there are troubles
with dom0 driver. Is that true? if so, how can we do that?


 regards,
aq

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

* Re: safely reboot dom0?
  2005-07-29  2:36 safely reboot dom0? aq
@ 2005-07-29  3:53 ` Mark Williamson
  2005-07-29  4:02   ` aq
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Williamson @ 2005-07-29  3:53 UTC (permalink / raw)
  To: xen-devel, aq

> I remember reading somewhere about the ability to reboot dom0 without
> loosing anything (other domUs still function) when there are troubles
> with dom0 driver. Is that true? if so, how can we do that?

You can't do this with dom0 itself - it holds too much state about the running 
system.

The idea is to partition driver functionality out into separate domains - one 
domain for your network interface, another for your block interface...  These 
service domains directly, giving good performance.  When they crash, dom0 can 
restart them and the other domains will reconnect and carry on.  This is a 
pretty nice trick, since drivers are one of the least reliable parts of the 
OS.

The Xend support code for this needs tracing through - somebody reported that 
the domains would reconnect after the restart.

Cheers,
Mark

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

* Re: safely reboot dom0?
  2005-07-29  3:53 ` Mark Williamson
@ 2005-07-29  4:02   ` aq
  0 siblings, 0 replies; 3+ messages in thread
From: aq @ 2005-07-29  4:02 UTC (permalink / raw)
  To: Mark Williamson; +Cc: xen-devel

On 7/29/05, Mark Williamson <mark.williamson@cl.cam.ac.uk> wrote:
> > I remember reading somewhere about the ability to reboot dom0 without
> > loosing anything (other domUs still function) when there are troubles
> > with dom0 driver. Is that true? if so, how can we do that?
> 
> You can't do this with dom0 itself - it holds too much state about the running
> system.

ah, that should be "restart device driver domain without loosing ...".
as dom0 is usually device driver domain, that confused me a little ;-)

thanks Mark.
aq

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

end of thread, other threads:[~2005-07-29  4:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-29  2:36 safely reboot dom0? aq
2005-07-29  3:53 ` Mark Williamson
2005-07-29  4:02   ` aq

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.