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-users

Re: [Xen-users] xend, xenstored, xenconsoled restart

To: Ferenc Wagner <wferi@xxxxxxx>
Subject: Re: [Xen-users] xend, xenstored, xenconsoled restart
From: Tim Post <echo@xxxxxxxxxxxx>
Date: Wed, 22 Oct 2008 15:33:14 +0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 22 Oct 2008 00:34:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <87k5c1lisb.fsf@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <87k5c1lisb.fsf@xxxxxxxxxxxxx>
Reply-to: echo@xxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, 2008-10-21 at 23:50 +0200, Ferenc Wagner wrote:
> Hi,
> 
> I'm looking for some definite info about when it's allowed to restart
> the various Xen daemons (xend, xenstored and xenconsoled).
> 
> Up to now I worked with the assumption that I can restart them while
> guest domains are running on the host and there's no harm done.
> Indeed there wasn't, until now, when on restart one of my domains
> became Domain-Unnamed (but kept on working), while the others
> disappeared and didn't ping anymore...
> 
> (I've got the domain info dump from xm dmesg and the xend logs if
> anybody can debug this.  I'm using Xen 3.2.1.)

One thing you never (ever) want to re-start is xenstored. Xend however
can usually be re-started without issue.

Think of xenstored as something like "/proc as a service". Xen itself
does not care about the name of your guest, it only needs its ID, flags,
etc. If you look in /usr/include/xen/domctl.h , in particular the type
xc_domaininfo_t , you'll see how much the userland tools rely on
xenstore .. not just for storage, but watches. This keeps the bloat out
of Xen itself and in userspace where it belongs. That's one of the
reasons why Xen is a well designed modern highly efficient microkernel.

To make the store persistent, many small writes/reads to dom-0's disk
would be needed and would be a disaster. That's why its all done in
memory. Nevermind i/o wait and latency :) As far as I know, there is no
way to export / import the contents of the store on a graceful re-start.
Trying to do the same while handling a segmentation fault would be at
(best) questionable.

In all reality, I have seen xend crash, but never xenstored. The only
practical reason for including stuff to dump and re-import its contents
would be a graceful restart .. but why would you re-start it if its
running fine? :)

Cheers,
--Tim



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