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

Re: [Xen-users] Question, about controlling duplicate data on xen...

To: "Myungkyoon Kim" <robinkim82@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Question, about controlling duplicate data on xen...
From: "Nick Couchman" <Nick.Couchman@xxxxxxxxx>
Date: Tue, 04 May 2010 09:23:20 -0600
Cc:
Delivery-date: Tue, 04 May 2010 08:25:16 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Controlling and managing duplicate data isn't really a Xen function.  There are 
a few ways to do it, though:

- File system or NAS with deduplication support.  If you store your VMs on ZFS, 
DataDomain, or something similar, you can get deduplication at the storage 
level.  Unfortunately DataDomain (EMC) is expensive, and ZFS deduplication 
still has some issues that need to be worked out before it's really ready for a 
production environment.

- Qcow/Qcow2 disks.  Unfortunately this isn't a way of removing duplicate data, 
it's a way of minimizing the growth of duplicate data, and there really isn't 
any way to go back and remove duplicate data after it has built up.  qcow disks 
allow you to use a single base disk image for your VMs and then have a 
copy-on-write disk for each of the VMs.  Thus, only data that changes from the 
original disk is actually written to the new file.  Unfortunately, with the 
rate at which updates for operating systems are produced, qcow disks can grow 
rather rapidly, and, in my experience, actually consume more space than 
traditional disks.

-Nick

>>> On 2010/04/30 at 09:55, Myungkyoon Kim <robinkim82@xxxxxxxxx> wrote: 
> hello, i`m interested in building data server by using xen.
> 
> and i wonder that if it's possible to check or remove duplicate datas in
> VMs for
> 
> the efficient storage management.
> 
> does anyone know about this kind of function or method in xen?
> 
> please help me to look for about it.
> 
> g'day
> 
> robin
> 




--------
This e-mail may contain confidential and privileged material for the sole use 
of the intended recipient.  If this email is not intended for you, or you are 
not responsible for the delivery of this message to the intended recipient, 
please note that this message may contain SEAKR Engineering (SEAKR) 
Privileged/Proprietary Information.  In such a case, you are strictly 
prohibited from downloading, photocopying, distributing or otherwise using this 
message, its contents or attachments in any way.  If you have received this 
message in error, please notify us immediately by replying to this e-mail and 
delete the message from your mailbox.  Information contained in this message 
that does not relate to the business of SEAKR is neither endorsed by nor 
attributable to SEAKR.

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

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