Re: [pve-devel] [qemu-server] fix #1829 check cloud-init disk format.

2018-07-12 Thread Thomas Lamprecht
On 7/11/18 12:06 PM, Wolfgang Bumiller wrote: > On Tue, Jul 03, 2018 at 05:05:54PM +0200, Wolfgang Link wrote: >> Directory storage support raw and qcow2 format. >> It is not good to implicitly set the cloud-init format >> and ignore the selected format. >> >> Signed-off-by: Wolfgang Link >> --- >

Re: [pve-devel] [qemu-server] fix #1829 check cloud-init disk format.

2018-07-11 Thread Wolfgang Bumiller
On Tue, Jul 03, 2018 at 05:05:54PM +0200, Wolfgang Link wrote: > Directory storage support raw and qcow2 format. > It is not good to implicitly set the cloud-init format > and ignore the selected format. > > Signed-off-by: Wolfgang Link > --- > PVE/API2/Qemu.pm | 10 ++ > 1 file changed,

[pve-devel] [qemu-server] fix #1829 check cloud-init disk format.

2018-07-03 Thread Wolfgang Link
Directory storage support raw and qcow2 format. It is not good to implicitly set the cloud-init format and ignore the selected format. Signed-off-by: Wolfgang Link --- PVE/API2/Qemu.pm | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu