Activity log for bug #1455755

Date Who What changed Old value New value Message
2015-05-16 10:27:28 slava valyavskiy bug added bug
2015-05-16 11:00:55 slava valyavskiy description Currently, ocf should take limits configuration from "/etc/default/rabbitmq-server" file. But, if we change limits configuration via this file it will take on effect. https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/cluster/files/ocf/rabbitmq#L698 We initialize limits for current root user, but we run all rabbitmq processes using rabbimq user wrapper. As a workaround we can add "/etc/security/limits.d/rabbit.conf" and put necessary configuration into it: #### # Raising open file limit for Rabbitmq services rabbitmq soft nofile 80000 rabbitmq hard nofile 112640 #### In other way, global system limits will used. Currently, ocf should take limits configuration from "/etc/default/rabbitmq-server" file. But, if we change limits configuration via this file it will take on effect. https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/cluster/files/ocf/rabbitmq#L698 We initialize limits for current root user, but we run all rabbitmq processes using rabbimq user wrapper. As a workaround we can add "/etc/security/limits.d/rabbit.conf" and put necessary configuration into it: #### # Raising open file limit for Rabbitmq services rabbitmq soft nofile 80000 rabbitmq hard nofile 112640 #### In other way, global system limits will used. As a second option we can inject call "[ -f /etc/default/rabbitmq-server ] && . /etc/default/rabbitmq-server" into rabbitmq-env.conf file.
2015-05-16 11:16:17 Vladimir Kuklin fuel: importance Undecided High
2015-05-16 11:16:22 Vladimir Kuklin fuel: assignee Fuel Library Team (fuel-library)
2015-05-16 11:16:24 Vladimir Kuklin fuel: milestone 6.1
2015-05-16 11:16:26 Vladimir Kuklin fuel: status New Triaged
2015-05-16 11:19:51 Oleksiy Molchanov tags low-hanging-fruit
2015-05-16 11:19:52 Bartłomiej Piotrowski fuel: assignee Fuel Library Team (fuel-library) Bartlomiej Piotrowski (bpiotrowski)
2015-05-16 11:31:51 slava valyavskiy tags low-hanging-fruit customer-found low-hanging-fruit
2015-05-16 11:41:00 OpenStack Infra fuel: status Triaged In Progress
2015-05-18 13:46:13 OpenStack Infra fuel: assignee Bartlomiej Piotrowski (bpiotrowski) Oleksiy Molchanov (omolchanov)
2015-05-18 13:48:41 Oleksiy Molchanov fuel: assignee Oleksiy Molchanov (omolchanov) Bartlomiej Piotrowski (bpiotrowski)
2015-05-19 14:54:33 Sergii Golovatiuk fuel: status In Progress Invalid
2015-05-19 15:07:13 Sergii Golovatiuk fuel: milestone 6.1 6.0.1-mu-1
2015-05-19 15:07:19 Sergii Golovatiuk fuel: milestone 6.0.1-mu-1 6.0.1
2015-05-19 15:45:36 Bartłomiej Piotrowski fuel: milestone 6.0.1 6.1
2015-05-19 15:45:43 Bartłomiej Piotrowski nominated for series fuel/7.0.x
2015-05-19 15:45:43 Bartłomiej Piotrowski bug task added fuel/7.0.x
2015-05-19 15:45:50 Bartłomiej Piotrowski fuel/7.0.x: status New Triaged
2015-05-19 15:45:54 Bartłomiej Piotrowski fuel/7.0.x: status Triaged In Progress
2015-05-19 15:45:56 Bartłomiej Piotrowski fuel/7.0.x: importance Undecided Medium
2015-05-19 15:46:00 Bartłomiej Piotrowski fuel/7.0.x: assignee Bartlomiej Piotrowski (bpiotrowski)
2015-05-19 15:46:04 Bartłomiej Piotrowski fuel/7.0.x: milestone 7.0
2015-05-19 19:08:50 Bogdan Dobrelya marked as duplicate 1405657