Comment 17 for bug 1892817

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/747835
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9d71882a420ac77d033c77f6ca762c6636603129
Submitter: Zuul
Branch: master

commit 9d71882a420ac77d033c77f6ca762c6636603129
Author: Cédric Jeanneret <email address hidden>
Date: Tue Aug 25 08:13:55 2020 +0200

    Set a higher PIDs limit for nova_libvirt container

    The default limit is set to 4096. This can be reached with about 150
    VMs, and therefore can lead to a situation where you're unable to start
    new VMs on a compute node.

    This patch integrates the modifications made by Rabi in his own
    (abandonned) patch.

    Note: this patch needs to be backported down to stable/train. The value
    of Depends-On will need to be updated in order to point to another
    patch, in paunch repository: https://review.opendev.org/747831

    Change-Id: Ic414fc8826e4164ed679fbe22b82acf39c9ed7e0
    Co-Authored-By: Rabi Mishra <email address hidden>
    Related: https://bugzilla.redhat.com/show_bug.cgi?id=1871885
    Related-Bug: #1892817
    Depends-On: https://review.opendev.org/747834