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] XCP: RFC: compressing VM exports by default

To: "'admin@xxxxxxxxxxx'" <admin@xxxxxxxxxxx>
Subject: RE: [Xen-devel] XCP: RFC: compressing VM exports by default
From: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Date: Wed, 14 Jul 2010 15:20:10 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 14 Jul 2010 07:24:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimns2BGdEe0_SW1HHPVRRlaMO5IEjFi8oyni4im@xxxxxxxxxxxxxx>
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: <81A73678E76EA642801C8F2E4823AD218080C98A1E@xxxxxxxxxxxxxxxxxxxxxxxxx> <AANLkTimns2BGdEe0_SW1HHPVRRlaMO5IEjFi8oyni4im@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcsSFbh8PynpvNXZQhu4OPO1d+y40ARSdCYA
Thread-topic: [Xen-devel] XCP: RFC: compressing VM exports by default

Hi David,

 

I think you’re right to worry about dom0 load. I’ve updated the proposal to make compression an explicit option.

 

Cheers,

Dave

 

From: David Markey [mailto:admin@xxxxxxxxxxx]
Sent: 22 June 2010 14:18
To: Dave Scott
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] XCP: RFC: compressing VM exports by default

 

Hmm could increase Dom0 load during an export.

 

I think its a good idea overall however.

On 22 June 2010 15:08, Dave Scott <Dave.Scott@xxxxxxxxxxxxx> wrote:

Hi,

In XCP a VM "export" is a serialized VM, including metadata and usually raw disk blocks. The format is a very simple tar file (really stream) with an XML file at the front containing version information and metadata.

Unfortunately VM exports containing raw disk blocks can be very large and their size makes them difficult to store and distribute over the network. I propose to turn on compression by default by filtering the exports through gzip and to auto-detect both compressed and uncompressed exports on import.

I've written up my proposal on the wiki:

http://wiki.xensource.com/xenwiki/Compressing_VM_exports

One implication is that new (compressed) exports will fail to import on older servers. However (a) there's an easy workaround (gunzip); and (b) I think being able to import an old (uncompressed) export on a new server is more important than the other way around.

Comments appreciated!

Cheers,
Dave



_______________________________________________
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
<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] XCP: RFC: compressing VM exports by default, Dave Scott <=