File descriptor limit is not adjusted in systemd

Bug #1623164 reported by Paulo Matias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
Medium
Paulo Matias

Bug Description

rabbitmq, memcached and galera roles need to be updated in order to make file descriptors limit to be adjusted correctly when using systemd:

/etc/ansible/roles/rabbitmq_server/templates/rabbitmq-server.j2:ulimit -n {{ rabbitmq_ulimit }}
/etc/ansible/roles/memcached_server/templates/memcached.debian.j2:ulimit -Hn {{ memcached_connections }}
/etc/ansible/roles/memcached_server/templates/memcached.debian.j2:ulimit -n {{ memcached_connections }}
/etc/ansible/roles/galera_server/templates/mysql_defaults.j2:ulimit -n {{ calculated_max_connections }}
/etc/ansible/roles/galera_server/templates/mysql_defaults.j2:ulimit -Hn {{ calculated_max_connections }}

Changed in openstack-ansible:
assignee: nobody → Paulo Matias (paulo-matias)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to openstack-ansible-rabbitmq_server (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/369729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to openstack-ansible-memcached_server (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/369745

Changed in openstack-ansible:
milestone: none → newton-rc1
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-memcached_server (master)

Reviewed: https://review.openstack.org/369745
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/commit/?id=04941492c38eb80826422980b16d5cabebd5cd3f
Submitter: Jenkins
Branch: master

commit 04941492c38eb80826422980b16d5cabebd5cd3f
Author: Paulo Matias <email address hidden>
Date: Tue Sep 13 19:52:13 2016 -0300

    Adjust file descriptor limit when systemd is used

    Change-Id: I29629ba3c78a55ebd63e4f9710ba71b85c488279
    Related-Bug: #1623164

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-rabbitmq_server (master)

Reviewed: https://review.openstack.org/369729
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-rabbitmq_server/commit/?id=716494ee8660737925cc625cee9e74d633b4d942
Submitter: Jenkins
Branch: master

commit 716494ee8660737925cc625cee9e74d633b4d942
Author: Paulo Matias <email address hidden>
Date: Tue Sep 13 19:14:28 2016 -0300

    Adjust file descriptor limit when systemd is used

    Change-Id: I1039463e860e613f56fb2b813078d2c134f6b65d
    Related-Bug: #1623164

Revision history for this message
Paulo Matias (paulo-matias) wrote :

Fix on Galera: https://review.openstack.org/#/c/371160/

Summing all up, this issue should now be fixed.

Changed in openstack-ansible:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.