Oved Ourfali has submitted this change and it was merged.
Change subject: vdsbroker: async vdscommand
......................................................................
vdsbroker: async vdscommand
Now we are able to run vdscommands without waiting on result from vdsm.
The command when set to be asynchronous returns VDSAsyncReturnValue
which provide isRequestCompleted method to check whether the result
arrived or not.
Change-Id: Ib1c8a05c286a9008ef9a08ac7da02bc7211c4af9
Signed-off-by: pkliczewski <piotr.kliczewski(a)gmail.com>
---
A
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/AsyncCallback.java
A
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/VDSAsyncReturnValue.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/VDSReturnValue.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/VDSCommandBase.java
5 files changed, 93 insertions(+), 1 deletion(-)
Approvals:
Ravi Nori: Verified
Oved Ourfali: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/40565
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib1c8a05c286a9008ef9a08ac7da02bc7211c4af9
Gerrit-PatchSet: 16
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org