public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - dlm_controld/gfs_controld: default to no plock rate limit
@ 2009-03-11 19:44 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-03-11 19:44 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=4fc740093e8b51d5a12c7110ac49ea99a880156f
Commit:        4fc740093e8b51d5a12c7110ac49ea99a880156f
Parent:        aeff14bfb40393fe83b0f6f76d87809f37e33bcb
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Mar 11 14:37:08 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Mar 11 14:40:47 2009 -0500

dlm_controld/gfs_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 <teigland@redhat.com>
---
 group/dlm_controld/config.h |    2 +-
 group/gfs_controld/config.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/group/dlm_controld/config.h b/group/dlm_controld/config.h
index 9168bba..7e4fdb1 100644
--- a/group/dlm_controld/config.h
+++ b/group/dlm_controld/config.h
@@ -11,7 +11,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
diff --git a/group/gfs_controld/config.h b/group/gfs_controld/config.h
index ee0b3b6..d4fed6e 100644
--- a/group/gfs_controld/config.h
+++ b/group/gfs_controld/config.h
@@ -6,7 +6,7 @@
 #define DEFAULT_ENABLE_WITHDRAW 1
 #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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-11 19:44 cluster: STABLE3 - dlm_controld/gfs_controld: default to no plock rate limit David Teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).