From e37886493f63446de73e84204d9cf396ba34a247 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Tue, 25 May 2010 22:31:51 +0200 Subject: [PATCH] b=22509 increase default md stripe_cache_size to 16k i=adilger i=brian --- lustre/utils/mount_lustre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 28e6114..ceb1436 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -68,7 +68,7 @@ int nomtab = 0; int fake = 0; int force = 0; int retry = 0; -int md_stripe_cache_size = 2048; +int md_stripe_cache_size = 16384; char *progname = NULL; void usage(FILE *out) -- 1.8.3.1