From: shadow Date: Fri, 5 Sep 2008 11:06:59 +0000 (+0000) Subject: fix paralel init for llog. X-Git-Tag: v1_7_100~1^371 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a226a3932f273daa22f5c390f5eb826304327201;p=fs%2Flustre-release.git 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 --- 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