[ovirt-users] When debug vdsm branch 4.0, why there has some code will call function ping(self) in bindingxmlrpc.py cycle? Even the vdsm is not managed by ovirt-engine?
lifuqiong
lifuqiong at cncloudsec.com
Tue Jul 26 05:26:04 UTC 2016
Hi,
I setup a breakpoint in Line 637 in bindingxmlrpc.py , which as
follows: (branch:4.0; code url is:
https://github.com/oVirt/vdsm/tree/ovirt-4.0)
636 def ping(self):
637 api = API.Global()
638 return api.ping()
But even the vdsm is not managed by any ovirt-engine , the line
637 will be called many times,
I thought the ping() function will be called only when the
ovirt-engine will create connection with vdsm, so why it will be called
cycle?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20160726/70ec721d/attachment-0001.html>
More information about the Users
mailing list