Comment 5 for bug 1879121

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

Reviewed: https://review.opendev.org/c/openstack/charm-swift-storage/+/742602
Committed: https://opendev.org/openstack/charm-swift-storage/commit/d9a8025ac3d8fa4743970e20a5634cd18680d2e9
Submitter: "Zuul (22348)"
Branch: master

commit d9a8025ac3d8fa4743970e20a5634cd18680d2e9
Author: James Page <email address hidden>
Date: Thu Jul 23 08:03:01 2020 +0100

    conntrack: set sane sysctl defaults

    swift-storage is often deployed alongside nova-compute where it
    inherits some sane defaults for sysctl values, specifically around
    conntrack configuration.

    If its deployed standalone it does not recieve the same tuning,
    but its very much applicable as access between swift-storage nodes
    for rsync traffic is firewall limited so makes a high demand
    on conntrack on the server.

    Lift and shift the defaults from the nova-compute charm.

    Change-Id: Iedd27a51ff93fd1670a418e1434c94875fe21643
    Closes-Bug: 1879121