b=9858
remove all special mountconf test exceptions
# bug 2986 5494 7288
ALWAYS_EXCEPT="20b 24 27 $RECOVERY_SMALL_EXCEPT"
-# Tests that always fail with mountconf -- FIXME
-# 16 fails with 1, not evicted
-EXCEPT="$EXCEPT 16 18a 18b"
-
-
LUSTRE=${LUSTRE:-`dirname $0`/..}
. $LUSTRE/tests/test-framework.sh
init_test_env $@
}
mds_evict_client() {
- UUID=`cat /proc/fs/lustre/mdc/*_MNT_*/uuid`
+ UUID=`cat /proc/fs/lustre/mdc/*-mdc-*/uuid`
do_facet mds "echo $UUID > /proc/fs/lustre/mds/${mds_svc}/evict_client"
}
ost_evict_client() {
- UUID=`cat /proc/fs/lustre/osc/*_MNT_*/uuid | head -n 1`
+ UUID=`cat /proc/fs/lustre/osc/${ost1_svc}-osc-*/uuid`
do_facet ost1 "echo $UUID > /proc/fs/lustre/obdfilter/${ost1_svc}/evict_client"
}