qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3] qemu-img: let 'qemu-img convert' flush data


From: Liu Yuan
Subject: Re: [Qemu-devel] [PATCH v3] qemu-img: let 'qemu-img convert' flush data
Date: Fri, 20 Apr 2012 12:31:29 +0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20

On 04/13/2012 05:17 PM, Liu Yuan wrote:

> From: Liu Yuan <address@hidden>
> 
> The 'qemu-img convert -h' advertise that the default cache mode is
> 'writeback', while in fact it is 'unsafe'.
> 
> This patch 1) fix the help manual and 2) let bdrv_close() call bdrv_flush()
> 
> 2) is needed because some backend storage doesn't have a self-flush
> mechanism(for e.g., sheepdog), so we need to call bdrv_flush() to make
> sure the image is really writen to the storage instead of hanging around
> writeback cache forever.
> 


Hi Kevin,
   Just a ping. Seems that this patch is not merged into your block tree
yet.

Thanks,
Yuan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]