[Mageia-sysadm] [637] - use splay paramater, so all node do not try to sync at the same time

root at mageia.org root at mageia.org
Thu Dec 16 14:19:55 CET 2010


Revision: 637
Author:   misc
Date:     2010-12-16 14:19:55 +0100 (Thu, 16 Dec 2010)
Log Message:
-----------
- use splay paramater, so all node do not try to sync at the same time
I suspect the logs rotations to restart them all at 4h, and so they all
sync at the same time, thus leading to problem ( as we still use webrick, see
my mail on 14/12/2010, 14h04 )

Modified Paths:
--------------
    puppet/modules/puppet/templates/puppet.conf

Modified: puppet/modules/puppet/templates/puppet.conf
===================================================================
--- puppet/modules/puppet/templates/puppet.conf	2010-12-16 13:01:08 UTC (rev 636)
+++ puppet/modules/puppet/templates/puppet.conf	2010-12-16 13:19:55 UTC (rev 637)
@@ -28,7 +28,12 @@
 
     pluginsync = true
 
+    # (misc) a attempt to mitigate issue of all nodes running at the same
+    # time, due to logrotate syncing them to run at 0 and 30
+    splay = true
+
     report = true
+
     # The file in which puppetd stores a list of the classes
     # associated with the retrieved configuratiion.  Can be loaded in
     # the separate ``puppet`` executable using the ``--loadclasses``
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101216/5d0fe6ec/attachment.html>


More information about the Mageia-sysadm mailing list