Do not set lo.disable_ipv6=0 by default
Forcing lo.disable_ipv6=0 in tripleo-ansible may result in such value being placed in /etc/sysctl.d/99-tripleo.conf *before* net.ipv6.conf.all.disable_ipv6 = 1, thus effectively being ignored. See rhbz#1841522 for an example of a side effect of this, where 'KernelDisableIPv6: 1' results in epmd/rabbitmq being unable to start. Depends-on: https://review.opendev.org/#/c/732098 Change-Id: Iea01c7d6ef19ed2f0a2b7ecab15de0c30fcb4f8c
This commit is contained in:
parent
894a853a5e
commit
f7fe7a3e29
@ -46,8 +46,6 @@ tripleo_kernel_sysctl_settings:
|
||||
value: 500000
|
||||
net.netfilter.nf_conntrack_max:
|
||||
value: 500000
|
||||
net.ipv6.conf.lo.disable_ipv6:
|
||||
value: 0
|
||||
net.ipv6.conf.all.accept_ra:
|
||||
value: 0
|
||||
net.ipv6.conf.default.accept_ra:
|
||||
|
Loading…
Reference in New Issue
Block a user