Comment 9 for bug 1441363

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

Reviewed: https://review.openstack.org/177160
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=b206e434a350941ed329ba4e84940afc722f3557
Submitter: Jenkins
Branch: master

commit b206e434a350941ed329ba4e84940afc722f3557
Author: Andy McCrae <email address hidden>
Date: Fri Apr 24 11:34:02 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