Re: [pve-devel] [PATCH] Add API for VM import

2021-04-22 Thread Thomas Lamprecht
On 12.04.21 12:08, Dominic Jäger wrote: > Extend qm importdisk/importovf functionality to the API. > > Co-authored-by: Fabian Grünbichler > Signed-off-by: Dominic Jäger > --- > v8: > - Fabian moved the import functions into the existing create_vm / > update_vm_api > - Dropped the separate API e

[pve-devel] [PATCH] Add API for VM import

2021-04-12 Thread Dominic Jäger
Extend qm importdisk/importovf functionality to the API. Co-authored-by: Fabian Grünbichler Signed-off-by: Dominic Jäger --- v8: - Fabian moved the import functions into the existing create_vm / update_vm_api - Dropped the separate API endpoints & import lock PVE/API2/Qemu.pm | 175 +