public inbox for cluster-cvs@sourceware.org help / color / mirror / Atom feed
From: David Teigland <teigland@fedoraproject.org> To: cluster-cvs-relay@redhat.com Subject: cluster: STABLE3 - dlm_controld/gfs_controld: default to no plock rate limit Date: Wed, 11 Mar 2009 19:44:00 -0000 [thread overview] Message-ID: <20090311194413.0B8B612033E@lists.fedorahosted.org> (raw) 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
reply other threads:[~2009-03-11 19:44 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20090311194413.0B8B612033E@lists.fedorahosted.org \ --to=teigland@fedoraproject.org \ --cc=cluster-cvs-relay@redhat.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).