]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuMigrate.pm
migrate: allow arbitrary source->target storage maps
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Mar 2020 11:41:33 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Apr 2020 15:47:14 +0000 (17:47 +0200)
commitbf8fc5a3075285101be21507d2edc139ce2ceaf4
treebb2f40d83ce84ea38b2a2ce46b5c737c239073cc
parentc05f1b33ea1cf6ed76a5e3036c23cbf428723aba
migrate: allow arbitrary source->target storage maps

the syntax is backwards compatible, providing a single storage ID or '1'
works like before. the new helper ensures consistent behaviour at all
call sites.

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