commit | b54383ef3024ee3a101ddb1269052c833e5a6004 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Jun 16 16:38:17 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Jun 16 16:38:17 2011 +0400 |
tree | 4fd3d87a77e8912ffd0bb9b5ddd3033b37407f03 | |
parent | aaad64a019521a4761b025710d40f08b93f6b621 [diff] |
vzctl start: fix start of Fedora 15 CT on RHEL6 kernel The check for /proc/cgroups existance in fix_ve_systemd() is wrong -- current RHEL6 kernel (042stab017) has this file in the host system, but it doesn't mean that cgroups are supported inside containers. Fixes #1906. http://bugzilla.openvz.org/1906 Reported-by: Scott Dowdle <dowdle@montanalinux.org> Signed-off-by: Kir Kolyshkin <kir@openvz.org>