1 . $LUSTRE/tests/cfg/local.sh
3 CLIENT1=${CLIENT1:-`hostname`}
5 RCLIENTS=${RCLIENTS:-""}
9 [ -n "$RCLIENTS" -a "$PDSH" = "no_dsh" ] && \
10 error "tests for remote clients $RCLIENTS needs pdsh != do_dsh " || true
12 [ -n "$FUNCTIONS" ] && . $FUNCTIONS || true
14 # for recovery scale tests
15 # default boulder cluster iozone location
16 export PATH=/opt/iozone/bin:$PATH
17 SHARED_DIRECTORY=${SHARED_DIRECTORY:-""} # bug 17839 comment 65
18 LOADS="dd tar dbench iozone"