Re: [libvirt] [PATCH RESEND 0/4] Pre-create storage on live migration

2013-09-15 Thread Doug Goldstein
On Fri, Sep 13, 2013 at 1:31 AM, Michal Privoznik wrote: > [Resending due to some list difficulties] > > Currently users are required to pre-create storage on their own upon > migration. > This patch set implements the feature for RAW, QCOW and QCOW2 images. While > for > the RAW fallocate() is

[libvirt] [PATCH RESEND 0/4] Pre-create storage on live migration

2013-09-12 Thread Michal Privoznik
[Resending due to some list difficulties] Currently users are required to pre-create storage on their own upon migration. This patch set implements the feature for RAW, QCOW and QCOW2 images. While for the RAW fallocate() is used (so we are guaranteed subsequent write() won't fail with ENOSPC, for