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:
83a3028
)
- fix test53 to do real read of MDS data.
author
tappro
<tappro>
Tue, 26 Sep 2006 11:43:42 +0000
(11:43 +0000)
committer
tappro
<tappro>
Tue, 26 Sep 2006 11:43:42 +0000
(11:43 +0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
b4c2eae
..
efd57a3
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-2166,7
+2166,7
@@
test_52b() {
run_test 52b "immutable flag test (should return errors) ======="
test_53() {
- for i in `ls -d $LPROC/osc/*-osc 2> /dev/null` ; do
+ for i in `ls -d $LPROC/osc/*-osc
-MDT0000
2> /dev/null` ; do
ostname=`basename $i | cut -d - -f 1-2`
ost_last=`cat $LPROC/obdfilter/$ostname/last_id`
mds_last=`cat $i/prealloc_last_id`