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

Re: [Xen-devel] [PATCH] xenctld - a control channel multiplexing daemon

To: Anthony Liguori <anthony@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] xenctld - a control channel multiplexing daemon
From: Daniel Stekloff <dsteklof@xxxxxxxxxx>
Date: Thu, 27 Jan 2005 10:05:45 -0800
Cc: Anthony Liguori <aliguori@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 27 Jan 2005 22:19:08 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <41F8F879.9070808@xxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <1106322956.17263.26.camel@localhost> <eacc82a4050121083937725a83@xxxxxxxxxxxxxx> <1106698862.19729.40.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <eacc82a405012606336357ab08@xxxxxxxxxxxxxx> <1106767902.25573.7.camel@localhost> <eacc82a40501261111572c3b11@xxxxxxxxxxxxxx> <1106769687.25575.21.camel@localhost> <1106776160.19729.66.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <1106780255.7268.9.camel@localhost> <1106783940.6916.17.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <41F8F879.9070808@xxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
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.


> 2) Someone takes the suspended form of Domain A and transfers it to 
> another machine.  They start it up while Domain A is still running on 
> another machine (creating a resource conflict).  If you're using DHCP, 
> VMware can handle this scenario gracefully btw.
> 
> Are these errors?  I think it can be argued either way.


You've raised a good question: are Domain ID's unique only to the system
they are running on? Do we let the cluster manager or virtual farm
manager handle Domains per virtual host? How is the process going to be
managed? Can you have multiple Xen systems in the same network without
having a cluster manager? What are the policies for migrating from one
system to another? What if I wish to start a checkpoint of a particular
domain on another system, which could mean resource conflicts? 

I'd like to make sure we can easily reference resources to domains to
hosts, to enable better management - especially on error. 

These are the questions we need to be answering now, even if we don't
implement it right away. 


> >I disagree. If we're to consider the larger management world, we need to
> >lay the groundwork for managing domains now. I think the questions
> >aren't easily answered, but I believe they should be. If we don't
> >implement everything to start, we should at least have an idea where
> >we're going. 
> >  
> >
> I completely agree that we need to lay a groundwork.  I think 
> large-scale domain management tools our outside the scope of the current 
> focus.  What I'd like to see is an architecture that's good enough that 
> when these large-scale domain management tools are finally worked out 
> they can just be plugged in without rewriting the Xen management 
> infrastructure.
> 
> I think the key to this is to keep things as simple as possible.  Don't 
> require configuration files, don't rely on any sort of internal database 
> for persistent state.


I agree that we can't implement the world now, we must do it in small
steps. But we should start working on an overall architecture with at
least a stab at some of these questions. We don't want to be surprised a
year down the road with a situation that our current architecture cannot
handle. 

We can start small with incremental releases. The first release (from a
management standpoint only) could include the xcs layer with xend using
it. Another incremental release could put the domain configuration file
into a small store that xend uses through a limited API. This second
release could include the logic for unique domain ids. The third release
targets replacing the current Python tools xm/xend with other management
applications that build upon the initial store. As we add functionality
and management routines, we add to our store and what it can do.
Eventually, we enter the cluster management world. 

Overall, we have a strategy for where we want to go and the uses we want
it to have. We just split it up into manageable chunks.


> BTW, this discussion is great.  I'm very interested to see what others 
> think of the broader management picture.


Me too.

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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>