Re: [libvirt] [PATCH 3/3] qemu: domain: Treat 'volume' disks as 'raw' if neiter user nor pool provided format

2019-02-01 Thread Eric Blake
On 1/31/19 8:42 AM, Peter Krempa wrote: Subject: s/neiter/neither/ Long line; maybe: qemu: domain: Use 'raw' for 'volume' disks without format > Storage pools might want to specify format of the image when translating > the volume thus we can't add any default format when parsing the XML. > >

[libvirt] [PATCH 3/3] qemu: domain: Treat 'volume' disks as 'raw' if neiter user nor pool provided format

2019-01-31 Thread Peter Krempa
Storage pools might want to specify format of the image when translating the volume thus we can't add any default format when parsing the XML. Add a explicit format when starting the VM and format is not present neither by user specifying it nor by the storage pool translation function.