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:
b1eac86
)
fix paralel init for llog.
author
shadow
<shadow>
Fri, 5 Sep 2008 11:06:59 +0000
(11:06 +0000)
committer
shadow
<shadow>
Fri, 5 Sep 2008 11:06:59 +0000
(11:06 +0000)
make llog more smp safe.
don't write big array into journal.
fix return codes in llog_put_cat_list/llog_get_cat_list.
Branch b1_8_gate
b=16679
i=umka
i=adilger
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
e5ae7fb
..
22fae8d
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-1322,6
+1322,9
@@
test_33a() { # bug 12333, was test_33
cp /etc/hosts $MOUNT2/. || rc=3
echo "ok."
+ cp /etc/hosts $MOUNT2/ || rc=3
+ $LFS getstripe $MOUNT2/hosts
+
umount -d $MOUNT2
stop fs2ost -f
stop fs2mds -f