qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre DERUMIER <aderumier@odiso.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] qmp drive-mirror vs qemu-img convert , drive-mirror really slow
Date: Mon, 21 Jan 2013 11:45:35 +0100 (CET)	[thread overview]
Message-ID: <005350a9-1990-41bb-86d3-d2a842df84a3@mailpro> (raw)
In-Reply-To: <50FD19FC.4030209@redhat.com>

>>Please try the blkmirror-job-1.4 branch from my github repo 
>>(git://github.com/bonzini/qemu.git). That branch uses the qcow2 file's 
>>cluster size as the granularity, and has other optimizations that kick 
>>in when the image is sparse. 

I'll try that, thanks Paolo, I'll keep you in touch.


----- Mail original -----

De: "Paolo Bonzini" <pbonzini@redhat.com>
À: "Alexandre DERUMIER" <aderumier@odiso.com>
Cc: "qemu-devel" <qemu-devel@nongnu.org>
Envoyé: Lundi 21 Janvier 2013 11:35:40
Objet: Re: qmp drive-mirror vs qemu-img convert , drive-mirror really slow 

Il 21/01/2013 10:40, Alexandre DERUMIER ha scritto:
> Hi list,
>
> I'm doing some speed benchmark between
>
> drive-mirror vs qemu-img convert ,
>
> and drive-mirror seem to be a lot slower.
>
>
> test:
>
> convert 1 32GB qcow2 file to raw file, local storage (6 disk 15k in raid10 + raid BBU cache)
>
> time result:
>
> qemu-img : 30sec
> drive-mirror (vm is paused, no writes) : 5min
>
>
> Any idea why drive-mirror is so slow ? (maybe does it use directsync when mirroring ?)

No, it doesn't. Probably it's because the image is sparse? The current
code in git master has a very coarse granularity (1 MB).

Please try the blkmirror-job-1.4 branch from my github repo
(git://github.com/bonzini/qemu.git). That branch uses the qcow2 file's
cluster size as the granularity, and has other optimizations that kick
in when the image is sparse.

Paolo

> I think both should have around same speed ?
>
>
> Best Regards,
>
> Derumier Alexandre
>
>
>

      reply	other threads:[~2013-01-21 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fdc4edd8-3194-4621-a58c-bfee5e5e9826@mailpro>
2013-01-21  9:40 ` [Qemu-devel] qmp drive-mirror vs qemu-img convert , drive-mirror really slow Alexandre DERUMIER
2013-01-21 10:35   ` Paolo Bonzini
2013-01-21 10:45     ` Alexandre DERUMIER [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=005350a9-1990-41bb-86d3-d2a842df84a3@mailpro \
    --to=aderumier@odiso.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).