]> git.proxmox.com Git - qemu-server.git/commit
add targetstorage to vm_start
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 3 Jan 2017 14:03:15 +0000 (15:03 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Jan 2017 08:09:46 +0000 (09:09 +0100)
commit2189246c5c33c73ede6be9dd512acc64b5699653
treeb10f484ade2c36c3b29d540be9842e386734c934
parentc6fdd002b21ff7cf41fc5f6018e417ad7fd4bb0e
add targetstorage to vm_start

This will create a new drive for each local drive found,
and start the vm with this new drives.

if targetstorage == 1, we use same sid than original vm disk

a nbd server is started in qemu and expose local volumes to network port

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm