From: Harshita <harshita@atc.tcs.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [KVM][Kemari]:Kemari slows down the VM user experience
Date: Tue, 04 Sep 2012 10:31:31 +0530 [thread overview]
Message-ID: <1346734891.5925.3.camel@localhost> (raw)
Hello,
As part of implementing Fault Tolerant solution, we are exploring
Kemari. In the process of understanding it, we tested the branch "next"
of git repository. It is working fine. But, once we trigger sync
command, VM response is very slow for the actions performed.
Observation:
------------
Once sync is started vm is responding slowly. (eg., Mouse operation,
keys pressed are shown on the screen after some delay.)
This behavior continues until sync is completed (eg., killing
guest on the primary or resuming guest on secondary, so that no further
sync), and then the guest responds normally.
Our setup:
----------
Host is KVM enabled Linux.
Tested with both Linux and Windows guests.
NFS is used to share the disk image.
Steps followed:
1. Start VM on primary(node1)
qemu-system-x86_64 -hda "/mnt/vm_disks/vm_shared.disk.xm" -m "750"
-monitor stdio --enable-kvm
2. Start VM on secondary(node2), to accept synchronization
qemu-system-x86_64 -hda "/mnt/vm_disks/vm_shared.disk.xm" -m "750"
-monitor stdio --enable-kvm -incoming kemari:tcp:0:4444
3. Started sync using below command, on primary
migrate -d kemari:tcp:node2:4444
4. 'c' on the virtual terminal of secondary VM to take over completely.
Can you please let us know if anything missing in the setup or any
inputs to improve the situation.
Regards,
Harshita
next reply other threads:[~2012-09-04 4:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 5:01 Harshita [this message]
2012-09-04 18:14 ` [Qemu-devel] [KVM][Kemari]:Kemari slows down the VM user experience Brian Jackson
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=1346734891.5925.3.camel@localhost \
--to=harshita@atc.tcs.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).