summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-December/001270.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001270.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-December/001270.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001270.html b/zarb-ml/mageia-sysadm/2010-December/001270.html
new file mode 100644
index 000000000..9ecf82b37
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-December/001270.html
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [637] - use splay paramater, so all node do not try to sync at the same time
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B637%5D%20-%20use%20splay%20paramater%2C%0A%20so%20all%20node%20do%20not%20try%20to%20sync%20at%20the%20same%20time&In-Reply-To=%3C20101216131955.89B53403B3%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="001269.html">
+ <LINK REL="Next" HREF="001271.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [637] - use splay paramater, so all node do not try to sync at the same time</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B637%5D%20-%20use%20splay%20paramater%2C%0A%20so%20all%20node%20do%20not%20try%20to%20sync%20at%20the%20same%20time&In-Reply-To=%3C20101216131955.89B53403B3%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [637] - use splay paramater, so all node do not try to sync at the same time">root at mageia.org
+ </A><BR>
+ <I>Thu Dec 16 14:19:55 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001269.html">[Mageia-sysadm] [636] let the moderation team filter mail
+</A></li>
+ <LI>Next message: <A HREF="001271.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1270">[ date ]</a>
+ <a href="thread.html#1270">[ thread ]</a>
+ <a href="subject.html#1270">[ subject ]</a>
+ <a href="author.html#1270">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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: &lt;/pipermail/mageia-sysadm/attachments/20101216/5d0fe6ec/attachment.html&gt;
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001269.html">[Mageia-sysadm] [636] let the moderation team filter mail
+</A></li>
+ <LI>Next message: <A HREF="001271.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1270">[ date ]</a>
+ <a href="thread.html#1270">[ thread ]</a>
+ <a href="subject.html#1270">[ subject ]</a>
+ <a href="author.html#1270">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>