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:
a838f62
)
b=17195
author
grev
<grev>
Fri, 13 Mar 2009 15:50:25 +0000
(15:50 +0000)
committer
grev
<grev>
Fri, 13 Mar 2009 15:50:25 +0000
(15:50 +0000)
i=Tappro
skip the tests if no delayed recovery
lustre/tests/large-scale.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/large-scale.sh
b/lustre/tests/large-scale.sh
index
580c95e
..
356ff57
100644
(file)
--- a/
lustre/tests/large-scale.sh
+++ b/
lustre/tests/large-scale.sh
@@
-71,6
+71,8
@@
delete_fake_exports () {
}
test_1b() {
+ delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; }
+
local FAKE_NUM
local NUM
@@
-104,6
+106,8
@@
fail_mds () {
}
test_1c() {
+ delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; }
+
zconf_mount_clients $CLIENTS $DIR
# sanity mds fail (to exclude the recults on fresh formatted fs)