Skip to content

Commit 7b04b4f

Browse files
Merge pull request #12616 from rabbitmq/abort-restart-cluster-on-failure
Make (rabbitmq-run.mk): abort restart-cluster if something goes wrong
2 parents 5f6b1cc + 2c0fc70 commit 7b04b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit_common/mk/rabbitmq-run.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ restart-cluster:
423423
-rabbitmq_prometheus tcp_config [{port,$$((15692 + $$n - 1))}] \
424424
-rabbitmq_stream tcp_listeners [$$((5552 + $$n - 1))] \
425425
"; \
426+
$(RABBITMQCTL) -n "$$nodename" await_online_nodes $(NODES) || exit 1; \
426427
done; \
427428
wait
428429

0 commit comments

Comments
 (0)