Ramesh N has uploaded a new change for review. Change subject: engine: Fix for return value issue in StopRebalanceGlusterVolumeCommand ......................................................................
engine: Fix for return value issue in StopRebalanceGlusterVolumeCommand Discarding the status values returned from StopRebalance command as it has issue during deserialization. Change-Id: I90ec8b8495ede37a1dc6b8929cf80b445598a234 Signed-off-by: Ramesh Nachimuthu <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/19921/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java index 115216b..8327876 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java @@ -64,7 +64,6 @@ endStepJob(); releaseVolumeLock(); - getReturnValue().setActionReturnValue(vdsReturnaValue); } @Override -- To view, visit http://gerrit.ovirt.org/19921 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I90ec8b8495ede37a1dc6b8929cf80b445598a234 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ramesh N <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
