Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etc/kayobe/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
# Compute node sysctl configuration.

# Dict of sysctl parameters to set.
#compute_sysctl_parameters:
compute_sysctl_parameters:
net.netfilter.nf_conntrack_max: 1048576

###############################################################################
# Compute node tuned configuration.
Expand Down
3 changes: 2 additions & 1 deletion etc/kayobe/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
# Controller node sysctl configuration.

# Dict of sysctl parameters to set.
#controller_sysctl_parameters:
controller_sysctl_parameters:
net.netfilter.nf_conntrack_max: 1048576

###############################################################################
# Controller node tuned configuration.
Expand Down
3 changes: 2 additions & 1 deletion etc/kayobe/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
# Storage node sysctl configuration.

# Dict of sysctl parameters to set.
#storage_sysctl_parameters:
storage_sysctl_parameters:
net.netfilter.nf_conntrack_max: 1048576

###############################################################################
# Storage node tuned configuration.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Increases maximum size of connection tracking tables to 1,048,576 entries
on controllers, compute and storage hosts. This is to work around loss of
connectivity when the conntrack table becomes full under high Cinder/Glance
activity or high traffic to Octavia amphorae.
Loading