commit | 1ab93d96428abe17f54369dc6c86eb572cfa58ae | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Jul 30 09:33:35 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Jul 30 09:33:35 2013 -0700 |
tree | 5b6832640d17b41223213722f2b3e320fd88bbe0 | |
parent | e18a7399b9954f5eb8b6609677b70b4dbdf1772d [diff] |
vzctl start: always mount /dev/pts for upstream CT Commit 5b8cd90, among other things, added devpts mount to container start. For some reason it was done only if userns is available. In fact, we need devpts inside a container in order to be able to enter it, so remove the if (userns) condition. This should fix vzctl enter on a recent Fedora 18-19 kernel (3.9, the one that disables CONFIG_USERNS in favor of XFS). Signed-off-by: Kir Kolyshkin <kir@openvz.org>