Comment 8 for bug 1441363

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

Reviewed: https://review.openstack.org/177163
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=c9f9a0623fb22fd17e573f4c8e8b139a98aa260c
Submitter: Jenkins
Branch: juno

commit c9f9a0623fb22fd17e573f4c8e8b139a98aa260c
Author: Andy McCrae <email address hidden>
Date: Fri Apr 24 11:45:07 2015 +0100

    Set tcp_tw_reuse for swift storage hosts

    For swift storage hosts we are seeing a lot of connections in TIME WAIT
    status, violating nf_conntrack. Setting tcp_tw_reuse should help
    alleviate this.

    Additionally, in order for tcp_tw_reuse to be set safely we need to
    ensure nf_conntrack is loaded.

    Change-Id: I4392c4022a9a5a884d07eb6fbf27093f0b16f914
    Closes-Bug: #1441363