Gilad Chaplik has posted comments on this change. Change subject: core: ignore NUMA nodeset when empty ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/27799/1/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilderBase.java File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilderBase.java: Line 205: if (useAllVdsNodesMem && !totalVdsNumaNodesIndexes.isEmpty()) { Line 206: createNumaTune.put(VdsProperties.NUMA_TUNE_NODESET, Line 207: NumaUtils.buildStringFromListForNuma(totalVdsNumaNodesIndexes)); Line 208: } Line 209: else if (!vmNumaNodePinInfo.isEmpty()) { > there is a change in the behavior: if useAllVdsNodesMem is true because the will match behaviors. Line 210: createNumaTune.put(VdsProperties.NUMA_TUNE_NODESET, Line 211: NumaUtils.buildStringFromListForNuma(vmNumaNodePinInfo)); Line 212: } Line 213: createInfo.put(VdsProperties.NUMA_TUNE, createNumaTune); -- To view, visit http://gerrit.ovirt.org/27799 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iff17fd54580f4a451bbb2aabe31f7629a2d0824b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches