From: Li Wei Date: Wed, 6 Feb 2013 02:24:43 +0000 (+0800) Subject: LU-2764 tests: Remove obsolete comment in local.sh X-Git-Tag: 2.3.61~17 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cf8137a07b130baa24002409c6bc51575217d67a;p=fs%2Flustre-release.git LU-2764 tests: Remove obsolete comment in local.sh The comment above LOAD_MODULES_REMOTE in local.sh was written for the special case of the 2.3 OSS stack and is no longer applicable to current master. Signed-off-by: Li Wei Change-Id: I75518e9cebfa717ccfb625e2786c8d191c6bddbc Reviewed-on: http://review.whamcloud.com/5277 Tested-by: Hudson Reviewed-by: Niu Yawei Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 9d63868..766875f 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -66,12 +66,6 @@ FSTYPE=${FSTYPE:-ldiskfs} LDISKFS_MKFS_OPTS=${LDISKFS_MKFS_OPTS:-} ZFS_MKFS_OPTS=${ZFS_MKFS_OPTS:-} -# -# If any OST is "remote" and the non-default implementation (e.g., -# current OFD) is desired, then make sure that either a) -# LOAD_MODULES_REMOTE is true or b) modprobe(8) is configured to -# blacklist the undesired (and aliased the other, if necessary). -# LOAD_MODULES_REMOTE=${LOAD_MODULES_REMOTE:-false} STRIPE_BYTES=${STRIPE_BYTES:-1048576}