Ramesh N has posted comments on this change.

Change subject: engine:Start Rebalance Gluster volume command
......................................................................


Patch Set 25:

(2 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterAsyncCommandBase.java
Line 20: import org.ovirt.engine.core.dal.job.ExecutionMessageDirector;
Line 21: 
Line 22: public abstract class GlusterAsyncCommandBase<T extends 
GlusterVolumeParameters> extends GlusterVolumeCommandBase<T> {
Line 23: 
Line 24:     protected Step asyncTaskStep;
Done
Line 25: 
Line 26:     public GlusterAsyncCommandBase(T params) {
Line 27:         super(params);
Line 28:     }


....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StartRebalanceGlusterVolumeCommand.java
Line 68:                         
.RunVdsCommand(VDSCommandType.StartRebalanceGlusterVolume,
Line 69:                                 new 
GlusterVolumeRebalanceVDSParameters(upServer.getId(),
Line 70:                                         getGlusterVolumeName(),
Line 71:                                         
getParameters().isFixLayoutOnly(),
Line 72:                                         
getParameters().isForceAction()));
Done
Line 73:         setSucceeded(taskReturn.getSucceeded());
Line 74:         if (!getSucceeded()) {
Line 75:             
handleVdsError(AuditLogType.GLUSTER_VOLUME_REBALANCE_START_FAILED, 
taskReturn.getVdsError().getMessage());
Line 76:             return;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iaae7cf53bd77e9b717b268bcf0de91ba515af40c
Gerrit-PatchSet: 25
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@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: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@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