Shubhendu Tripathi has posted comments on this change.

Change subject: gluster : In the task tab, size of rebalanced files is shown 
with units
......................................................................


Patch Set 3:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterTasksSyncJob.java
Line 112:                 if (step.getEndTime() != null) {
Line 113:                     //we have already processed the task
Line 114:                     continue;
Line 115:                 }
Line 116:                 String message = 
getTaskMessage(cluster,step.getStepType(),task);
Cant we do this massaging in method getTaskMessage itself ?
Line 117:                 if(message.contains("Total size moved")) {
Line 118:                     int start = message.lastIndexOf(' ') + 1;
Line 119:                     int end = message.length() - 1;
Line 120:                     String sSize = message.substring(start, end);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iea6c90a098bfddfb616bc2b8ce58c9d0bb567f66
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@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