commit | b7baef97a53a1abec2af75467780e7de0a1b234f | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Jun 22 17:54:46 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Jun 25 12:20:50 2012 +0400 |
tree | bcc872cc0ba4de6aa99abf3d1b3ea14060b16280 | |
parent | 418d0e70fa161434340410ae286a97b5325c8a2f [diff] |
real_env_stop(): ignore killed child in case we kill CT In case halt is absent inside a CT, the following happens: # vzctl stop 905 Stopping container ... Child 30127 exited with status 33 Killing container ... Child 30128 terminated with signal 9 Unable to stop container # vzctl status 905 CTID 905 exist unmounted down Apparently, we should ignore our child being killed if we use reboot syscall. Signed-off-by: Kir Kolyshkin <kir@openvz.org>