Closed michaelklishin closed 4 years ago
We need a way to discover the current status of a node (maintenance/running). It could be added to the cluster_status
command
@dcorbacho @lukebakken I have added node maintanance to rabbitmq-dianostics status
and rabbitmq-dianostics cluster_status
.
Thanks @michaelklishin . If I have time I may look at adding maintenance status to the management UI somehow.
we can start with only adding it to API responses for GET /api/nodes
and GET /api/nodes/{node}
@michaelklishin does this need to be backported to branch 3.8.x since https://github.com/rabbitmq/rabbitmq-server/issues/2321 is getting backported?
(I came across this while trying to play about with this feature in a 3.8.x-alpha build; apologies if you've a different process I'm not familiar with)
@coro it will be backported together with other PRs for 3.8.8
. 3.8.7
will be a security patch release.
Backported to v3.8.x
.
A part of rabbitmq/rabbitmq-server#2321 and rabbitmq/rabbitmq-server#2349.
This introduces the following commands most relevant for upgrade and maintenance scenarios: