Comment 4 for bug 1884765

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to paunch (stable/ussuri)

Reviewed: https://review.opendev.org/737527
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=7ea9455221148bfdbfcda83fad95a7eca760807b
Submitter: Zuul
Branch: stable/ussuri

commit 7ea9455221148bfdbfcda83fad95a7eca760807b
Author: Emilien Macchi <email address hidden>
Date: Tue Jun 23 08:51:03 2020 -0400

    podman: get cpus allowed list only when isolcpus in cmdline

    When building the podman command, only get cpus allowed list when there
    is isolcpus in the /proc/cmdline otherwise skip the argument.

    Note: re-working the Mocks for cpu affinity so we can properly test the
    /proc/cmdline reads.

    Change-Id: I270c90d3adc8824991896443c6074f8f7357c942
    Related-Bug: #1884765
    Co-Authored-By: Alex Schultz <email address hidden>