Wojciech Turek
2010-Mar-18 19:23 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
I am trying to compile lustre modules for Open suse 2.6.31 kernel Unfortunately make fails with following error /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit declaration of function ''blk_queue_hardsect_size'' make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/lustre-1.8.2'' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/lustre-1.8.2'' make: *** [all] Error 2 Any ideas? Wojciech -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100318/9bc5c28a/attachment.html
Andreas Dilger
2010-Mar-18 22:55 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
On 2010-03-18, at 13:23, Wojciech Turek wrote:> I am trying to compile lustre modules for Open suse 2.6.31 kernel > > Unfortunately make fails with following error > > /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' > /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit > declaration of function ''blk_queue_hardsect_size'' > make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 > make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 > make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 > make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 > make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' > make[2]: *** [modules] Error 2 > make[2]: Leaving directory `/usr/src/lustre-1.8.2'' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/lustre-1.8.2'' > make: *** [all] Error 2Please try the latest b1_8 Git repo and/or search bugzilla. I believe this is already fixed for 1.8.3, but it may still only be attached to a bug. Cheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc.
Wojciech Turek
2010-Mar-19 14:56 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
Thanks for a quick answer. I have tried to compile lustre from the b1_8 branch but build process failed at the same place, so I guess non of the patches made to the b1_8 tree yet. I have searched bugzilla but I didn''t find anything related to that particular problem. Do you maybe recall a BUG number? Best regards, Wojciech On 18 March 2010 22:55, Andreas Dilger <adilger at sun.com> wrote:> On 2010-03-18, at 13:23, Wojciech Turek wrote: > >> I am trying to compile lustre modules for Open suse 2.6.31 kernel >> >> Unfortunately make fails with following error >> >> /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' >> /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit >> declaration of function ''blk_queue_hardsect_size'' >> make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 >> make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 >> make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 >> make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 >> make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' >> make[2]: *** [modules] Error 2 >> make[2]: Leaving directory `/usr/src/lustre-1.8.2'' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/usr/src/lustre-1.8.2'' >> make: *** [all] Error 2 >> > > Please try the latest b1_8 Git repo and/or search bugzilla. I believe this > is already fixed for 1.8.3, but it may still only be attached to a bug. > > > Cheers, Andreas > -- > Andreas Dilger > Sr. Staff Engineer, Lustre Group > Sun Microsystems of Canada, Inc. > >-- -- Wojciech Turek Assistant System Manager High Performance Computing Service University of Cambridge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100319/ba0b3d29/attachment.html
Andreas Dilger
2010-Mar-20 05:46 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
On 2010-03-19, at 08:56, Wojciech Turek wrote:> Thanks for a quick answer. I have tried to compile lustre from the > b1_8 branch but build process failed at the same place, so I guess > non of the patches made to the b1_8 tree yet. I have searched > bugzilla but I didn''t find anything related to that particular > problem. Do you maybe recall a BUG number?Bug 21500. I found it by searching for blk_queue_hardsect_size in attachments, patches only, for bugs that changed in the last 120 days (to avoid searching very old bugs).> On 18 March 2010 22:55, Andreas Dilger <adilger at sun.com> wrote: > On 2010-03-18, at 13:23, Wojciech Turek wrote: > I am trying to compile lustre modules for Open suse 2.6.31 kernel > > Unfortunately make fails with following error > > /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' > /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit > declaration of function ''blk_queue_hardsect_size'' > make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 > make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 > make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 > make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 > make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' > make[2]: *** [modules] Error 2 > make[2]: Leaving directory `/usr/src/lustre-1.8.2'' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/lustre-1.8.2'' > make: *** [all] Error 2 > > Please try the latest b1_8 Git repo and/or search bugzilla. I > believe this is already fixed for 1.8.3, but it may still only be > attached to a bug. > > > Cheers, Andreas > -- > Andreas Dilger > Sr. Staff Engineer, Lustre Group > Sun Microsystems of Canada, Inc. > > > > > -- > -- > Wojciech Turek > > Assistant System Manager > > High Performance Computing Service > University of Cambridge > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discussCheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc.
Wojciech Turek
2010-Mar-22 07:40 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
Thanks Andreas, my mistake was not to search the attachments. Next time I won''t bother you. Again, many thanks. Cheers, Wojciech On 20 March 2010 05:46, Andreas Dilger <adilger at sun.com> wrote:> On 2010-03-19, at 08:56, Wojciech Turek wrote: > >> Thanks for a quick answer. I have tried to compile lustre from the b1_8 >> branch but build process failed at the same place, so I guess non of the >> patches made to the b1_8 tree yet. I have searched bugzilla but I didn''t >> find anything related to that particular problem. Do you maybe recall a BUG >> number? >> > > Bug 21500. I found it by searching for blk_queue_hardsect_size in > attachments, patches only, for bugs that changed in the last 120 days (to > avoid searching very old bugs). > > On 18 March 2010 22:55, Andreas Dilger <adilger at sun.com> wrote: >> On 2010-03-18, at 13:23, Wojciech Turek wrote: >> I am trying to compile lustre modules for Open suse 2.6.31 kernel >> >> Unfortunately make fails with following error >> >> /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' >> /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit >> declaration of function ''blk_queue_hardsect_size'' >> make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 >> make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 >> make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 >> make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 >> make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' >> make[2]: *** [modules] Error 2 >> make[2]: Leaving directory `/usr/src/lustre-1.8.2'' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/usr/src/lustre-1.8.2'' >> make: *** [all] Error 2 >> >> Please try the latest b1_8 Git repo and/or search bugzilla. I believe >> this is already fixed for 1.8.3, but it may still only be attached to a bug. >> >> >> Cheers, Andreas >> -- >> Andreas Dilger >> Sr. Staff Engineer, Lustre Group >> Sun Microsystems of Canada, Inc. >> >> >> >> >> -- >> -- >> Wojciech Turek >> >> Assistant System Manager >> >> High Performance Computing Service >> University of Cambridge >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss at lists.lustre.org >> http://lists.lustre.org/mailman/listinfo/lustre-discuss >> > > > Cheers, Andreas > -- > Andreas Dilger > Sr. Staff Engineer, Lustre Group > Sun Microsystems of Canada, Inc. > >-- -- Wojciech Turek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100322/328219f7/attachment.html
Wojciech Turek
2010-Mar-22 18:39 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
FYI I have working OpenSUSE Lustre patchless client using kernel 2.6.31.12-0.1-xen and lustre-1.8.2 source. I used info from bug 21500 and http://www.mail-archive.com/lustre-discuss at lists.lustre.org/msg05655.html On 22 March 2010 07:40, Wojciech Turek <wjt27 at cam.ac.uk> wrote:> Thanks Andreas, my mistake was not to search the attachments. Next time I > won''t bother you. Again, many thanks. > > Cheers, > > Wojciech > > > On 20 March 2010 05:46, Andreas Dilger <adilger at sun.com> wrote: > >> On 2010-03-19, at 08:56, Wojciech Turek wrote: >> >>> Thanks for a quick answer. I have tried to compile lustre from the b1_8 >>> branch but build process failed at the same place, so I guess non of the >>> patches made to the b1_8 tree yet. I have searched bugzilla but I didn''t >>> find anything related to that particular problem. Do you maybe recall a BUG >>> number? >>> >> >> Bug 21500. I found it by searching for blk_queue_hardsect_size in >> attachments, patches only, for bugs that changed in the last 120 days (to >> avoid searching very old bugs). >> >> On 18 March 2010 22:55, Andreas Dilger <adilger at sun.com> wrote: >>> On 2010-03-18, at 13:23, Wojciech Turek wrote: >>> I am trying to compile lustre modules for Open suse 2.6.31 kernel >>> >>> Unfortunately make fails with following error >>> >>> /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' >>> /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit >>> declaration of function ''blk_queue_hardsect_size'' >>> make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 >>> make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 >>> make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 >>> make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 >>> make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' >>> make[2]: *** [modules] Error 2 >>> make[2]: Leaving directory `/usr/src/lustre-1.8.2'' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/usr/src/lustre-1.8.2'' >>> make: *** [all] Error 2 >>> >>> Please try the latest b1_8 Git repo and/or search bugzilla. I believe >>> this is already fixed for 1.8.3, but it may still only be attached to a bug. >>> >>> >>> Cheers, Andreas >>> -- >>> Andreas Dilger >>> Sr. Staff Engineer, Lustre Group >>> Sun Microsystems of Canada, Inc. >>> >>> >>> >>> >>> -- >>> -- >>> Wojciech Turek >>> >>> Assistant System Manager >>> >>> High Performance Computing Service >>> University of Cambridge >>> _______________________________________________ >>> Lustre-discuss mailing list >>> Lustre-discuss at lists.lustre.org >>> http://lists.lustre.org/mailman/listinfo/lustre-discuss >>> >> >> >> Cheers, Andreas >> -- >> Andreas Dilger >> Sr. Staff Engineer, Lustre Group >> Sun Microsystems of Canada, Inc. >> >> > > > -- > -- > Wojciech Turek > > >-- -- Wojciech Turek Assistant System Manager High Performance Computing Service University of Cambridge Email: wjt27 at cam.ac.uk Tel: (+)44 1223 763517 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20100322/8dd72ddd/attachment.html
Andreas Dilger
2010-Mar-25 22:16 UTC
[Lustre-discuss] lustre 1.8.2 patchless client on suse 2.6.31 kernel
On 2010-03-22, at 12:39, Wojciech Turek wrote:> FYI I have working OpenSUSE Lustre patchless client using kernel > 2.6.31.12-0.1-xen and lustre-1.8.2 source. I used info from bug > 21500 and http://www.mail-archive.com/lustre-discuss at lists.lustre.org/msg05655.htmlNote that the 2.6.31 kernel patches just landed in b1_8 Git, so please give that a test> On 22 March 2010 07:40, Wojciech Turek <wjt27 at cam.ac.uk> wrote: >> Thanks Andreas, my mistake was not to search the attachments. Next >> time I >> won''t bother you. Again, many thanks. >> >> Cheers, >> >> Wojciech > > > On 20 March 2010 05:46, Andreas Dilger <adilger at sun.com> wrote: > On 2010-03-19, at 08:56, Wojciech Turek wrote: > Thanks for a quick answer. I have tried to compile lustre from the > b1_8 branch but build process failed at the same place, so I guess > non of the patches made to the b1_8 tree yet. I have searched > bugzilla but I didn''t find anything related to that particular > problem. Do you maybe recall a BUG number? > > Bug 21500. I found it by searching for blk_queue_hardsect_size in > attachments, patches only, for bugs that changed in the last 120 > days (to avoid searching very old bugs). > > On 18 March 2010 22:55, Andreas Dilger <adilger at sun.com> wrote: > On 2010-03-18, at 13:23, Wojciech Turek wrote: > I am trying to compile lustre modules for Open suse 2.6.31 kernel > > Unfortunately make fails with following error > > /usr/src/lustre-1.8.2/lustre/llite/lloop.c: In function ''loop_set_fd'' > /usr/src/lustre-1.8.2/lustre/llite/lloop.c:506: error: implicit > declaration of function ''blk_queue_hardsect_size'' > make[6]: *** [/usr/src/lustre-1.8.2/lustre/llite/lloop.o] Error 1 > make[5]: *** [/usr/src/lustre-1.8.2/lustre/llite] Error 2 > make[4]: *** [/usr/src/lustre-1.8.2/lustre] Error 2 > make[3]: *** [_module_/usr/src/lustre-1.8.2] Error 2 > make[3]: Leaving directory `/usr/src/linux-2.6.31.12-0.1'' > make[2]: *** [modules] Error 2 > make[2]: Leaving directory `/usr/src/lustre-1.8.2'' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/lustre-1.8.2'' > make: *** [all] Error 2 > > Please try the latest b1_8 Git repo and/or search bugzilla. I > believe this is already fixed for 1.8.3, but it may still only be > attached to a bug. > > > Cheers, Andreas > -- > Andreas Dilger > Sr. Staff Engineer, Lustre Group > Sun Microsystems of Canada, Inc. > > > > > -- > -- > Wojciech Turek > > Assistant System Manager > > High Performance Computing Service > University of Cambridge > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss > > > Cheers, Andreas > -- > Andreas Dilger > Sr. Staff Engineer, Lustre Group > Sun Microsystems of Canada, Inc. > > > > > -- > -- > Wojciech Turek > > > > > > -- > -- > Wojciech Turek > > Assistant System Manager > > High Performance Computing Service > University of Cambridge > Email: wjt27 at cam.ac.uk > Tel: (+)44 1223 763517 > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discussCheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc.