Otherwise user-namespace containers will hang on mountall. Signed-off-by: Serge Hallyn <serge.hal...@ubuntu.com> --- templates/lxc-ubuntu-cloud.in | 1 + templates/lxc-ubuntu.in | 1 + 2 files changed, 2 insertions(+)
diff --git a/templates/lxc-ubuntu-cloud.in b/templates/lxc-ubuntu-cloud.in index 0abc932..b024de8 100644 --- a/templates/lxc-ubuntu-cloud.in +++ b/templates/lxc-ubuntu-cloud.in @@ -116,6 +116,7 @@ sysfs sys sysfs defaults 0 0 /sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0 /sys/kernel/debug sys/kernel/debug none bind 0 0 /sys/kernel/security sys/kernel/security none bind 0 0 +/sys/fs/pstore sys/fs/pstore none bind 0 0 EOF # unprivileged user can't mknod these. One day we may allow diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index 6f6f3e1..02ccbc2 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -430,6 +430,7 @@ sysfs sys sysfs defaults 0 0 /sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0 /sys/kernel/debug sys/kernel/debug none bind 0 0 /sys/kernel/security sys/kernel/security none bind 0 0 +/sys/fs/pstore sys/fs/pstore none bind 0 0 EOF if [ $? -ne 0 ]; then -- 1.8.1.2 ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel