Whamcloud - gitweb
b=22509 increase default md stripe_cache_size to 16k
authorMinh Diep <minh.diep@oracle.com>
Tue, 25 May 2010 20:31:51 +0000 (22:31 +0200)
committerRobert Read <robert.read@oracle.com>
Fri, 28 May 2010 17:36:55 +0000 (10:36 -0700)
i=adilger
i=brian

lustre/utils/mount_lustre.c

index 28e6114..ceb1436 100644 (file)
@@ -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)