anmolbabu has posted comments on this change.

Change subject: webadmin : Show yellow up arrow when one or more bricks of a 
volume are down
......................................................................


Patch Set 1:

(1 comment)

n

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/table/column/VolumeStatusCell.java
Line 37: 
Line 38:         Boolean brickWarn = false;
Line 39: 
Line 40:         for(GlusterBrickEntity brick : volume.getBricks()) {
Line 41:             if(brick.getStatus() == GlusterStatus.DOWN) {
Even if the host forming the volume is down, the above line still shows in 
debug mode that all the bricks are up.So,should I do this,or try getting the 
status of the host for each brick in addition to this.
Line 42:                 brickWarn = true;
Line 43:             }
Line 44:         }
Line 45: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iddaf1676bf9bf2c3aa0d4381e5057e21d4c8512e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: anmolbabu <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to