riak ipv6 support

This commit is contained in:
Dmitry Skokov 2021-08-09 11:14:40 +03:00
parent 65fa81490a
commit bc277c8976

View File

@ -56,6 +56,9 @@ cat<< END > /etc/riak/vm.args
+W w +W w
-smp enable -smp enable
+zdbbl 32768 +zdbbl 32768
{{- if .Values.services.global.ipv6only }}
-proto_dist inet6_tcp
{{- end }}
END END
# Run all prestart scripts # Run all prestart scripts