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>
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}