See the same thing using OpenStack Foreman Installer +++ This bug was initially created as a clone of Bug #1120208 +++ The log level and the retry interval on pacemaker should be turned down. The log growth and fills up the disk. -rw-rw----. 1 hacluster haclient 4.8G Jul 16 08:01 pacemaker.log I think it grew because the glance mount failed and it kept retrying to mount. So with correct params it shouldn't grow that fast.We probably shouldn't retry the mount N times per second, but maybe once per a few seconds. In any case we should rotate the log. --- Additional comment from Mike Burns on 2014-09-23 11:02:23 EDT --- Should this logrotate be done on the pacemaker level or through puppet? --- Additional comment from Jason Guiditta on 2014-09-23 12:24:25 EDT --- Even though the subject is logrotate, the description actually asks for setting logging level and retry interval for pacemaker, which sounds like something we should be able to set from quickstack. However, after a quick look, I don't see anywhere that it can be set via puppet-pacemaker. So, this would need to be added there, and then we could call it from quickstack easily enough. --- Additional comment from Mike Burns on 2014-09-24 14:55:14 EDT --- Yes, the text asks for log level control, but even if we lowered the level, it would still grow in this case. The log filled with glance mount errors. Errors won't ever be rotated out. We should instead rotate the log file which will prevent the log from growing so big.
The referenced bug is already against OFI. *** This bug has been marked as a duplicate of bug 1120208 ***