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:
05191de
)
Branch b1_8_gate
author
huanghua
<huanghua>
Tue, 26 Aug 2008 03:59:33 +0000
(
03:59
+0000)
committer
huanghua
<huanghua>
Tue, 26 Aug 2008 03:59:33 +0000
(
03:59
+0000)
b=16699
i=adilger
i=grev
skip test_43 for non 1.8 MDS
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
08aa931
..
1522c25
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-1643,6
+1643,13
@@
run_test 42 "invalid config param should not prevent client from mounting"
test_43() { #bug 15993
setup
+ VERSION_1_8=$(do_facet mds $LCTL get_param version | grep ^lustre.*1\.[78])
+ if [ -z "$VERSION_1_8" ]; then
+ skip "skipping test for non 1.8 MDS"
+ cleanup
+ return 0
+ fi
+
check_mount || return 2
testfile=$DIR/$tfile
lma="this-should-be-removed-after-remount-and-accessed"