Increase inotify watch limit
If the inotify watch limit is exceeded then systemd is unable to restart services. This can occur during an OSA minor upgrade, and results in dnsmasq unable to restart on all container hosts simultaneously. Change-Id: I77da5d99f0714975c1be025b46bb250712c78ed3
This commit is contained in:
parent
4da6e186c0
commit
c694cdf75f
@ -88,7 +88,7 @@ openstack_host_nf_conntrack_max: 262144
|
|||||||
|
|
||||||
# System control kernel tuning
|
# System control kernel tuning
|
||||||
openstack_kernel_options:
|
openstack_kernel_options:
|
||||||
- { key: 'fs.inotify.max_user_watches', value: 36864 }
|
- { key: 'fs.inotify.max_user_watches', value: 1048576 }
|
||||||
- { key: 'net.ipv4.conf.all.rp_filter', value: 0 }
|
- { key: 'net.ipv4.conf.all.rp_filter', value: 0 }
|
||||||
- { key: 'net.ipv4.conf.default.rp_filter', value: 0 }
|
- { key: 'net.ipv4.conf.default.rp_filter', value: 0 }
|
||||||
- { key: 'net.ipv4.ip_forward', value: 1 }
|
- { key: 'net.ipv4.ip_forward', value: 1 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user