Lustre 1.4.8 is now available for download. The changelog can be read here: http://www.clusterfs.com/changelog.1.4.8.html Lustre is freely available for general download via the following link: http://www.clusterfs.com/download.html Thank you for your assistance; as always, you can report issues via Bugzilla (https://bugzilla.clusterfs.com/) or email (support at clusterfs.com). -- The Lustre Team --
Scott Atchley
2006-Dec-22 18:51 UTC
[Lustre-devel] Re: [Lustre-discuss] Lustre 1.4.8 released
On Dec 22, 2006, at 7:50 PM, Michael MacDonald wrote:> Lustre 1.4.8 is now available for download. > > The changelog can be read here: > > http://www.clusterfs.com/changelog.1.4.8.html > > Lustre is freely available for general download via the following > link: > > http://www.clusterfs.com/download.html > > Thank you for your assistance; as always, you can report issues via > Bugzilla (https://bugzilla.clusterfs.com/) or email > (support at clusterfs.com). > > -- The Lustre Team --Thanks for including MXLND! It is not mentioned in the changelog (I simply searched for MX and Myri). I have attached a patch for the README file that mentions that MX needs to be compiled with the optional kernel library support in order to support MXLND, adds more info about memory usages for various module parameters, and updates the performance info to match the data in the Lustre wiki. Thanks again, Scott -------------- next part -------------- A non-text attachment was scrubbed... Name: mxlnd_README_1.4.8.patch Type: application/octet-stream Size: 3388 bytes Desc: not available Url : http://mail.clusterfs.com/pipermail/lustre-devel/attachments/20061222/9e8efb8a/mxlnd_README_1.4.8.obj -------------- next part -------------- -- Scott Atchley Myricom Inc. http://www.myri.com
Jody McIntyre
2006-Dec-27 06:45 UTC
[Lustre-devel] Re: [Lustre-discuss] Lustre 1.4.8 released
Hi Scott, On Fri, Dec 22, 2006 at 08:51:23PM -0500, Scott Atchley wrote:> Thanks for including MXLND! It is not mentioned in the changelog (I > simply searched for MX and Myri).Likely not. LNET currently has its own changelog and we are working to make it as useful as the Lustre changelog (and we will merge the two for display on our website.) Hopefully these efforts will be visible as soon as 1.4.9. Cheers, Jody> > I have attached a patch for the README file that mentions that MX > needs to be compiled with the optional kernel library support in > order to support MXLND, adds more info about memory usages for > various module parameters, and updates the performance info to match > the data in the Lustre wiki. > > Thanks again, > > Scott >> > > -- > Scott Atchley > Myricom Inc. > http://www.myri.com > >> _______________________________________________ > Lustre-devel mailing list > Lustre-devel@clusterfs.com > https://mail.clusterfs.com/mailman/listinfo/lustre-devel--
Hi, Having a go with the 1.4.8 drop and wanted to note that ''autogen.sh'' is missing. Also the following sanity problems: - test 54a not run due to missing socketserver/socketclient scripts - test 60 not run due to missing run-llog.sh script - test 64b not run due to missing oos.sh script - test 66 fails sporadically (as in previous releases) sanity.sh: FAIL: test_66 /mnt/lustre/f66 blocks 0 < 8 - test 76 fails sporadically (as in previous releases) sanity.sh: FAIL: test_76 inode slab grew from 245 to 315 I am running on i386, x86_64, and ia64 under our modified RHEL 4 U3 kernel. Results are consistent across all three architectures. Jim On Fri, 22 Dec 2006, Michael MacDonald wrote:> Lustre 1.4.8 is now available for download. > > The changelog can be read here: > > http://www.clusterfs.com/changelog.1.4.8.html > > Lustre is freely available for general download via the following link: > > http://www.clusterfs.com/download.html > > Thank you for your assistance; as always, you can report issues via > Bugzilla (https://bugzilla.clusterfs.com/) or email > (support at clusterfs.com). > > -- The Lustre Team -- > > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss@clusterfs.com > https://mail.clusterfs.com/mailman/listinfo/lustre-discuss >
Two more failures while running sanity in a loop overnight: - test 55 jbd assertion failure (i386 and x86_64) kernel: Assertion failure in journal_commit_transaction() at fs/jbd/commit.c:810: "jh->b_next_transaction == ((void *)0)" - test 63b failure (ia64, but seen spradically on all archs in prev. release) test_63b locked page left in cache after async error Jim On Sat, 30 Dec 2006, Jim Garlick wrote:> Hi, > > Having a go with the 1.4.8 drop and wanted to note that ''autogen.sh'' > is missing. Also the following sanity problems: > > - test 54a not run due to missing socketserver/socketclient scripts > - test 60 not run due to missing run-llog.sh script > - test 64b not run due to missing oos.sh script > - test 66 fails sporadically (as in previous releases) > sanity.sh: FAIL: test_66 /mnt/lustre/f66 blocks 0 < 8 > - test 76 fails sporadically (as in previous releases) > sanity.sh: FAIL: test_76 inode slab grew from 245 to 315 > > I am running on i386, x86_64, and ia64 under our modified RHEL 4 U3 kernel. > Results are consistent across all three architectures. > > Jim > > On Fri, 22 Dec 2006, Michael MacDonald wrote: > >> Lustre 1.4.8 is now available for download. >> >> The changelog can be read here: >> >> http://www.clusterfs.com/changelog.1.4.8.html >> >> Lustre is freely available for general download via the following link: >> >> http://www.clusterfs.com/download.html >> >> Thank you for your assistance; as always, you can report issues via >> Bugzilla (https://bugzilla.clusterfs.com/) or email >> (support at clusterfs.com). >> >> -- The Lustre Team -- >> >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss@clusterfs.com >> https://mail.clusterfs.com/mailman/listinfo/lustre-discuss >> >
One more after running for a couple more days: - test 63 LBUG on ia64 LustreError: 25793:0:(client.c:744:ptlrpc_check_set()) @@@ bad phase ebc0de00 req@e0000002fdea6d00 x221463/t0 o4->OST_slt3_UUID@slt3_UUID:28 lens 328/288 ref 2 fl New:I/0/0 rc 0/0 LustreError: 25793:0:(client.c:745:ptlrpc_check_set()) LBUG Jim On Sun, 31 Dec 2006, Jim Garlick wrote:> Two more failures while running sanity in a loop overnight: > > - test 55 jbd assertion failure (i386 and x86_64) > kernel: Assertion failure in journal_commit_transaction() at > fs/jbd/commit.c:810: "jh->b_next_transaction == ((void *)0)" > - test 63b failure (ia64, but seen spradically on all archs in prev. > release) > test_63b locked page left in cache after async error > > Jim > > On Sat, 30 Dec 2006, Jim Garlick wrote: > >> Hi, >> >> Having a go with the 1.4.8 drop and wanted to note that ''autogen.sh'' >> is missing. Also the following sanity problems: >> >> - test 54a not run due to missing socketserver/socketclient scripts >> - test 60 not run due to missing run-llog.sh script >> - test 64b not run due to missing oos.sh script >> - test 66 fails sporadically (as in previous releases) >> sanity.sh: FAIL: test_66 /mnt/lustre/f66 blocks 0 < 8 >> - test 76 fails sporadically (as in previous releases) >> sanity.sh: FAIL: test_76 inode slab grew from 245 to 315 >> >> I am running on i386, x86_64, and ia64 under our modified RHEL 4 U3 kernel. >> Results are consistent across all three architectures. >> >> Jim >> >> On Fri, 22 Dec 2006, Michael MacDonald wrote: >> >>> Lustre 1.4.8 is now available for download. >>> >>> The changelog can be read here: >>> >>> http://www.clusterfs.com/changelog.1.4.8.html >>> >>> Lustre is freely available for general download via the following link: >>> >>> http://www.clusterfs.com/download.html >>> >>> Thank you for your assistance; as always, you can report issues via >>> Bugzilla (https://bugzilla.clusterfs.com/) or email >>> (support at clusterfs.com). >>> >>> -- The Lustre Team -- >>> >>> _______________________________________________ >>> Lustre-discuss mailing list >>> Lustre-discuss@clusterfs.com >>> https://mail.clusterfs.com/mailman/listinfo/lustre-discuss >>> >> > > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss@clusterfs.com > https://mail.clusterfs.com/mailman/listinfo/lustre-discuss >
Jim Garlick writes: > Two more failures while running sanity in a loop overnight: > > - test 55 jbd assertion failure (i386 and x86_64) > kernel: Assertion failure in journal_commit_transaction() at > fs/jbd/commit.c:810: "jh->b_next_transaction == ((void *)0)" This looks similar to: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158363 . this seems reproductible without lustre patches (although less easily) . this has been discussed and corrected upstream (2.6.18 or 19). . this may have been fixed with recent RHEL4U4 kernels (2.6.9.42.0.3.EL) I just retested it with 2.6.12+relevant patches/lustre 1.4.6.1 (IA64) and I do not observe it anymore with more than 1000 iterations. (previously observed with 2.6.12/1.4.6beta with ~5-10 iterations). -- Solofo.Ramangalahy@bull.net | Tel: +33 (0)4 76 29 72 48 Bull SAS, Linux R&D, HPC/CI/Lustre | Fax: +33 (0)4 76 61 52 52 1, Rue de Provence. BP208 | Office B1/386 38432 Echirolles Cedex, France | Mail Stop B1/167
Thanks very much for this reference - I will backport this patch https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=130424 to our U3-based kernel that is currently in production. Best regards, Jim On Thu, 4 Jan 2007 Solofo.Ramangalahy@bull.net wrote:> Jim Garlick writes: > > Two more failures while running sanity in a loop overnight: > > > > - test 55 jbd assertion failure (i386 and x86_64) > > kernel: Assertion failure in journal_commit_transaction() at > > fs/jbd/commit.c:810: "jh->b_next_transaction == ((void *)0)" > > > This looks similar to: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158363 > . this seems reproductible without lustre patches (although less easily) > . this has been discussed and corrected upstream (2.6.18 or 19). > . this may have been fixed with recent RHEL4U4 kernels (2.6.9.42.0.3.EL) > > I just retested it with 2.6.12+relevant patches/lustre 1.4.6.1 (IA64) > and I do not observe it anymore with more than 1000 iterations. > (previously observed with 2.6.12/1.4.6beta with ~5-10 iterations). > > -- > Solofo.Ramangalahy@bull.net | Tel: +33 (0)4 76 29 72 48 > Bull SAS, Linux R&D, HPC/CI/Lustre | Fax: +33 (0)4 76 61 52 52 > 1, Rue de Provence. BP208 | Office B1/386 > 38432 Echirolles Cedex, France | Mail Stop B1/167 >