From: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
To: kvm@vger.kernel.org
Subject: virsh dump blocking problem
Date: Tue, 06 Apr 2010 09:35:09 +0800 [thread overview]
Message-ID: <4BBA8FCD.20901@cn.fujitsu.com> (raw)
Hi all,
I'm not sure whether it's appropriate to post the problem here.
I played with "virsh" under Fedora 12, and started a KVM fedora12 guest
by "virsh start" command. The fedora12 guest is successfully started.
Than I run the following command to dump the guest core:
#virsh dump 1 mycoredump (domain id is 1)
This command seemed blocking and not return. According to he strace
output, virsh dump seems that it's blocking at poll() call. I think
the following should be the call trace of virsh.
cmdDump()
-> virDomainCoreDump()
-> remoteDomainCoreDump()
-> call()
-> remoteIO()
-> remoteIOEventLoop()
-> poll(fds, ARRAY_CARDINALITY(fds), -1)
Any one encounters this problem also, any thoughts?
Thanks
Gui
next reply other threads:[~2010-04-06 1:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-06 1:35 Gui Jianfeng [this message]
2010-04-07 1:06 ` virsh dump blocking problem KAMEZAWA Hiroyuki
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=4BBA8FCD.20901@cn.fujitsu.com \
--to=guijianfeng@cn.fujitsu.com \
--cc=kvm@vger.kernel.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