virsh dump blocking problem

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gui Jianfeng
Date: Monday, April 5, 2010 - 6:35 pm

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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
virsh dump blocking problem, Gui Jianfeng, (Mon Apr 5, 6:35 pm)
Re: virsh dump blocking problem, KAMEZAWA Hiroyuki, (Tue Apr 6, 6:06 pm)