Re: [libvirt] [PATCH] fix vol-create when target allocation=0

2015-08-24 Thread Chun Yan Liu
>>> On 8/24/2015 at 05:47 PM, in message <20150824094707.GD22373@wheatley>, >>> Martin Kletzander wrote: > On Mon, Aug 24, 2015 at 01:50:41PM +0800, Chunyan Liu wrote: > >Regression is introduced by commit e30297b0. After that, it will > >report "Cannot fill file" error with following xml fi

Re: [libvirt] [PATCH] fix vol-create when target allocation=0

2015-08-24 Thread Martin Kletzander
On Mon, Aug 24, 2015 at 01:50:41PM +0800, Chunyan Liu wrote: Regression is introduced by commit e30297b0. After that, it will report "Cannot fill file" error with following xml file: virtinst-vmlinuz-xen.tP1NHh 4343792 0 Because of this, installing xen pv guest with virt-manager

[libvirt] [PATCH] fix vol-create when target allocation=0

2015-08-23 Thread Chunyan Liu
Regression is introduced by commit e30297b0. After that, it will report "Cannot fill file" error with following xml file: virtinst-vmlinuz-xen.tP1NHh 4343792 0 Because of this, installing xen pv guest with virt-manager fails. Reason is: posix_fallocate(int fd, off_t offset,