Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0176f7c
)
b=21815 tiny fix for 1.8<->2.0 interop testing
author
Johann Lombardi
<johann@sun.com>
Tue, 16 Mar 2010 13:41:35 +0000
(14:41 +0100)
committer
Johann Lombardi
<johann@sun.com>
Tue, 16 Mar 2010 13:41:35 +0000
(14:41 +0100)
i=grev
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
91266df
..
d6ea71a
100644
(file)
--- 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"