From: Yongjie Ren <739092@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 739092] Re: guest hangs when using network after live migration
Date: Thu, 24 Mar 2011 07:49:18 -0000 [thread overview]
Message-ID: <20110324074918.7517.6513.malone@palladium.canonical.com> (raw)
In-Reply-To: 20110321013625.23878.51067.malonedeb@wampee.canonical.com
this bug is fixed in the latest qemu-kvm.git:
2c9bb5d4e5ae3b12ad71bd6a0c1b32003661f53a
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/739092
Title:
guest hangs when using network after live migration
Status in QEMU:
Fix Released
Bug description:
qemu-kvm commit: b73357ecd2b14c057134cb71d29447b5b988c516
( Author: Marcelo Tosatti <mtosatti@redhat.com> Date: Wed Mar 16 17:04:16 2011 -0300)
kvm commit: a72e315c509376bbd1e121219c3ad9f23973923f
Guest hangs when I run command "ssh"/"netstat" using network after live
migration. "ssh" or "netstat" hangs even if I press "Ctrl+C" to interrupt. And
I cannnot connect the guest using "ssh GustIP" from the host, though the sshd
is still running in the guest.
Reproduce steps:
----------------
1.start a tcp daemon for migration:
qemu-system-x86_64 -m 256 -smp 4 -incoming tcp:localhost:4444 -no-acpi -net
nic,macaddr=00:16:3e:63:d5:90,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup
-hda /root/lv.img
2.create a guest:
qemu-system-x86_64 -m 256 -smp 4 -no-acpi -net
nic,macaddr=00:16:3e:63:d5:90,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup
-hda /root/lv.img
3.migration:
migrate tcp:localhost:4444
4.run command in guest:
ssh root@192.168.1.177
prev parent reply other threads:[~2011-03-24 7:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-21 1:36 [Qemu-devel] [Bug 739092] [NEW] guest hangs when using network after live migration Yongjie Ren
2011-03-24 7:49 ` Yongjie Ren [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=20110324074918.7517.6513.malone@palladium.canonical.com \
--to=739092@bugs.launchpad.net \
--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).