Ramesh N has posted comments on this change.

Change subject: engine: update the rebalance task status correctly in stop 
rebalance
......................................................................


Patch Set 1:

(2 comments)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
Line 19:     }
Line 20: 
Line 21:     @Override
Line 22:     protected void executeVdsBrokerCommand() {
Line 23:         String volumeName = getParameters().getVolumeName();
Done
Line 24:         result = getBroker().glusterVolumeRebalanceStatus(volumeName);
Line 25:         proceedProxyReturnValue();
Line 26: 
Line 27:         // Set the current engine time as status time


....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerWrapper.java
Line 1034: 
Line 1035:     @Override
Line 1036:     public GlusterVolumeTaskReturnForXmlRpc 
glusterVolumeRebalanceStop(String volumeName) {
Line 1037:         try {
Line 1038:             Map<String, Object> xmlRpcReturnValue = 
vdsServer.glusterVolumeRebalanceStatus(volumeName);
Done
Line 1039:             GlusterVolumeTaskReturnForXmlRpc wrapper = new 
GlusterVolumeTaskReturnForXmlRpc(xmlRpcReturnValue);
Line 1040:             return wrapper;
Line 1041:         } catch (UndeclaredThrowableException ute) {
Line 1042:             throw new XmlRpcRunTimeException(ute);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2a689db9a7651a5a48e1ffea70fc59431554e2bc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to