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:
75b0fbc
)
Branch b1_8_gate
author
adilger
<adilger>
Sun, 24 Aug 2008 21:36:28 +0000
(21:36 +0000)
committer
adilger
<adilger>
Sun, 24 Aug 2008 21:36:28 +0000
(21:36 +0000)
Another typo
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
18f757a
..
f8405a6
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-3702,7
+3702,7
@@
test_101b() {
local FILE_LENGTH=$((STRIPE_SIZE*100))
local ITERATION=$((FILE_LENGTH/STRIDE_SIZE))
# prepare the read-ahead file
- setup_
test
101b
+ setup_101b
cancel_lru_locks osc
for BIDX in 2 4 8 16 32 64 128 256; do
local BSIZE=$((BIDX*4096))
@@
-3715,7
+3715,7
@@
test_101b() {
cancel_lru_locks osc
ra_check_101b $BSIZE
done
- cleanup_
test
101b
+ cleanup_101b
true
}
run_test 101b "check stride-io mode read-ahead ================="