|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen Memory De-duplication
Aditya Gadre wrote:
> This kind of implementation will require the disk blocks from
> different DomUs to be mapped to same physical disk block.
> For example,
> 1) Shared read only filesystem
> 2) Union based filesystem
> 3) Virtual machine images deployed on a host filesystem which has
> deduplication enabled
>
> What kind of arrangement of filesystem is used in production
> environments for DomUs which host large number of VMs as in cloud
> enviorment?
>
I don't know for others, but for us (eg: at GPLHost), none of
what you described above is doable. Each VM has its own
LVM partition, and we wont have shared filesystem among
many VMs. Never ever. We don't use virtual machine *images*
either.
What would be nicer, would be a more general approach, and
maybe have the possibility to use a filesystem that is already
mounted on the dom0. Why? Because most of the time, what
is wasted, is the free space in each LVM, in what I described
above.
Thomas
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|