Shubhendu Tripathi has uploaded a new change for review.

Change subject: gluster: Corrected to set correct started at value
......................................................................

gluster: Corrected to set correct started at value

Corrected to set the correct value of the started at filed value for the
task started for rebelance of gluster volumes.

Change-Id: Ie7b22d988e70c6cc58e7cb0b74263d2e09f772ff
Bug-Url: https://bugzilla.redhat.com/1011878
Signed-off-by: Shubhendu Tripathi <shtri...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/19588/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
index c63daba..f079ea9 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
@@ -55,7 +55,7 @@
 
         // Set the volume re-balance start time
         GlusterVolumeTaskStatusEntity entity = (GlusterVolumeTaskStatusEntity) 
returnValue.getReturnValue();
-        List<Step> stepsList = 
getStepDao().getStepsByExternalId(asyncTask.getStepId());
+        List<Step> stepsList = 
getStepDao().getStepsByExternalId(asyncTask.getTaskId());
         if (stepsList != null && !stepsList.isEmpty()) {
             entity.setStartTime(stepsList.get(0).getStartTime());
         }


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

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

Reply via email to