Whamcloud - gitweb
- move the peter branch changes to the head
[fs/lustre-release.git] / lustre / tests / llsetup.sh
1 #!/bin/sh -vx
2
3 SRCDIR="`dirname $0`/"
4 [ -f $SRCDIR/common.sh ] || SRCDIR="/lib/lustre"
5
6 . $SRCDIR/common.sh
7
8 setup_opts "$@"
9
10 setup_portals || exit $?
11 setup_lustre || exit $?
12 setup_ldlm || exit $?
13
14 setup_server new_fs || exit $?
15 setup_client || exit $?