From: adilger Date: Thu, 1 Apr 2004 19:50:19 +0000 (+0000) Subject: Change default stripe size based on ALC/ADEV testing. X-Git-Tag: v1_8_0_110~486^6~28 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6b099c6f5e1fbf6695d860ab99cc0e3be26e3972;p=fs%2Flustre-release.git Change default stripe size based on ALC/ADEV testing. --- 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