On 19.05.2011 11:18, Ulli Horlacher wrote:
>
> But the underlaying partion must be big enouigh to contain all LXC
> containers! How do you prevent to a single container to allocate all free
> disk space?

I had no time to consult the man pages or to just give it try. Have you 
tried it? But I guess each snapshot can grow to the maximum size of the 
underlying volume, no matter how big other snapshots have grown.

Initial setup:
disc: 500 GB (one big lvm partition)
lvm volume: 10 GB (has vserver base system installation)
= free space on disk: 490 GB

Now you can create snapshots of this lv volume. When just created they 
will have no disk usage at all.

disc: 500 GB (one big lvm partition)
lvm volume: 10 GB (has vserver base system installation)
snapshot 1: 0 GB (no individual data written so far)
snapshot 2: 0 GB (no individual data written so far)
snapshot 3: 0 GB (no individual data written so far)
= free space on disk: 490 GB

After some time users install data on their vservers and so the 
snapshots grow over time.

disc: 500 GB (one big lvm partition)
lvm volume: 10 GB (has vserver base system installation)
snapshot 1: 5 GB (a lot of individual data written so far)
snapshot 2: 10 GB (ups, no space left on device)
snapshot 3: 1 GB (not so much individual data written so far)
= free space on disk: 474 GB

Otherwise Serge's suggestion wouldn't make any sense to me.

Corin


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to