Re: [pve-devel] [PATCH v13 qemu-server 7/8] api: support VM disk import

2022-03-17 Thread Gilberto Ferreira via pve-devel
--- Begin Message --- That's awesome! This is a feature much welcome. A lot of people, including me, await for that. Much appreciated. Thanks --- Gilberto Nunes Ferreira Em qui., 17 de mar. de 2022 às 09:35, Thomas Lamprecht < t.lampre...@proxmox.com> escreveu: > Hi, > > On 17.03.22 13:23

Re: [pve-devel] [PATCH v13 qemu-server 7/8] api: support VM disk import

2022-03-17 Thread Thomas Lamprecht
Hi, On 17.03.22 13:23, Gilberto Ferreira wrote: > Sorry to make noise in this thread but this is intended to be a GUI to qm > importdisk CLI command? yes, this series is a preparation for exactly that. ___ pve-devel mailing list pve-devel@lists.proxm

Re: [pve-devel] [PATCH v13 qemu-server 7/8] api: support VM disk import

2022-03-17 Thread Gilberto Ferreira via pve-devel
--- Begin Message --- Hi Sorry to make noise in this thread but this is intended to be a GUI to qm importdisk CLI command? --- Gilberto Nunes Ferreira Em qui., 17 de mar. de 2022 às 08:32, Fabian Ebner escreveu: > From: Dominic Jäger > > Extend qm importdisk functionality to the API. > > C

[pve-devel] [PATCH v13 qemu-server 7/8] api: support VM disk import

2022-03-17 Thread Fabian Ebner
From: Dominic Jäger Extend qm importdisk functionality to the API. Co-authored-by: Fabian Grünbichler Co-authored-by: Dominic Jäger Signed-off-by: Fabian Ebner --- Changes from v12: * Switch to raise_param_exc rather than die in API helper. * Simplify check for PVE-managed volume.