public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* virsh dump blocking problem
@ 2010-04-06  1:35 Gui Jianfeng
  2010-04-07  1:06 ` KAMEZAWA Hiroyuki
  0 siblings, 1 reply; 2+ messages in thread
From: Gui Jianfeng @ 2010-04-06  1:35 UTC (permalink / raw)
  To: kvm

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-07  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06  1:35 virsh dump blocking problem Gui Jianfeng
2010-04-07  1:06 ` KAMEZAWA Hiroyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox