From a226a3932f273daa22f5c390f5eb826304327201 Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 5 Sep 2008 11:06:59 +0000 Subject: [PATCH] fix paralel init for llog. 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e5ae7fb..22fae8d 100644 --- 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 -- 1.8.3.1