All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Privoznik <mprivozn@redhat.com>
To: Joaquim Barrera <jbarrera@ac.upc.edu>,
	Libvirt Users <libvirt-users@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [libvirt-users] Adjust disk image migration (NBD)
Date: Fri, 14 Feb 2014 11:58:56 +0100	[thread overview]
Message-ID: <52FDF6F0.4090405@redhat.com> (raw)
In-Reply-To: <52FDE495.4050004@ac.upc.edu>

On 14.02.2014 10:40, Joaquim Barrera wrote:
> Hi all,
> 
> As I am doing some tests with qemu, I realized that the way it does 
> 'migrate -i tcp:DEST:444' is not the same as 'libvirt migrate 
> --copy-storage-inc'. Basically qemu uses the same stream as RAM 
> migration and libvirt takes advantage of NBD transfer.
> 
> With virsh migrate-setspeed I observed that one can only control the 
> transfer throughput of RAM, but not disk synchronization. At least this 
> is what I can see in bmon when doing a migration with incremental copy.
> 
> The question is: Am I missing something or it is not implemented?
> 
> Thank you guys!
> 

I think this is actually a qemu bug. Libvirt passes the correct values:


2014-02-14 10:52:08.010+0000: 27701: debug : qemuMonitorIOWrite:504 : QEMU_MONITOR_IO_WRITE: mon=0x7f06cc00ea20 buf={"execute":"drive-mirror","arguments":{"device":"drive-virtio-disk0","target":"nbd:masina:49153:exportname=drive-virtio-disk0","speed":1048576,"sync":"full","mode":"existing"},"id":"libvirt-15"}


...

2014-02-14 10:53:51.169+0000: 27701: debug : qemuMonitorIOWrite:504 : QEMU_MONITOR_IO_WRITE: mon=0x7f06cc00ea20 buf={"execute":"migrate_set_speed","arguments":{"value":1048576},"id":"libvirt-221"}


2014-02-14 10:53:51.204+0000: 27701: debug : qemuMonitorIOWrite:504 : QEMU_MONITOR_IO_WRITE: mon=0x7f06cc00ea20 buf={"execute":"migrate","arguments":{"detach":true,"blk":false,"inc":false,"uri":"fd:migrate"},"id":"libvirt-223"}


However I observe what you do - disk migration is not shaped, while internal state is.


Michal

       reply	other threads:[~2014-02-14 10:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <52FDE495.4050004@ac.upc.edu>
2014-02-14 10:58 ` Michal Privoznik [this message]
2014-02-24 15:16   ` [Qemu-devel] [libvirt-users] Adjust disk image migration (NBD) Stefan Hajnoczi
2014-02-24 22:26     ` Paolo Bonzini
2014-02-28 10:41       ` Joaquim Barrera
2014-02-28 10:43         ` Paolo Bonzini
2014-03-11 17:13           ` Joaquim Barrera
2014-03-20  8:06             ` Stefan Hajnoczi

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=52FDF6F0.4090405@redhat.com \
    --to=mprivozn@redhat.com \
    --cc=jbarrera@ac.upc.edu \
    --cc=libvirt-users@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.