We need to deprecate commands "service rabbitmq-server stop" and "service rabbitmq-server start" because these commands don't work and broke RabbitMQ cluster. We need to use pacemaker instead and restart Rabbit MQ services with the following commands:
We need to deprecate commands "service rabbitmq-server stop" and "service rabbitmq-server start" because these commands don't work and broke RabbitMQ cluster. We need to use pacemaker instead and restart Rabbit MQ services with the following commands:
pcs resource disable p_rabbitmq-server
pcs resource enable p_rabbitmq-server