Comment 13 for bug 1479812

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

Reviewed: https://review.openstack.org/229786
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=fe3b328023b946413a675a0ffdbafcad353aca44
Submitter: Jenkins
Branch: master

commit fe3b328023b946413a675a0ffdbafcad353aca44
Author: Jesse Pretorius <email address hidden>
Date: Thu Oct 1 10:12:03 2015 +0100

    Limit the number of Ansible forks used to 10

    The default MaxSessions setting for SSHD is 10. Each Ansible fork makes use of
    a Session, so this patch still uses the CPU number to set the number of forks
    used but limits it to 10 forks when the number of CPU's is larger.

    Developer Docs and Install Guide Docs entries have been included.

    Closes-Bug: #1479812
    Change-Id: I9abd33e184c706796ede9963393876a8aae9837c