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
|