Commit b33eedd
committed
Increase size of connection tracking table
We have seen occurences of Cinder or Glance activity filling up the
conntrack table. This has been seen on controllers and storage nodes
(Ceph). We have also seen large amounts of traffic to an Octavia amphora
causing the conntrack table of a compute host to fill up.
Quadruple the maximum size of the table on these hosts (the default size
is 262,144 for hosts with more than 4 GiB of memory [1]).
Monitoring hosts are left unchanged since they are believed to be
unaffected.
[1] https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt1 parent c74aad8 commit b33eedd
File tree
4 files changed
+13
-3
lines changed- etc/kayobe
- releasenotes/notes
4 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments