Re: [lxc-devel] [PATCH v3] Make overlayfs mounts work directly

2015-10-06 Thread Christian Brauner
Updated version (v4) to follow. On Mon, Oct 05, 2015 at 01:45:53PM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > When users wanted to mount overlay directories with lxc.mount.entry they > > had to > > create upperdirs and workdirs beforehand in order

[lxc-devel] [PATCH v3] Make overlayfs mounts work directly

2015-10-04 Thread Christian Brauner
When users wanted to mount overlay directories with lxc.mount.entry they had to create upperdirs and workdirs beforehand in order to mount them. To create it for them we add the functions mount_entry_create_overlay_dirs() and mount_entry_create_aufs_dirs() which do this for them. User can now