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:
ce30d5e
)
b=15747
author
grev
<grev>
Thu, 21 Aug 2008 11:43:52 +0000
(11:43 +0000)
committer
grev
<grev>
Thu, 21 Aug 2008 11:43:52 +0000
(11:43 +0000)
i=Tappro
test_24 and t-f client_reconnect fn fix
lustre/tests/recovery-small.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small.sh
b/lustre/tests/recovery-small.sh
index
a7eaa84
..
4cb9990
100755
(executable)
--- a/
lustre/tests/recovery-small.sh
+++ b/
lustre/tests/recovery-small.sh
@@
-591,8
+591,9
@@
test_23() { #b=4561
}
run_test 23 "client hang when close a file after mds crash"
-test_24() {
# bug 2248 - eviction fails writeback but app doesn't see it
+test_24() {
# bug 11710 details correct fsync() behavior
mkdir -p $DIR/$tdir
+ lfs setstripe $DIR/$tdir -s 0 -i 0 -c 1
cancel_lru_locks osc
multiop_bg_pause $DIR/$tdir/$tfile Owy_wyc || return 1
MULTI_PID=$!