Re: [Qemu-devel] I/O parallelism on QCOW2

2014-09-05 Thread Xingbo Wu
On Fri, Sep 5, 2014 at 6:02 AM, Stefan Hajnoczi wrote: > On Thu, Sep 04, 2014 at 12:32:12PM -0400, Xingbo Wu wrote: > > After running a 16-thread sync-random-write test against qcow2, It is > > observed that QCOW2 seems to be serializing all its metadata-related > writes

[Qemu-devel] I/O parallelism on QCOW2

2014-09-04 Thread Xingbo Wu
Hello guys, After running a 16-thread sync-random-write test against qcow2, It is observed that QCOW2 seems to be serializing all its metadata-related writes. If qcow2 is designed to do this,* then what is the concern?* What would go wrong if this ordering is relaxed? By providing less features,

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-14 Thread Xingbo Wu
>> >> The main trick of QED was to introduce a dirty flag, which allowed to >> >> call fdatasync() less often because it was okay for image metadata to >> >> become inconsistent. After a crash, you have to repair the image then. >> >> >> > >> > I'm very curious about this dirty flag trick. I was su

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-13 Thread Xingbo Wu
On Wed, Aug 13, 2014 at 5:04 PM, Xingbo Wu wrote: > On Wed, Aug 13, 2014 at 2:32 PM, Kevin Wolf wrote: >> Am 13.08.2014 um 18:38 hat Xingbo Wu geschrieben: >>> On Wed, Aug 13, 2014 at 11:54 AM, Kevin Wolf wrote: >>> > Am 12.08.2014 um 01:38 hat 吴兴博 geschrieben: >

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-13 Thread Xingbo Wu
On Wed, Aug 13, 2014 at 2:32 PM, Kevin Wolf wrote: > Am 13.08.2014 um 18:38 hat Xingbo Wu geschrieben: >> On Wed, Aug 13, 2014 at 11:54 AM, Kevin Wolf wrote: >> > Am 12.08.2014 um 01:38 hat 吴兴博 geschrieben: >> >> Hello, >> >> >> >> The in

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-13 Thread Xingbo Wu
On Wed, Aug 13, 2014 at 11:54 AM, Kevin Wolf wrote: > Am 12.08.2014 um 01:38 hat 吴兴博 geschrieben: >> Hello, >> >> The introduction in the wiki page present several advantages of qcow2 [1]. >> But I'm a little confused. I really appreciate if any one can give me some >> help >> on this :). >> >>

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-12 Thread Xingbo Wu
On Tue, Aug 12, 2014 at 2:52 PM, Richard W.M. Jones wrote: > On Tue, Aug 12, 2014 at 07:46:30PM +0100, Daniel P. Berrange wrote: > > Taking the compression feature - arguably the biggest benefit of that > > is when you distribute disk images. eg if someone provides a root disk > > image on a web

Re: [Qemu-devel] disk image: self-organized format or raw file

2014-08-12 Thread Xingbo Wu
On Tue, Aug 12, 2014 at 11:30 AM, Eric Blake wrote: > On 08/12/2014 08:14 AM, 吴兴博 wrote: > >>> However FVD seems to have been ignored by community. > >> > >> Care to give a pointer to a URL describing the FVD format? > >> > >> http://lists.nongnu.org/archive/html/qemu-devel/2011-01/msg00398.html