Francesco Romani has posted comments on this change. Change subject: daemon: ignore cpu affinity on single processor ......................................................................
Patch Set 7: (1 comment) https://gerrit.ovirt.org/#/c/48619/7/vdsm/vdsm File vdsm/vdsm: Line 229: log.info('VDSM will run with cpu affinity: %s', cpu_set) Line 230: Line 231: # too early to use the facilities from caps.py Line 232: if os.sysconf('SC_NPROCESSORS_ONLN') == 1: Line 233: log.warning('Only one cpu detected: affinity disabled') > if possible i would like to avoid a warning in harmless/expected situations Will change to debug level Line 234: return Line 235: Line 236: taskset.set(os.getpid(), cpu_set, all_tasks=True) Line 237: -- To view, visit https://gerrit.ovirt.org/48619 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0652189704cbce71d20ec809c9c26f081516758a Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
