From 6b099c6f5e1fbf6695d860ab99cc0e3be26e3972 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 1 Apr 2004 19:50:19 +0000 Subject: [PATCH] Change default stripe size based on ALC/ADEV testing. --- lustre/utils/lmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lmc b/lustre/utils/lmc index 98a56db..a341dd8 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -51,7 +51,7 @@ if not development_mode(): import Lustre DEFAULT_PORT = 988 -DEFAULT_STRIPE_SZ = 65536 +DEFAULT_STRIPE_SZ = 1048576 DEFAULT_STRIPE_CNT = 1 DEFAULT_STRIPE_PATTERN = 0 UUID_MAX_LENGTH = 31 -- 1.8.3.1