Moti Asayag has uploaded a new change for review. Change subject: core: Use ping verb to check connectivity with host ......................................................................
core: Use ping verb to check connectivity with host The previous check connectivity used the getCapabilities verb to verify ovirt-engine is capable of connecting to the host. However, it was used only to assure the host is responsive and accessible, regardless the returned data from the getCapabilities. The patch replaces the use of 'getCapabilities' with 'ping' verb, which is lighter and should response quicker, with less processing done on the host. Change-Id: Ic528aad6a3489d133da4b8c56c07cb6363e0de2f Signed-off-by: Moti Asayag <masa...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetupNetworksCommand.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/IVdsServer.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/PollVDSCommand.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerConnector.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerWrapper.java 5 files changed, 22 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/4830/1 -- To view, visit http://gerrit.ovirt.org/4830 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic528aad6a3489d133da4b8c56c07cb6363e0de2f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches