diff options
| author | Tim Watson <watson.timothy@gmail.com> | 2012-11-13 11:46:59 +0000 |
|---|---|---|
| committer | Tim Watson <watson.timothy@gmail.com> | 2012-11-13 11:46:59 +0000 |
| commit | 04f6012ae8b04580e5e323c05a18f5971e5e0581 (patch) | |
| tree | ac51e6a9a4fc482da2e7504bfe7bd3273be57911 /src/rabbit.erl | |
| parent | 8b5b3eea9aeabc199322488886a96f890d1c1f7b (diff) | |
| download | rabbitmq-server-git-04f6012ae8b04580e5e323c05a18f5971e5e0581.tar.gz | |
roll back to (almost) default - keeping the extra error information when
corrupt cluster status files are found
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index f3d31b2244..ef9f5f56ce 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -174,16 +174,10 @@ [{mfa, {rabbit_networking, boot, []}}, {requires, log_relay}]}). --rabbit_boot_step({app_running, - [{description, "cluster membership"}, - {mfa, {rabbit_sup, start_restartable_child, - [rabbit_app_marker]}}, - {requires, networking}]}). - -rabbit_boot_step({notify_cluster, [{description, "notify cluster nodes"}, {mfa, {rabbit_node_monitor, notify_node_up, []}}, - {requires, app_running}]}). + {requires, networking}]}). %%--------------------------------------------------------------------------- |
