From: "Andrew D. Ball" <aball@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: current domU lifecycle work ?
Date: Thu, 09 Mar 2006 17:14:08 -0500 [thread overview]
Message-ID: <4410A8B0.3060103@us.ibm.com> (raw)
Is anyone working on supporting different types of domU
lifecycles at the moment?
Ignoring configuration file based domU persistence, I'm
told that it's possible to have a domU stay around in xenstore
after shutting it down, but that I ought not to do
that because it's buggy.
Having the following primitives supports more
lifecycle models than the behavior I see from xm
create and xm destroy, where xm destroy causes xend
to forget about the domU:
(1) register a domU with xend (initializes a configuration
in xenstore)
(2) turn on that domU
(3) turn off that domU (without removing it from xenstore)
(4) unregister that domU with xend (this is destroying the
domU).
The lifecycle model where domU's disappear after being
shutdown is great for lots of applications like
grid computing and build systems that leave output
and disappear. However, it does not support nearly as
many lifecycle models as the four primitives above.
Is anyone working on stabilizing this? Have I overlooked
anything?
Thanks for your help!
Andrew
===============
Andrew D. Ball <aball@us.ibm.com>
next reply other threads:[~2006-03-09 22:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-09 22:14 Andrew D. Ball [this message]
2006-03-10 10:09 ` current domU lifecycle work ? Harry Butterworth
2006-03-13 17:02 ` Ewan Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4410A8B0.3060103@us.ibm.com \
--to=aball@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.