All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Stekloff <dsteklof@us.ibm.com>
To: xen-devel@lists.sourceforge.net
Cc: Steven Hand <Steven.Hand@cl.cam.ac.uk>,
	Anthony Liguori <anthony@codemonkey.ws>,
	Anthony Liguori <aliguori@us.ibm.com>
Subject: Re: [PATCH] xenctld - a control channel multiplexing daemon
Date: Fri, 28 Jan 2005 08:56:20 -0800	[thread overview]
Message-ID: <200501280856.20431.dsteklof@us.ibm.com> (raw)
In-Reply-To: <E1CuSG6-00085o-00@mta1.cl.cam.ac.uk>

On Friday 28 January 2005 01:17, Steven Hand wrote:
> > On Thu, 2005-01-27 at 08:19 -0600, Anthony Liguori wrote:
> > > Daniel Stekloff wrote:
> > > >Can't we add functionality in Xen to make domain id's unique? When
> > > >creating a new domain, the management tools can query the running (or
> > > >even suspended) domains and find a unique domain id to use. I think
> > > > you can tag a domains with their state.
> > >
> > > Yes, I think eventually domains have to have some sort of UUID.  I'm
> > > not convinced that those can't be mapped onto the current domain ids by
> > > configuration tools though.
> > >
> > > Here's a few scenarios to consider:
> > >
> > > 1) Someone suspends domain A to disk.  Domain A continues to run.
> > > Without stopping the original instance of Domain A, they start up the
> > > suspended image.
> >
> > At some point you need to make rules for operating, deciding based on
> > how you plan to use it what is the right way and the wrong way. A domain
> > needs to be unique. It can move through phases like being active or
> > being suspended. In the case you mention, I don't think Domain A can be
> > suspended and active at the same time. It's one or the other. If you
> > need to restart from a checkpoint, you clone the Domain A to Domain B.
> > We could think of it like process management.
>
> So it may be useful to revisit one of the original distinctions that
> we made, that between "domain" and "virtual machine":
>
>   - A domain is a Xen concept that has an associated domain struct,
>     allocation of physical memory, CPU time, event channels, etc. A
>     domain has an ID which is unique to all the domains currently
>     existing on a given physical machine. In general, think of "domain"
>     as the analog of "process".
>
>   - A virtual machine is the thing that inhabits a domain. It may
>     inhabit different domains (and hence have different domain IDs)
>     at various points in its life-cycle (e.g. due to suspend/resume,
>     live migration or even reboot).


Ok, I misunderstood. I thought you'd tie one to the other.

Is there a need for and how easy would it be to  reference a VM to domains 
over time or virtual resources to physical resources? What happens when an 
error occurs with a bit of hardware? Does Xen and Xen tools report it? What 
about the VM that's running on the system? What if a VM reports an error 
while running in one Domain and then the VM is moved to another Domain with 
different resources? Would we need to store history of VM to machine id and 
domain id? 

Or am I missing something?

Thanks,

Dan


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

  reply	other threads:[~2005-01-28 16:56 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 15:55 [PATCH] xenctld - a control channel multiplexing daemon Anthony Liguori
2005-01-21 16:39 ` Andrew Warfield
2005-01-21 17:19   ` Ronald G. Minnich
2005-01-21 19:59     ` Anthony Liguori
2005-01-21 20:44       ` Ronald G. Minnich
2005-01-21 21:14         ` Anthony Liguori
2005-01-21 20:54           ` Ronald G. Minnich
2005-01-21 21:28             ` Anthony Liguori
2005-01-21 21:37             ` Jared Rhine
2005-01-24 15:33               ` Ronald G. Minnich
2005-01-24 16:35                 ` Anthony Liguori
2005-01-24 16:55                   ` Jared Rhine
     [not found]                     ` <Pine.LNX.4.58.0501240957520.12186@bluesteel.lanl.gov>
2005-01-24 17:52                       ` Jared Rhine
2005-01-24 19:11                         ` Anthony Liguori
2005-01-24 19:07                     ` Anthony Liguori
2005-01-24 20:44                       ` B.G. Bruce
2005-01-26  2:31                       ` Jacob Gorm Hansen
2005-01-26  5:43                         ` Anthony Liguori
2005-01-26  6:59                           ` Jacob Gorm Hansen
2005-01-21 19:56   ` Anthony Liguori
2005-01-26  0:21   ` Michael Hohnbaum
2005-01-26 14:33     ` Andrew Warfield
2005-01-26 19:31       ` Anthony Liguori
2005-01-26 19:11         ` Andrew Warfield
2005-01-26 20:01           ` Anthony Liguori
2005-01-26 21:21             ` Daniel Stekloff
2005-01-26 22:28               ` Anthony Liguori
2005-01-26 21:57                 ` Daniel Stekloff
2005-01-26 21:49             ` Michael Hohnbaum
2005-01-26 22:57               ` Anthony Liguori
2005-01-26 23:55                 ` Michael Hohnbaum
2005-01-26 23:59                 ` Daniel Stekloff
2005-01-27  7:05                   ` Tobias Hunger
2005-01-27 14:19                   ` Anthony Liguori
2005-01-27 18:05                     ` Daniel Stekloff
2005-01-28  9:17                       ` Steven Hand
2005-01-28 16:56                         ` Daniel Stekloff [this message]
2005-01-27  0:13                 ` Daniel Stekloff
2005-01-27  3:48                 ` Daniel Stekloff
2005-01-26 23:36       ` Daniel Stekloff

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=200501280856.20431.dsteklof@us.ibm.com \
    --to=dsteklof@us.ibm.com \
    --cc=Steven.Hand@cl.cam.ac.uk \
    --cc=aliguori@us.ibm.com \
    --cc=anthony@codemonkey.ws \
    --cc=xen-devel@lists.sourceforge.net \
    /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.