Whamcloud - gitweb
2bd0618cc223a6480060197aea01d0fcb05af229
[fs/lustre-release.git] / lustre / tests / cfg / ncli.sh
1 . $LUSTRE/tests/cfg/local.sh
2
3 CLIENT1=${CLIENT1:-`hostname`}
4 SINGLECLIENT=$CLIENT1
5 RCLIENTS=${RCLIENTS:-""}
6
7 init_clients_lists
8
9 [ -n "$RCLIENTS" -a "$PDSH" = "no_dsh" ] && \
10                 error "tests for remote clients $RCLIENTS needs pdsh != do_dsh " || true
11
12 [ -n "$FUNCTIONS" ] && . $FUNCTIONS || true
13
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"
19 CLIENT_LOADS=($LOADS)