commit | 0f02c03f908b14be57344fac512e1174f69794f9 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Oct 29 19:50:41 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Oct 29 19:50:41 2012 +0400 |
tree | abd83a3e0861e6245a31124ef07c981de7e89f5a | |
parent | aa23dde76a77c83d11e822511e72c1a6e1e0ac9c [diff] |
vzctl start: do not remount fs if we try restore first When vzctl start tries to restore a CT, it mounts it first, then, if restore fails, it unmounts and then tries to start and mounts again. Introduce SKIP_UMOUNT and SKIP_REMOUNT flags and use them to skip unecessary remount. Signed-off-by: Kir Kolyshkin <kir@openvz.org>