All of lore.kernel.org
 help / color / mirror / Atom feed
* Xenstore Recovery?
@ 2005-11-03 15:40 Michael Vrable
  0 siblings, 0 replies; only message in thread
From: Michael Vrable @ 2005-11-03 15:40 UTC (permalink / raw)
  To: xen-devel

There has been talk of driver recovery within Xen domains if the backend
goes away unexpectedly.  Has anyone given much thought to how to perform
recovery if a domain's connection to _xenstore_ goes away?

It seems a trickier problem.   There's no existing way to signal a
domain that this has happened--we can't simply have the new xenstore
daemon write data out on the xenstore channels, since there are no clear
message boundaries.  The xenbus code in Linux doesn't look like it's
designed to deal with failures in xenstore.  Also, watches on the store
seem like hard state within xenstore, that domains can't be easily told
to rebuild.

It looks like the suspend/resume code in domains will handle
reconnecting to xenstore, but that only works if the domain is properly
notified ahead of time.

I'm mostly just curious whether this is in the xenstore/xenbus design at
all, a case that is explicitly not handled for complexity reasons, or
something else.

--Michael Vrable

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-03 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03 15:40 Xenstore Recovery? Michael Vrable

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.