From cf8137a07b130baa24002409c6bc51575217d67a Mon Sep 17 00:00:00 2001 From: Li Wei Date: Wed, 6 Feb 2013 10:24:43 +0800 Subject: [PATCH] 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 --- lustre/tests/cfg/local.sh | 6 ------ 1 file changed, 6 deletions(-) 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} -- 1.8.3.1