Whamcloud - gitweb
LU-2764 tests: Remove obsolete comment in local.sh
authorLi Wei <wei.g.li@intel.com>
Wed, 6 Feb 2013 02:24:43 +0000 (10:24 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 8 Feb 2013 23:23:58 +0000 (18:23 -0500)
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 <wei.g.li@intel.com>
Change-Id: I75518e9cebfa717ccfb625e2786c8d191c6bddbc
Reviewed-on: http://review.whamcloud.com/5277
Tested-by: Hudson
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/tests/cfg/local.sh

index 9d63868..766875f 100644 (file)
@@ -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}