Add a logrotate entry for /var/log/nodemanager.daemon, which can get
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 1 Apr 2011 20:54:55 +0000 (16:54 -0400)
committerS.Çağlar Onur <caglar@verivue.com>
Tue, 5 Apr 2011 15:09:48 +0000 (11:09 -0400)
out-of-hand on some nodes filling up the root partition.

nm.logrotate

index c685711..c7b463b 100644 (file)
@@ -6,3 +6,10 @@
     rotate 5
     missingok
 }
+/var/log/nodemanager.daemon {
+    copytruncate
+    compress
+    weekly
+    rotate 5
+    missingok
+}