rabbitmq-queues grow <node> <all | even> [--vhost-pattern <pattern>] [--queue-pattern <pattern>]
From the above command what does node signifies - should we need to give the running(cureent instance) hostname as a node or we should give the other hostname .
For example if im running a rabbitmq in server name rabbitmq1 and now i need to form the quorum node for this - should i need to specify the rabbitmq1 as hostname in above command.
or should i find the leader of existing quorum and inside leader should i be using this command with other hostname to add them to quorum cluster.