Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232727

Change subject: Increase nf_conntrack_max and nf_conntrack_buckets on 
labnet1002.
......................................................................

Increase nf_conntrack_max and nf_conntrack_buckets on labnet1002.

These are maxing out on labnet1002, something that never happened
on labnet1001.

Change-Id: I5a8c8f9f520ca8fa7e57da7afe08f70470026c3d
---
M modules/openstack/manifests/nova/network.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/27/232727/1

diff --git a/modules/openstack/manifests/nova/network.pp 
b/modules/openstack/manifests/nova/network.pp
index a19e33e..537a987 100644
--- a/modules/openstack/manifests/nova/network.pp
+++ b/modules/openstack/manifests/nova/network.pp
@@ -67,8 +67,8 @@
             # Increase connection tracking size
             # and bucket since all of labs is
             # tracked on the network host
-            'net.netfilter.nf_conntrack_max'     => 262144,
-            'net.netfilter.nf_conntrack_buckets' => 32768,
+            'net.netfilter.nf_conntrack_max'     => 524288,
+            'net.netfilter.nf_conntrack_buckets' => 65536,
         },
         priority => 50,
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/232727
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a8c8f9f520ca8fa7e57da7afe08f70470026c3d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to