commit | 71bda14d809c8a520815cdef57ff0a48dcb5d997 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Sep 10 17:36:44 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Sep 10 17:36:44 2012 +0400 |
tree | 86848109f720a47a3b320216fddfd731f22bc54a | |
parent | e383a5e2d6a135938323cea18432a48ceb84273c [diff] |
vzctl stop --fast: wait for non-vz CT to stop Commit 3b759e3 modified env_stop() to skip waiting for CT to be stopped in non-openvz case. This is wrong because: 1 stop always used to be a syncronous operation 2 vps_stop() relies on CT to be stopped to run vps_umount() -- which fails Signed-off-by: Kir Kolyshkin <kir@openvz.org>