Ramesh N has posted comments on this change.

Change subject: engine: BLL Command to Stop Reblance Gluster Volume task
......................................................................


Patch Set 7:

(5 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StopRebalanceGlusterVolumeCommand.java
Line 36:         if (!super.canDoAction()) {
Line 37:             return false;
Line 38:         }
Line 39: 
Line 40:         if (!glusterVolume.isOnline()) {
Done
Line 41:             
addCanDoActionMessage(VdcBllMessages.ACTION_TYPE_FAILED_GLUSTER_VOLUME_SHOULD_BE_STARTED);
Line 42:             return false;
Line 43:         }
Line 44: 


Line 56:         return StepEnum.REBALANCING_VOLUME;
Line 57:     }
Line 58: 
Line 59:     @Override
Line 60:     protected void executeCommand() {
Done
Line 61:         VDSReturnValue vdsReturnaValue = 
Backend.getInstance().getResourceManager()
Line 62:                 
.RunVdsCommand(VDSCommandType.StopRebalanceGlusterVolume,
Line 63:                         new 
GlusterVolumeVDSParameters(upServer.getId(),
Line 64:                                 getGlusterVolumeName()));


....................................................
File 
backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
Line 616: GLUSTER_VOLUME_ADD_BRICK_FAILED=Gluster Volume ${glusterVolumeName} 
add brick failed.
Line 617: GLUSTER_VOLUME_REBALANCE_START=Gluster Volume ${glusterVolumeName} 
rebalance started.
Line 618: GLUSTER_VOLUME_REBALANCE_START_FAILED=Could not start Gluster Volume 
${glusterVolumeName} rebalance.
Line 619: GLUSTER_VOLUME_REBALANCE_STOP=Gluster Volume ${glusterVolumeName} 
rebalance stoped.
Line 620: GLUSTER_VOLUME_REBALANCE_STOP_FAILED=Could not top Gluster Volume 
${glusterVolumeName} rebalance.
Done
Line 621: GLUSTER_VOLUME_REPLACE_BRICK_FAILED=Replace Gluster Volume Brick 
failed
Line 622: GLUSTER_VOLUME_REPLACE_BRICK_START=Gluster Volume 
${glusterVolumeName} Replace Brick started.
Line 623: GLUSTER_VOLUME_REPLACE_BRICK_START_FAILED=Could not start Gluster 
Volume ${glusterVolumeName} Replace Brick.
Line 624: GLUSTER_SERVER_ADD_FAILED=Failed to add gluster server ${VdsName} 
into Cluster ${VdsGroupName}.


....................................................
File 
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java
Line 264: 
Line 265:       String AuditLogType___GLUSTER_VOLUME_REBALANCE_START();
Line 266: 
Line 267:       String AuditLogType___GLUSTER_VOLUME_REBALANCE_START_FAILED();
Line 268:       
Done
Line 269:     String AuditLogType___GLUSTER_VOLUME_REBALANCE_STOP();
Line 270: 
Line 271:     String AuditLogType___GLUSTER_VOLUME_REBALANCE_STOP_FAILED();
Line 272: 


....................................................
File 
frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties
Line 129: AuditLogType___GLUSTER_VOLUME_ADD_BRICK_FAILED=Failed to add brick(s) 
on Gluster Volume
Line 130: AuditLogType___GLUSTER_VOLUME_REBALANCE_START=Gluster Volume 
Rebalance started
Line 131: AuditLogType___GLUSTER_VOLUME_REBALANCE_START_FAILED=Gluster Volume 
Rebalance could not be started
Line 132: AuditLogType___GLUSTER_VOLUME_REBALANCE_STOP=Gluster Volume Rebalance 
started
Line 133: AuditLogType___GLUSTER_VOLUME_REBALANCE_STOP_FAILED=Gluster Volume 
Rebalance could not be started
Done
Line 134: AuditLogType___GLUSTER_VOLUME_REPLACE_BRICK_FAILED=Gluster Volume 
Replace Brick Failed
Line 135: AuditLogType___GLUSTER_VOLUME_REPLACE_BRICK_START=Gluster Volume 
Replace Brick Started
Line 136: AuditLogType___GLUSTER_VOLUME_REPLACE_BRICK_START_FAILED=Gluster 
Volume Replace Brick could not be started
Line 137: AuditLogType___GLUSTER_SERVER_ADD_FAILED=Failed to Add Gluster Server


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0e7cf0eb4de160dc309f2699ba0e224f48dd1f49
Gerrit-PatchSet: 7
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