Juan Hernandez has uploaded a new change for review.

Change subject: core: Propagate correlation id in maintenance commmand (#846227)
......................................................................

core: Propagate correlation id in maintenance commmand (#846227)

https://bugzilla.redhat.com/846227

The MaintananceNumberOfVdss command has to propagate the correlation id
to the MaintananceVds commands that it runs internally.

Change-Id: If87f2436adaf52c2633e888864c708c877b19b97
Signed-off-by: Juan Hernandez <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceNumberOfVdssCommand.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/7412/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceNumberOfVdssCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceNumberOfVdssCommand.java
index 4680bb8..4e3a2b3 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceNumberOfVdssCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceNumberOfVdssCommand.java
@@ -82,6 +82,7 @@
             // ParametersCurrentUser = CurrentUser
             MaintananceVdsParameters tempVar = new 
MaintananceVdsParameters(vdsId, getParameters().getIsInternal());
             tempVar.setSessionId(getParameters().getSessionId());
+            tempVar.setCorrelationId(getParameters().getCorrelationId());
             VdcReturnValueBase result =
                     
Backend.getInstance().runInternalAction(VdcActionType.MaintananceVds,
                             tempVar,


--
To view, visit http://gerrit.ovirt.org/7412
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If87f2436adaf52c2633e888864c708c877b19b97
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to