Comment 23 for bug 1624230

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

Reviewed: https://review.openstack.org/426151
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=026399208d614fe8629a90e0f5717889bdc8af34
Submitter: Jenkins
Branch: stable/mitaka

commit 026399208d614fe8629a90e0f5717889bdc8af34
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
    (cherry picked from commit 5e7127f9ec13c0ed0e62b9d9150d835ca2a27b72)