Bug 1267883
| Summary: | Unable to control the file_descriptors limit for rabbitmq-server via the director. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mike Burns <mburns> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Giulio Fidente <gfidente> |
| Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | calfonso, dmacpher, fdinitto, gfidente, ichavero, jslagle, lyarwood, mburns, mcornea, mmagr, mwagner, nbarcet, oblaut, rbiba, rhel-osp-director-maint, sasha, ushkalim, yeylon |
| Target Milestone: | y1 | Keywords: | Triaged, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-0.8.6-71.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1240587 | Environment: | |
| Last Closed: | 2015-10-08 12:19:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1240587 | ||
| Bug Blocks: | |||
|
Description
Mike Burns
2015-10-01 09:47:10 UTC
stack@instack:~>>> cat templates/rabbit.yaml
parameters:
RabbitFDLimit: 7192
stack@instack:~>>> openstack overcloud deploy --templates ~/templates/my-overcloud -e ~/templates/my-overcloud/environments/network-isolation.yaml -e ~/templates/network-environment.yaml --control-scale 3 --compute-scale 1 --ceph-storage-scale 0 --ntp-server clock.redhat.com --libvirt-type qemu -e ~/templates/rabbit.yaml
stack@instack:~>>> for ip in $(nova list | grep controller | awk '{print $12;}' | cut -d "=" -f2); do ssh heat-admin@$ip 'sudo rabbitmqctl report | grep -A3 file_descriptors';done
{file_descriptors,[{total_limit,7092},
{total_used,3},
{sockets_limit,6380},
{sockets_used,1}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,4},
{sockets_limit,6380},
{sockets_used,2}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,197},
{sockets_limit,6380},
{sockets_used,195}]},
{file_descriptors,[{total_limit,7092},
{total_used,3},
{sockets_limit,6380},
{sockets_used,1}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,197},
{sockets_limit,6380},
{sockets_used,195}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,4},
{sockets_limit,6380},
{sockets_used,2}]},
{file_descriptors,[{total_limit,7092},
{total_used,197},
{sockets_limit,6380},
{sockets_used,195}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,4},
{sockets_limit,6380},
{sockets_used,2}]},
--
{file_descriptors,[{total_limit,7092},
{total_used,3},
{sockets_limit,6380},
{sockets_used,1}]},
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:1862 |