Amador Pahim has posted comments on this change. Change subject: Change source of CPU sockets/cores to libvirt capabilities ......................................................................
Patch Set 18: (1 inline comment) .................................................... File vdsm/caps.py Line 87: def __init__(self, capabilities=None): Line 88: self._topology = _getCpuTopology(capabilities) Line 89: Line 90: def threads(self): Line 91: return (self._topology['threads']) I mean, 3 levels. Line 92: Line 93: # this assumes that all numa nodes have the same number of sockets, Line 94: # and that all socket have the same number of cores. Line 95: def cores(self): -- To view, visit http://gerrit.ovirt.org/5481 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1619e3d9e042bc801c988f099d3b84922f4e03d3 Gerrit-PatchSet: 18 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> Gerrit-Reviewer: Amador Pahim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Gal Hammer <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
