From ca32f1810a5a4900acb202cf4ff2ecb94b99610a Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Tue, 16 Mar 2010 14:41:35 +0100 Subject: [PATCH] b=21815 tiny fix for 1.8<->2.0 interop testing i=grev --- lustre/tests/replay-single.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 91266df..d6ea71a 100644 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -2158,8 +2158,9 @@ test_85b() { #bug 16774 run_test 85b "check the cancellation of unused locks during recovery(EXTENT)" test_86() { + local dev=$(get_mds_mdt_device_proc_path) umount $MOUNT - do_facet mds lctl set_param mds.${FSNAME}-MDT*.exports.clear=0 + do_facet mds lctl set_param $dev.${FSNAME}-MDT*.exports.clear=0 fail mds } run_test 86 "umount server after clear nid_stats should not hit LBUG" -- 1.8.3.1