[rabbitmq-discuss] RabbitMQ won't start after the disk went full
Emile Joubert
emile at rabbitmq.com
Wed Jun 26 10:35:45 BST 2013
Hi,
On 25/06/13 14:38, photon wrote:
> I have an issue concerning RabbitMQ. Once my disk got full, RabbitMQ became
> unusable. This didn't change even after i made the disk usage drop
> dramatically.
You either need to free up more space or lower the disk_free_limit. See
the configuration guide:
http://www.rabbitmq.com/configure.html
> Error description:
> {error,corrupt_cluster_status_files,[]}
This is a separate problem and can be solved either by removing the
entire Mnesia directory or by removing the cluster_nodes.config file in
the Mnesia directory and reclustering if necessary.
> =INFO REPORT==== 25-Jun-2013::09:10:49 ===
> Disk free space insufficient. Free bytes:645095424 Limit:1000000000
This shows that there is insufficient free disk space. The broker will
not accept any messages until there is enough free disk space. See
http://www.rabbitmq.com/memory.html#diskfreesup
-Emile
More information about the rabbitmq-discuss
mailing list