Vitor de Lima has posted comments on this change. Change subject: core: Set emulated machines after capabilities ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/25699/2/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VirtMonitoringStrategy.java File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VirtMonitoringStrategy.java: Line 179: Config.<List<String>> getValue(ConfigValues.ClusterEmulatedMachines, Line 180: vds.getVdsGroupCompatibilityVersion().getValue()), Line 181: vds.getSupportedEmulatedMachines().split(",")); Line 182: Line 183: if (matchedEmulatedMachine != null && !matchedEmulatedMachine.isEmpty() && vds.getStatus() != VDSStatus.NonOperational) { > actually I agree its nicer to state UP and Maintenance as the only eligible Done Line 184: setClusterEmulatedMachine(vds, matchedEmulatedMachine); Line 185: return true; Line 186: } Line 187: return false; -- To view, visit http://gerrit.ovirt.org/25699 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibc25acf8e9914e382a5ebf66f9c5d895ed4dab2a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Vitor de Lima <[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
