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:
1550e30
)
- skip fld recovery test for lmv config.
author
yury
<yury>
Fri, 6 Oct 2006 08:42:08 +0000
(08:42 +0000)
committer
yury
<yury>
Fri, 6 Oct 2006 08:42:08 +0000
(08:42 +0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
9904e05
..
3935641
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-75,6
+75,11
@@
seq_get_width()
}
test_0c() {
+ if test $MDSCOUNT != 1; then
+ echo "Skipped, needs single mds config."
+ return 0
+ fi
+
replay_barrier $SINGLEMDS
local seq_width
@@
-84,7
+89,7
@@
test_0c() {
seq_width=`seq_get_width`
seq_set_width 1
- # make sure that fld has created atleast one new
+ # make sure that fld has created at
least one new
# entry on server
touch $DIR/$tfile || return 1
seq_set_width $seq_width