commit | 4eeffe85fd60e854d360796a414f33301598f9db | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu May 30 17:00:41 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu May 30 17:00:41 2013 -0700 |
tree | 934c383116be927070b561ad0b989970e93d6dc3 | |
parent | 557abfef463ea803f3d2c8699342de7901a0e8f7 [diff] |
vzctl start/destroy: fix criu dump removal In case we do checkpointing via criu, our "dumpfile" is actually a directory and we need to remove it recursively. 1 Fix destroy_dumpfile() accordingly 2 Rename to destroy_dump() 3 Use it from vps_start() Signed-off-by: Kir Kolyshkin <kir@openvz.org>