Kanagaraj M has posted comments on this change.

Change subject: webadmin: Cluster compatibility check for volume advanced 
details
......................................................................


Patch Set 2: (1 inline comment)

new patch set to follow.

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterListModel.java
Line 227:     protected void UpdateDetailsAvailability() {
Line 228:         super.UpdateDetailsAvailability();
Line 229:         VDSGroup vdsGroup = (VDSGroup) getSelectedItem();
Line 230:         getClusterServiceModel().setIsAvailable(vdsGroup != null && 
vdsGroup.supportsGlusterService()
Line 231:                 && vdsGroup.getcompatibility_version() != null
will remove.
Line 232:                 && 
Version.v3_2.compareTo(vdsGroup.getcompatibility_version()) <= 0);
Line 233:     }
Line 234: 
Line 235:     @Override


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6c4bf5e581facca0397bf02159b0e892630c2739
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to