[lxc-devel] [PATCH] Change rootfs pinning mechnism

2013-09-12 Thread Christian Seiler
Chane pinning mechanism: Use $rootfs/lxc.hold instead of $rootfs.hold (in case $rootfs is a mountpoint itself), but delete the file immediately after creating it (but keep it open). This will keep the root filesystem busy but does not leave any unnecessary files lying around. Signed-off-by: Christ

Re: [lxc-devel] [PATCH] Change rootfs pinning mechnism

2013-09-12 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Chane pinning mechanism: Use $rootfs/lxc.hold instead of $rootfs.hold > (in case $rootfs is a mountpoint itself), but delete the file > immediately after creating it (but keep it open). This will keep the > root filesystem busy but does not leave any