openstack-ansible/releasenotes/notes/fix-wrong-amount-of-open-files-systemd-54af64659bf61518.yaml
Andy McCrae aa986bd332 Fix role SHA's for Ocata-3 release
This patch includes a SHA update.

For now we are leaving the ceilometer SHA pinned, and there are pending
items to still go in.

Change-Id: I52831c5e02fbf6faf51714f57982aed41a315e2a
2017-01-27 01:56:10 +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).