Roy Golan has uploaded a new change for review.

Change subject: engine-core: Add support for async calls to VDSM
......................................................................

engine-core: Add support for async calls to VDSM

Till now all vdms calls were made by future performing the http get and
there was no way to invoke the vdsm command in an async manner.

The solution is move the future task call to the ResourceManager so
invocations can either block on a timeout and return the inner result
or rather return the Future itself

Change-Id: I5e8876a9b2d04fc7d15388655688ca82d5d7008e
---
M 
backend/manager/modules/beans/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/proxy/ResourceManagerProxy.java
M 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/itests/VoidResourceManager.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/backendinterfaces/IResourceManager.java
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/ResourceManager.java
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java
5 files changed, 86 insertions(+), 39 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/1361/1
--
To view, visit http://gerrit.ovirt.org/1361
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e8876a9b2d04fc7d15388655688ca82d5d7008e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to