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] Cloning(making copies) of VMs

To: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Cloning(making copies) of VMs
From: Deepak Manohar <mjdeepak@xxxxxxxxx>
Date: Mon, 14 Nov 2005 14:53:05 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Jacob Gorm Hansen <jacobg@xxxxxxx>, sowmya dayanand <sowmyad@xxxxxxxxx>
Delivery-date: Mon, 14 Nov 2005 22:53:09 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tJkSFDkQJoGDNUtwAyy4KWs2rbeVvWvCZthT6/Cd96hiOikYIMZtGGZxV9YJgV+d038OQ9Mee2hqkMFu3xP3oHhxsIJZGdn04yQ/xytNbgmWVFtwl/pvUOrw5rMoM+vyVEpINS42lK6F4kvdtMuZMDYjXCi3hW1SydkG2hoRk3c=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200511091310.34169.mark.williamson@xxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <83c5685b0511072225u40ba05c9t121ea92c942286a1@xxxxxxxxxxxxxx> <e08041f30511072334p626cbf81lef7ca8c8f32fffc8@xxxxxxxxxxxxxx> <200511091310.34169.mark.williamson@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
A more generic approach would probably question if one should save the
IP address and such information when saving a VM. This is because
information such as IP addresses are "perishable" ie they may not be
valid when restoring the VM.

 Probably one should identify such information and selectively save
such information?? -- thinking out aloud.


DM

On 11/9/05, Mark Williamson <mark.williamson@xxxxxxxxxxxx> wrote:
> > The problem is that while you are probably sucessful in telling the
> > host environment (xen + linux in domain0) that your cloned VM has IP
> > 10.10.10.2, the Linux inside VM2 does not know that it is supposed to
> > answer the new IP rather than 10.10.10.1, and will just silently drop
> > all traffic on 10.10.10.2. It would probably be quite simple (and
> > useful, see the Potemkin paper for instance) to have your domain
> > answer any incoming IP, or to rewrite all ingoing and outgoing packets
> > with a generic address, but you will need to hack either your guest
> > Linux or the networking scripts in dom0 to make that happen.
>
> I guess it might be nice (eventually) to have a set of "Xen guest tools",
> including a hotplug script that gets run on restore, enabling this sort of
> thing to be configured.  The domain would be told about the new IP using
> xenstore.
>
> Of course, this doesn't solve the immediate problem of making it work without
> hacking the code ;-)
>
> Cheers,
> Mark
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>

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