From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21698 invoked by alias); 11 Mar 2009 19:45:35 -0000 Received: (qmail 21511 invoked by alias); 11 Mar 2009 19:45:35 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion.fedora.phx.redhat.com Subject: dlm: master - dlm_controld: default to no plock rate limit To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: dlm.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 06f80dea1b729acea6cf1e061a5f7e8edd479de2 X-Git-Newrev: e439913942becf6820cb653246513131c34f6155 From: David Teigland Message-Id: <20090311194511.2D2D912033E@lists.fedorahosted.org> Date: Wed, 11 Mar 2009 19:45:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00744.txt.bz2 Gitweb: http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=e439913942becf6820cb653246513131c34f6155 Commit: e439913942becf6820cb653246513131c34f6155 Parent: 06f80dea1b729acea6cf1e061a5f7e8edd479de2 Author: David Teigland AuthorDate: Wed Mar 11 14:41:35 2009 -0500 Committer: David Teigland CommitterDate: Wed Mar 11 14:41:35 2009 -0500 dlm_controld: default to no plock rate limit With the latest corosync, very high plock traffic seems to have no negative impact, so we can disable the default rate limiting. It was added long ago when high cpg traffic would make openais unstable. Signed-off-by: David Teigland --- group/dlm_controld/config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/group/dlm_controld/config.h b/group/dlm_controld/config.h index ebadced..d67dce0 100644 --- a/group/dlm_controld/config.h +++ b/group/dlm_controld/config.h @@ -10,7 +10,7 @@ #define DEFAULT_ENABLE_DEADLK 0 #define DEFAULT_ENABLE_PLOCK 1 #define DEFAULT_PLOCK_DEBUG 0 -#define DEFAULT_PLOCK_RATE_LIMIT 100 +#define DEFAULT_PLOCK_RATE_LIMIT 0 #define DEFAULT_PLOCK_OWNERSHIP 1 #define DEFAULT_DROP_RESOURCES_TIME 10000 /* 10 sec */ #define DEFAULT_DROP_RESOURCES_COUNT 10