Whamcloud - gitweb
This has a kernel patch for handle validation. All that is missing
[fs/lustre-release.git] / lustre / tests / llsetup.sh
1 #!/bin/sh
2
3 SRCDIR="`dirname $0`/"
4 . $SRCDIR/common.sh
5
6 setup_opts "$@"
7
8 setup_portals || exit $?
9 setup_lustre || exit $?
10 setup_ldlm || exit $?
11
12 setup_server new_fs || exit $?
13 setup_client || exit $?