Re: [libvirt] [PATCH v2 04/18] LXC from native: migrate fstab and lxc.mount.entry

2014-02-04 Thread Daniel P. Berrange
On Thu, Jan 30, 2014 at 10:55:52AM +0100, Cédric Bosdonnat wrote: > Tmpfs relative size and default 50% size values aren't supported as > we have no idea of the available memory at the conversion time. > --- > src/lxc/lxc_container.c | 2 +- > src/lxc/lxc_container.h

[libvirt] [PATCH v2 04/18] LXC from native: migrate fstab and lxc.mount.entry

2014-01-30 Thread Cédric Bosdonnat
Tmpfs relative size and default 50% size values aren't supported as we have no idea of the available memory at the conversion time. --- src/lxc/lxc_container.c | 2 +- src/lxc/lxc_container.h | 2 + src/lxc/lxc_native.c