Init script for centos doesn't actually stop all rabbitmq processes

Bug #1307096 reported by Matthew Mosesohn
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
High
Fuel Library (Deprecated)

Bug Description

Our custom init script for RabbitMQ doesn't stop epmd.

# service rabbitmq-server stop
Stopping rabbitmq-server: RabbitMQ is not running
rabbitmq-server.
# ps waux | grep rabbitmq
rabbitmq 4629 0.0 0.0 10828 312 ? SN 03:08 0:00 /usr/lib64/erlang/erts-5.8.5/bin/epmd -daemon
root 8720 0.0 0.0 103248 864 pts/0 S+ 09:29 0:00 grep rabbitmq
# netstat -anp | grep 4369
tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 4629/epmd

Mike Scherbakov (mihgen)
Changed in fuel:
status: New → Confirmed
Changed in fuel:
importance: Undecided → High
assignee: Fuel Library Team (fuel-library) → Fuel OSCI Team (fuel-osci)
Revision history for this message
Bogdan Dobrelya (bogdando) wrote :
Changed in fuel:
assignee: Fuel OSCI Team (fuel-osci) → Fuel Library Team (fuel-library)
Revision history for this message
Dmitry Ilyin (idv1985) wrote :

Looks like init scripts should not stop epmd. It doesn't listen too Rabbit ports and may be used by other erlang processes, for examplem Murano's rabbit.

Changed in fuel:
status: Confirmed → Invalid
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.