openstack-ansible-galera_se.../releasenotes/notes/fix-wrong-amount-of-open-files-systemd-54af64659bf61518.yaml
Jean-Philippe Evrard 79b39d585a Set the proper amount of open files in systemd
We used the amount of connections instead of the maximum number
of open files for the systemd unit limit.

The amount of connections are handled by mysql.

Change-Id: Ib82cba87038ac2601b4ff268c6c889dbe2387228
Closes-Bug: #1659060
2017-01-24 18:07:43 +00:00

9 lines
305 B
YAML

---
fixes:
- Systems using systemd (like Ubuntu Xenial) were
incorrectly limited to a low amount of open files.
This was causing issues when restarting galera.
A deployer can still define the maximum number
of open files with the variable
``galera_file_limits`` (Defaults to 65536).