cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Andrew Price <anprice@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 2/2] mkfs.gfs2: Revert default resource group size
Date: Thu, 13 Nov 2014 14:19:34 +0000	[thread overview]
Message-ID: <1415888374-23564-2-git-send-email-anprice@redhat.com> (raw)
In-Reply-To: <1415888374-23564-1-git-send-email-anprice@redhat.com>

Choose a more performant resource group size than the maximum by default
until gfs2 is more tuned for the larger number of bitmap blocks required
for 2GB resource groups.

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 gfs2/mkfs/main_mkfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfs2/mkfs/main_mkfs.c b/gfs2/mkfs/main_mkfs.c
index b6353dd..2590ec8 100644
--- a/gfs2/mkfs/main_mkfs.c
+++ b/gfs2/mkfs/main_mkfs.c
@@ -147,7 +147,7 @@ static void opts_init(struct mkfs_opts *opts)
 	opts->bsize = GFS2_DEFAULT_BSIZE;
 	opts->jsize = GFS2_DEFAULT_JSIZE;
 	opts->qcsize = GFS2_DEFAULT_QCSIZE;
-	opts->rgsize = GFS2_MAX_RGSIZE;
+	opts->rgsize = GFS2_DEFAULT_RGSIZE;
 	opts->lockproto = "lock_dlm";
 	opts->locktable = "";
 	opts->confirm = 1;
-- 
1.9.3



  reply	other threads:[~2014-11-13 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13 14:19 [Cluster-devel] [PATCH 1/2] fsck.gfs2: Improve reporting of pass timings Andrew Price
2014-11-13 14:19 ` Andrew Price [this message]
2014-11-14 16:45   ` [Cluster-devel] [PATCH 2/2] mkfs.gfs2: Revert default resource group size Bob Peterson
2014-11-14 16:44 ` [Cluster-devel] [PATCH 1/2] fsck.gfs2: Improve reporting of pass timings Bob Peterson

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=1415888374-23564-2-git-send-email-anprice@redhat.com \
    --to=anprice@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: link
Be 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 NNTP newsgroup(s).