Michael Pasternak has posted comments on this change.

Change subject: core: Add capability check fot Gluster FS.
......................................................................


Patch Set 9: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendCapabilitiesResource.java
Line 414:         if (VersionUtils.greaterOrEqual(version, VERSION_3_1)) {
Line 415:             ret.add(StorageType.POSIXFS);
Line 416:         }
Line 417: 
Line 418:         if (VersionUtils.greaterOrEqual(version, VERSION_3_2)) {
are you sure it's not available in 3.1?
Line 419:             ret.add(StorageType.GLUSTERFS);
Line 420:         }
Line 421:         return ret;
Line 422:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4228cc8777d0da5e199ac316cdf8bcfe6da30f9c
Gerrit-PatchSet: 9
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: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Ori Liel <[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