]> git.proxmox.com Git - pve-container.git/commit
Fix #1547: on migration abort, the CT starts again
authorAlwin Antreich <a.antreich@proxmox.com>
Fri, 9 Mar 2018 15:14:59 +0000 (16:14 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Mar 2018 12:14:14 +0000 (13:14 +0100)
commit6725e93cdf9410fb221c31bf785ea8fe410c1a21
tree8e3acb8065d5aafbf9abb50f534aba81fcaa0789
parentffc468ee431411804bdbf2aae96b80942cb20760
Fix #1547: on migration abort, the CT starts again

When a migration fails, the final_cleanup phase now starts the container
on the source node again, if it was a migration in restart_mode and the
CT was running.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
src/PVE/API2/LXC/Status.pm
src/PVE/LXC.pm
src/PVE/LXC/Migrate.pm