Whamcloud - gitweb
LU-1175 tests: use ofd by default instead of obdfilter
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Wed, 3 Oct 2012 19:30:58 +0000 (23:30 +0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 8 Oct 2012 07:34:20 +0000 (03:34 -0400)
commite0063a5db5289d1433476112410e942e036b76a4
tree1d37b1a8b84c624d58ea34c8130259dc1c0a50a4
parenta643e3860f5397f904cc3cc937134c3ac841d7db
LU-1175 tests: use ofd by default instead of obdfilter

Set USE_OFD=yes by default in order to start testing the ofd module in
preference to the obdfilter module.  Force LOAD_MODULES_REMOTE to be
set to avoid obdfilter being loaded by modprobe remotely on mount.

There was a bug in comma_list() appending a space to the list of
nodes, which caused do_rpc_nodes() to be unhappy when a nearly-empty
list of nodes was being passed by callers.  Rework this function, and
clean up other callers to just pass the nodes and let do_rpc_nodes()
detect this case and skip any remote execution.

Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I896c9c9b7216c418b635e893202810333d8ef871
Reviewed-on: http://review.whamcloud.com/4171
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <tappro@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
lustre/tests/cfg/local.sh
lustre/tests/test-framework.sh