]> git.proxmox.com Git - qemu-server.git/commit
migrate: improve cleanup_remotedisks
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Mar 2020 11:41:29 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Apr 2020 15:41:07 +0000 (17:41 +0200)
commit6a039d06e94c0f627f43eb5d8e5847f128b3b49b
tree00a227d006f6aeff81c953abaff891e9f1d7c18c
parent0c4fef3f264bd0831da68be3880572fc9e85c17e
migrate: improve cleanup_remotedisks

to also handle cases where disk allocation failed in the remote
vm_start, and we only have a bitmap but no target drive information.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuMigrate.pm