Moti Asayag has posted comments on this change.

Change subject: engine: Introduce ClusterValidator
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/36242/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/ClusterValidator.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/ClusterValidator.java:

Line 92:                 .unless(cluster.supportsGlusterService() || 
cluster.supportsVirtService());
Line 93:     }
Line 94: 
Line 95:     public ValidationResult mixedClusterServicesSupported() {
Line 96:         boolean mixedClusterEnavled = Config.<Boolean> 
getValue(ConfigValues.AllowClusterWithVirtGlusterEnabled);
> typo
Done
Line 97:         return 
ValidationResult.failWith(VdcBllMessages.VDS_GROUP_ENABLING_BOTH_VIRT_AND_GLUSTER_SERVICES_NOT_ALLOWED)
Line 98:                 .when(cluster.supportsGlusterService() && 
cluster.supportsVirtService() && !mixedClusterEnavled);
Line 99:     }
Line 100: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I005cca2295a215d1a694d3d7604dabc59a77595c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [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