Moti Asayag has posted comments on this change. Change subject: core: missing cluster policy validation ......................................................................
Patch Set 3: (1 comment) please note that the unit test fails http://gerrit.ovirt.org/#/c/37191/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsGroupCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsGroupCommand.java: Line 97: && validate(validator.glusterServiceSupported()) Line 98: && validate(validator.clusterServiceDefined()) Line 99: && validate(validator.mixedClusterServicesSupported()) Line 100: && validate(validator.attestationServerConfigured()) Line 101: && validate(validator.migrationSupported(getArchitecture())) the patch should contain only this line at the exact point to preserve the previous semantic: && validateClusterPolicy() Line 102: && validate(validator.virtIoRngSupported()); Line 103: Line 104: if (!validateClusterPolicy()) { Line 105: return false; -- To view, visit http://gerrit.ovirt.org/37191 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie84058decb0994c1981f77858ff62346884eeeff Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Moti Asayag <[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
