On Thu, Jun 05, 2014 at 07:48:12AM +0200, Peter Lieven wrote:
> On 05.06.2014 07:39, Hu Tao wrote:
> >On Thu, May 29, 2014 at 08:55:59PM +0200, Peter Lieven wrote:
> >>Am 29.05.2014 03:55, schrieb Hu Tao:
> >>>On Wed, May 28, 2014 at 07:36:26AM +0200, Markus Armbruster wrote:
> Peter Lieven wr
On 05.06.2014 07:39, Hu Tao wrote:
On Thu, May 29, 2014 at 08:55:59PM +0200, Peter Lieven wrote:
Am 29.05.2014 03:55, schrieb Hu Tao:
On Wed, May 28, 2014 at 07:36:26AM +0200, Markus Armbruster wrote:
Peter Lieven writes:
Am 27.05.2014 um 21:24 schrieb Eric Blake :
On 05/27/2014 02:22 AM,
On Thu, May 29, 2014 at 08:55:59PM +0200, Peter Lieven wrote:
> Am 29.05.2014 03:55, schrieb Hu Tao:
> > On Wed, May 28, 2014 at 07:36:26AM +0200, Markus Armbruster wrote:
> >> Peter Lieven writes:
> >>
> >>> Am 27.05.2014 um 21:24 schrieb Eric Blake :
> >>>
> On 05/27/2014 02:22 AM, Chen Fan
Am 29.05.2014 03:55, schrieb Hu Tao:
> On Wed, May 28, 2014 at 07:36:26AM +0200, Markus Armbruster wrote:
>> Peter Lieven writes:
>>
>>> Am 27.05.2014 um 21:24 schrieb Eric Blake :
>>>
On 05/27/2014 02:22 AM, Chen Fan wrote:
> From: Hu Tao
>
> This patch adds a new option preallo
On Wed, May 28, 2014 at 07:36:26AM +0200, Markus Armbruster wrote:
> Peter Lieven writes:
>
> > Am 27.05.2014 um 21:24 schrieb Eric Blake :
> >
> >> On 05/27/2014 02:22 AM, Chen Fan wrote:
> >>> From: Hu Tao
> >>>
> >>> This patch adds a new option preallocation for raw format, and implements
>
Peter Lieven writes:
> Am 27.05.2014 um 21:24 schrieb Eric Blake :
>
>> On 05/27/2014 02:22 AM, Chen Fan wrote:
>>> From: Hu Tao
>>>
>>> This patch adds a new option preallocation for raw format, and implements
>>> full preallocation by writing zeros to disk.
>>>
>>> The metadata option is cha
Am 27.05.2014 um 21:24 schrieb Eric Blake :
> On 05/27/2014 02:22 AM, Chen Fan wrote:
>> From: Hu Tao
>>
>> This patch adds a new option preallocation for raw format, and implements
>> full preallocation by writing zeros to disk.
>>
>> The metadata option is changed to use posix_fallocate() to
On 05/27/2014 02:22 AM, Chen Fan wrote:
> From: Hu Tao
>
> This patch adds a new option preallocation for raw format, and implements
> full preallocation by writing zeros to disk.
>
> The metadata option is changed to use posix_fallocate() to ensure
> subsquent writes to image file won't fail be
From: Hu Tao
This patch adds a new option preallocation for raw format, and implements
full preallocation by writing zeros to disk.
The metadata option is changed to use posix_fallocate() to ensure
subsquent writes to image file won't fail because of lack of disk space.
The purpose is to ensure