]> git.ipfire.org Git - thirdparty/lxc.git/commit
templates: don't put devpts in $confdir/container/fstab
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 6 May 2011 23:33:33 +0000 (01:33 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 6 May 2011 23:33:33 +0000 (01:33 +0200)
commitf66331efb095656e555d65e413808dc8d3f71587
treea4ab4dc06c4494d47909c63121b10f6403f7863c
parentf2b2ec3160452acb017c75a527e3cd9e079bd91a
templates: don't put devpts in $confdir/container/fstab

src/lxc/conf.c will explicitly mount it anyway.  Furthermore, the fstab
entry, which is getting processed first, did not specify -o newinstance.
This can cause the host's devpts entry mount options to change, as in
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/607636.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-debian.in
templates/lxc-fedora.in
templates/lxc-lenny.in