commit | 3d56fb4cb44547fa3cd57c2736a4620c83a34425 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Nov 08 17:11:46 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Nov 08 17:27:38 2013 -0800 |
tree | 217c99a7f3f30dcd4ba53536d3ff26ed6823c819 | |
parent | 62f1607da064345a899ecee37e6c72010b7c37f9 [diff] |
vzctl set: require swap to be set for VSwap In case we have a container with VSwap configuration either in config file or supplied via the command line, we expect swap to be set as well (again, either already in config file or via command line). Otherwise a container would not be able to start next time, due to check_ub(). So, let's just require swap to be set in this case. Signed-off-by: Kir Kolyshkin <kir@openvz.org>