Sharad Mishra has posted comments on this change.

Change subject: webadmin: WIP: Add support for GlusterFS
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/DataProvider.java
Line 928:     public static boolean IsVersionMatchStorageType(Version version, 
StorageType type)
Line 929:     {
Line 930:         return !((type == StorageType.LOCALFS && 
version.compareTo(new Version(2, 2)) <= 0)
Line 931:                 || (type == StorageType.POSIXFS && 
version.compareTo(new Version(3, 0)) <= 0)
Line 932:                 || (type == StorageType.GLUSTERFS && 
version.compareTo(new Version(3, 1)) <= 0));
Done
Line 933:     }
Line 934: 
Line 935:     public static String GetRpmVersionViaPublic()
Line 936:     {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id4b0d9bec819a6eaf9acd7a20a80909a42bcb30e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sharad Mishra <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Deepak C Shetty <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Itamar Heim <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Sharad Mishra <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to