insanity fixes for hardware
[ "$DAEMONFILE" ] && $LCTL debug_daemon start $DAEMONFILE $DAEMONSIZE
start mds $MDSLCONFARGS ${REFORMAT}
for node in $CLIENTS; do
- $PDSH $node lconf --node client_facet --ptldebug $PTLDEBUG --select mds_service=$ACTIVEMDS $XMLCONFIG
+ do_node $node lconf --node client_facet --ptldebug $PTLDEBUG --select mds_service=$ACTIVEMDS $XMLCONFIG
done
}
fail mds
fi
for node in $CLIENTS; do
- $PDSH $node lconf ${FORCE} --cleanup --node client_facet $XMLCONFIG
+ do_node $node lconf ${FORCE} --cleanup --node client_facet $XMLCONFIG || true
done
stop mds ${FORCE} $MDSLCONFARGS
# prepare for MDS failover
change_active mds
reboot_facet mds
+ wait_for mds
start mds
client_df
. $LUSTRE/tests/test-framework.sh
init_test_env $@
-set -xv
. ${CONFIG:=$LUSTRE/tests/cfg/local.sh}