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] Easier interface for kickstarting Xen VMs

To: "Edward Z. Yang" <ezyang@xxxxxxx>
Subject: Re: [Xen-devel] Easier interface for kickstarting Xen VMs
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Tue, 21 Sep 2010 17:46:53 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 21 Sep 2010 09:46:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1285002050-sup-3158@ezyang>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1285002050-sup-3158@ezyang>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Mon, 20 Sep 2010, Edward Z. Yang wrote:
> Hello all,
> 
> When you're embedding an HTTPD server into your Xen configuration
> file, you know there's something wrong. :-)
> 
> I was curious to know if there would be any interest in offering
> a more polished, easier to use interface for kickstarting Xen
> VMs.  No mucking around with ks= and trusted web servers: just
> say where your kickstart file is and Xen will take care of the rest.
> Maybe even let you do a little preprocessing the same way you
> can use Python scripting to support multiple machines out of one
> configuration file.
> 
> We have a few ways of how we might do this: the "temporarily spawn
> an HTTP server" is one of them but other possibilities include
> mounting multiple initrds (doesn't actually work with Anaconda, we're
> looking into it) and exporting a small, temporary filesystem to the VM.
> If there's interest, we'll clean up our code and submit it.
> 

You should be aware that we are trying to move away from xend to xl,
that generally supports the same VM config file format with just one
exception: embedded python.

Considering that kickstarting Xen VMs is a common problem and probably
the main headache for sysadmins when moving from xend to xl, I would
welcome a clean and small solution to this problem that doesn't involve
embedded python.
If we go with the temporary fs strategy, I guess there isn't any actual
code to be committed to xen-unstable, but rather a wiki page to
describe the solution and a link to the initrd? 

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

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