]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
vm_start: split out NBD disk allocation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Mar 2020 11:41:32 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Apr 2020 16:43:00 +0000 (18:43 +0200)
commit13cfe3b7a7ba89b4aa645fef7d80d257cf36acf8
tree6ec43efbe45e2ab22f517d8448211ac337eaa950
parent3898a563431629e2dc447000eb5c0c0c7c0580ec
vm_start: split out NBD disk allocation

as preparation of targetstorage mapping and remote migration. this also
removes re-using of the $local_volumes hash in the original code.

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