Hello,
I currently have a single rabbitmq node using local storage. I'd like to move to two nodes, shared storage (SAN mount), along with a floating IP (keepalived).
I understand that both nodes need to have the same node name along with the same erlang cookie. My question is the following:
In this sort of configuration, should both nodes be running rabbitmq at all times OR do I need to make sure only a single node is running rabbitmq against the shared SAN mount.
In other words, if I have two rabbitmq instances running at the same time while using the same shared storage, could that be trouble?
Thanks!
-jp