5 LUSTRE=${LUSTRE:-$(dirname $0)/..}
6 . $LUSTRE/tests/test-framework.sh
10 ALWAYS_EXCEPT="$SGPDD_SURVEY_EXCEPT"
13 # QE uses the following parameters:
14 # size=128 crghi=16 thrhi=32
19 [ "$SLOW" = no ] && { crghi=2; thrhi=2; }
21 if [ "$SGPDD_YES" != "yes" -o "$REFORMAT" != "yes" ]; then
22 skip_env "$0 reformats all devices, set SGPDD_YES=yes REFORMAT=yes"
34 local params="size=$size crghi=$crghi thrhi=$thrhi"
35 do_rpc_nodes $host run_sgpdd $devs "$params"
43 for facet in ${facets//,/ }; do
44 local host=$(facet_host $facet)
45 local dev=${facet}_dev
46 local var=$(node_var_name ${host}_devs)
47 eval ${var}=$(expand_list ${!var} ${!dev})
48 facetshosts=$(expand_list $facetshosts $host)
51 for host in ${facetshosts//,/ }; do
52 var=$(node_var_name ${host}_devs)
53 echo "=== $facets === $host === ${!var} ==="
54 local scsidevs=${!var}
55 run_sgpdd_host $host ${scsidevs}
60 local mdss=$(get_facets MDS)
62 check_progs_installed $(facets_hosts $mdss) $SGPDDSURVEY sg_map ||
63 skip_env "SGPDDSURVEY=$SGPDDSURVEY or sg_map not found"
65 run_sgpdd_facets $mdss
67 run_test 1 "sgpdd-survey, mds, scsidevs"
70 local osts=$(get_facets OST)
72 check_progs_installed $(facets_hosts $osts) $SGPDDSURVEY sg_map ||
73 skip_env "SGPDDSURVEY=$SGPDDSURVEY or sg_map not found"
75 run_sgpdd_facets $osts
77 run_test 2 "sgpdd-survey, osts, scsidevs"