Whamcloud - gitweb
current branches now use lnet from HEAD
[fs/lustre-release.git] / lustre / tests / upcall
1 #!/bin/bash
2
3 active_nid="uml3"
4 target_name=`echo $2 | sed 's/_.*//'`
5
6 config="$lustre_path/tests/failover.xml"
7 lustre_path="/r/home/umka/work/cfs/lustre"
8
9 if test "x$1" = "xFAILED_IMPORT"; then
10         $lustre_path/utils/lconf --recover --select $target_name=$active_nid --tgt_uuid $2 \
11         --client_uuid $3 --conn_uuid $4 $config
12 fi