commit | 664cb6e123582e7e532adc72ee1a947da7b0d38b | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@parallels.com> | Tue Feb 26 07:40:36 2013 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Feb 27 10:26:06 2013 -0800 |
tree | b2a8d10342bf8304828928594b354bc3a51f0989 | |
parent | c2dfbe01009560f7b0c3e303d91f50dd58efc392 [diff] |
vzctl: allow upstream to safely stop container when setns is available The test preventing the execution of in-container reboot right now just checks whether or not we are running an upstream Linux Kernel. However, it is perfectly possible to gracefuly stop the container if joining the pid namespace is possible. Update the test to reflect that. Signed-off-by: Glauber Costa <glommer@parallels.com>