commit | d80d25b98a88287541d6a7083a5722b528e0ba82 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Sat May 19 07:40:54 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat May 19 07:49:02 2012 +0400 |
tree | 7ce1e82fdb6e826a431bff08e1c84b29c2ec3a26 | |
parent | e0d08fc44d2b5731e45cebbe37f332a00eabd8ac [diff] |
vzmigrate: use ploop-copy for offline migration of running CT To minimize CT downtime, let's use ploop copy for the case of non-live migration of a running CT. It's pretty similar to live migration, the only difference is we stop CT instead of suspending it. Note we have to use --skip-mount option here (just introduced in commit 8930f16f), otherwise vzctl stop umounts the ploop device and ploop-copy fails. Signed-off-by: Kir Kolyshkin <kir@openvz.org>