Comment 7 for bug 1661004

Revision history for this message
Dmitry Mescheryakov (dmitrymex) wrote :

In the unpacked snapshot unpack logs-node-13-10.130.0.8.tar.gz and do the following grep - http://paste.openstack.org/show/601088/

The results show that Pacemaker detects no free space on node-13 in partitions /, /var/log, /var/lib/mysql. Literally they have 1mb, 3mb, and 3mb free space, correspondingly. We have Pacemaker tuned to shut down all the resources in case at least one partition has less than 512mb of free space. So, that is the reason RabbitMQ does not start.

At the same time in unpacked config.tar.gz there is a result of "df -m" command for node-13 in file scripts/cluster-2/node-13-10.130.0.8/df-m and it shows that / had ~ 1TB of free space and /var/log and /var/lib both had >= 3TB of free space. So it seems like we have a bug in free space calculation logic, and I continue investigating it.