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:
e4db346
)
b=21066 ost-pools test_14 should not assert that files are from a specific OST
author
Manoj Joseph
<Manoj.Joseph@Sun.COM>
Wed, 3 Mar 2010 22:32:21 +0000
(15:32 -0700)
committer
Johann Lombardi
<johann@sun.com>
Thu, 4 Mar 2010 13:02:05 +0000
(14:02 +0100)
Round-robin allocation test should not assert that files are allocated
in strict round-robin fashion.
i=nathan.rutman
i=grev
lustre/tests/ost-pools.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/ost-pools.sh
b/lustre/tests/ost-pools.sh
index
570abb5
..
8754980
100644
(file)
--- a/
lustre/tests/ost-pools.sh
+++ b/
lustre/tests/ost-pools.sh
@@
-797,7
+797,7
@@
test_14() {
# echo "Iteration: $i OST: $OST"
create_file $POOL_ROOT/dir1/file${i} $POOL 1
- check_file_in_
osts $POOL_ROOT/dir1/file${i} $OST
+ check_file_in_
pool $POOL_ROOT/dir1/file${i} $POOL
i=$((i+1))
done