Comment 20 for bug 1624230

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-nailgun-agent (master)

Reviewed: https://review.openstack.org/426076
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=5e7127f9ec13c0ed0e62b9d9150d835ca2a27b72
Submitter: Jenkins
Branch: master

commit 5e7127f9ec13c0ed0e62b9d9150d835ca2a27b72
Author: georgy <email address hidden>
Date: Fri Jan 27 08:58:52 2017 +0300

    Fix volatile CPU 'size'

    The 'size' parameter for CPU returned by lshw is current CPU clock
    which changes constantly breaking nailgun optimization which expects
    hw data to not change each time.
    This also must reduce probability of deadlocks in #1624230.

    Change-Id: I7d9b5282991b17424d458c2612dfa4eeeb52be48
    Partial-Bug: #1624230