Re: [lxc-devel] [PATCH] ubuntu-cloud-prep: improve overlayfs workaround

2013-08-19 Thread Serge Hallyn
Quoting Scott Moser (smo...@ubuntu.com): > the previous 'patch_start' can be vastly simplified now that I better > understand what the bug was. Instead of wrapping 'start', we only > need to ensure that /etc/init exists inside the overlayfs, so that the > directory that upstart watches is guarante

[lxc-devel] [PATCH] ubuntu-cloud-prep: improve overlayfs workaround

2013-08-19 Thread Scott Moser
the previous 'patch_start' can be vastly simplified now that I better understand what the bug was. Instead of wrapping 'start', we only need to ensure that /etc/init exists inside the overlayfs, so that the directory that upstart watches is guaranteed to be in the overlay, not the underlay. The p