]> git.proxmox.com Git - qemu-server.git/commit
vm_start: split NBD disk allocation further
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Mar 2020 11:41:35 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Apr 2020 15:07:32 +0000 (17:07 +0200)
commitba5396b580ff088eefe78f8a5fa34a12438e5eae
treed421781d75371cd290a234ff50d86549edd687bc
parentaea447bb9d472eccfc481056b1d5dbd2299fb1b8
vm_start: split NBD disk allocation further

into one sub that retrieves the local disks, and the actual NBD
allocation. that way, remote incoming migration can just call the NBD
allocation with a custom list of volume names/storages/..

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