<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03:42 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-94] llite_lloop should not be part of the client build</title>
                <link>https://jira.whamcloud.com/browse/LU-94</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;llite_lloop should really not be part of the client build, since (as far as I know) it is only used by servers.  Lets move it to the server build, and make it so that &quot;--disable-server&quot; does NOT build llite_lloop.&lt;/p&gt;

&lt;p&gt;I have an added impetus for doing this because llite_lloop does not build on systems with 64k pages, such as RHEL6 on ppc64.  But that is a story for another bug.&lt;/p&gt;

&lt;p&gt;I made a patch and submitted to gerrit:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/#change,261&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,261&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but the build breaks for Debian systems.  I&apos;m not clear on why that is.  If someone could look at the debian build, that would be great.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10391">LU-94</key>
            <summary>llite_lloop should not be part of the client build</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="brian">Brian Murrell</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Feb 2011 18:07:39 +0000</created>
                <updated>Mon, 14 Mar 2011 10:03:42 +0000</updated>
                            <resolved>Mon, 14 Mar 2011 10:03:42 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="10726" author="jay" created="Wed, 23 Feb 2011 18:21:38 +0000"  >&lt;p&gt;Maybe I missed something here, but lloop really depends on llite.ko so it must be working at client side.&lt;/p&gt;</comment>
                            <comment id="10728" author="green" created="Wed, 23 Feb 2011 18:39:44 +0000"  >&lt;p&gt;Indeed.&lt;br/&gt;
lloop is a client-side code. The primary goal initially was to allow clients to swap to Lustre.&lt;br/&gt;
It&apos;s not used on servers at all.&lt;/p&gt;</comment>
                            <comment id="10729" author="adilger" created="Wed, 23 Feb 2011 20:03:45 +0000"  >&lt;p&gt;Chris, the lloop driver allows Lustre files/objects to be efficiently exported as block devices on the client, similiar in nature to ZFS ZVOL devices.  It was also the basis for swapping on Lustre clients, since it avoided many of the complexities of swap files an normal loop drivers. &lt;/p&gt;

&lt;p&gt;Unfortunately, there was no funding to complete this work, and it had fallen somewhat into disrepair, since it borrowed heavily from the original loop device and depends on the block driver API. &lt;/p&gt;

&lt;p&gt;I&apos;d really prefer someone to fix up the biology of this device (and ideally make it a first-class supported feature) but there are a lot of other priorities these days.&lt;/p&gt;</comment>
                            <comment id="10735" author="brian" created="Thu, 24 Feb 2011 06:50:43 +0000"  >&lt;p&gt;I guess it&apos;s moot now, but it looks like the Debian (Ubuntu in fact) build is failing because the &quot;SERVER_TRUE&quot; guard is not working for some reason.  You can see that in llite, there is still a dependency on llite_lloop.ko for some reason:&lt;/p&gt;

&lt;p&gt;Making all in llite&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: Entering directory `/var/lib/hudson/workspace/reviews-ubuntu/BUILD/lustre-2.0.59/debian/tmp/modules-deb/usr_src/modules/lustre/lustre/llite&apos;&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** No rule to make target `llite_lloop.ko&apos;, needed by `all-am&apos;.  Stop.&lt;/p&gt;</comment>
                            <comment id="10737" author="morrone" created="Thu, 24 Feb 2011 09:13:00 +0000"  >&lt;p&gt;Ah, whoops!  I clearly made a bad assumption about what llite_lloop was.  Is there a way to change issue titles in jira, like with bugzilla?  I am not seeing it...&lt;/p&gt;

&lt;p&gt;So I either still need an option to avoid building llite_lloop.ko, or it needs to be fixed to work with &amp;gt;=64k pages.  Assuming that the latter will be hard, I&apos;ll fix up my patch to trigger off of page size (and maybe a new llite_lloop configure option).&lt;/p&gt;</comment>
                            <comment id="10743" author="morrone" created="Thu, 24 Feb 2011 18:53:53 +0000"  >&lt;p&gt;I made the build of llite_lloop.ko conditional based on kernel configured page size:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/266&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/266&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It builds under RHEL6 on PPC64 (skips llite_lloop.ko), and under RHEL6 x86_64 (includes llite_lloop.ko) for me.  But the build is failing under Whamcloud&apos;s Hudson/Jenkins for all platforms.  I have no idea why.&lt;/p&gt;

&lt;p&gt;I was using these lustre configure parameters:&lt;/p&gt;

&lt;p&gt; --disable-server --disable-quilt --disable-liblustre --disable-docs --disable-snmp --enable-panic_dumplog --disable-tests&lt;/p&gt;

&lt;p&gt;I wasn&apos;t able to find what configure options you guys are using for the patchless-centos5 build, but I assume that --disable-server is in there, and I wouldn&apos;t think that the others would matter...&lt;/p&gt;

&lt;p&gt;If you could get me the configure options and perhaps the contents of lustre/llite/Makefile after the configure step, that might help me narrow down the problem.&lt;/p&gt;

&lt;p&gt;Is it possible that old configure files are left over from previous builds?  Maybe the Jenkins setup needs a &quot;git clean -xfd&quot; in there somewhere?&lt;/p&gt;</comment>
                            <comment id="10744" author="niu" created="Thu, 24 Feb 2011 19:25:24 +0000"  >&lt;p&gt;Hi, Peter&lt;/p&gt;

&lt;p&gt;I think for the short term solution, disable lloop build for large page size system is enough, I think we&apos;d better reassign this bug to some build expert.&lt;/p&gt;

&lt;p&gt;For the long term solution, as Andreas said, it needs heavy changes in lloop to make it support large page size, and we can continue the discussion in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-96&quot; title=&quot;llite_loop.ko does not support &amp;gt;= 64k pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-96&quot;&gt;&lt;del&gt;LU-96&lt;/del&gt;&lt;/a&gt;. (Xiong has made some initial investigation on it)&lt;/p&gt;</comment>
                            <comment id="10774" author="pjones" created="Mon, 28 Feb 2011 06:36:58 +0000"  >&lt;p&gt;ok, thanks Niu. &lt;/p&gt;

&lt;p&gt;Brian, are you able to handle the build changes outlined?&lt;/p&gt;

&lt;p&gt;Chris, it looks like the ticket title can be altered using the Edit tab. If you are not able to do this then let me know the changes that you want to make and I can take care of it for you.&lt;/p&gt;</comment>
                            <comment id="10777" author="brian" created="Mon, 28 Feb 2011 07:59:22 +0000"  >&lt;p&gt;Chris, you can see what the build process for a Jenkins job is by configuring on the Configure link for the job.  i.e.: &lt;a href=&quot;http://build.whamcloud.com/job/reviews-patchless-centos5/configure&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/reviews-patchless-centos5/configure&lt;/a&gt;, but it&apos;s entirely possible that we have ACL&apos;d that.  In any case, for the reviews-patchless-centos5 job for example, we first configure with:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;./configure --disable-modules&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;and then create a tarball with:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;make dist&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;and then use lbuild to build the packages:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;build/lbuild --ccache --patchless --kerneltree=$bld/kerneltree --kernelrpm=$bld/kernelrpm --reusebuild=$bld/reusebuild --tag=foo --target=2.6-rhel5 --target-archs=x86_64 --distro=rhel5 --lustre=../lustre-$ver.tar.gz&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The actual build work can be seen in the rpm spec&apos;s %build scriptlet which can be found in the console log (&lt;a href=&quot;http://build.whamcloud.com/job/reviews-patchless-centos5/62/console):&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/reviews-patchless-centos5/62/console):&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;Executing(%build): /bin/sh -e /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/tmp/rpm-tmp.12226
...
+ eval ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-linux=/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64 --with-linux-obj=/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64 --disable-server --enable-liblustre --enable-liblustre-tests --with-release=2.6.18_194.17.1.el5_g69f43da --enable-tests --enable-liblustre-tests
++ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-linux=/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64 --with-linux-obj=/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64 --disable-server --enable-liblustre --enable-liblustre-tests --with-release=2.6.18_194.17.1.el5_g69f43da --enable-tests --enable-liblustre-tests
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So ultimately you can see that the configure args are:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt; --with-linux=.../2.6.18-194.17.1.el5-x86_64 --with-linux-obj=.../2.6.18-194.17.1.el5-x86_64 --disable-server --enable-liblustre --enable-liblustre-tests --with-release=2.6.18_194.17.1.el5_g69f43da --enable-tests --enable-liblustre-tests
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;once we strip out the extraneous args that rpmbuild adds.&lt;/p&gt;

&lt;p&gt;As for the lustre/llite/Makefile contents, in the dir where the initial configure is run (i.e. in prep for &lt;tt&gt;make dist&lt;/tt&gt;) that file has:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;MODULES := lustre
#MODULES += llite_lloop
lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
lustre-objs += xattr.o remote_perm.o llite_rmtacl.o llite_capa.o
lustre-objs += rw26.o super25.o statahead.o
lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o
lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o

#llite_lloop-objs := lloop.o

EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
EXTRA_DIST += $(llite_lloop-objs:.o=.c)
EXTRA_DIST += vvp_internal.h

include /build/hudson/workspace/reviews-patchless-centos5/Rules
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;However in the directory where that rpbuild is working (i.e. &lt;tt&gt;&quot;%_topdir/BUILD/lustre-2.0.59/lustre/llite&lt;/tt&gt;) the Makefile is:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;MODULES := lustre
MODULES += llite_lloop
lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
lustre-objs += xattr.o remote_perm.o llite_rmtacl.o llite_capa.o
lustre-objs += rw26.o super25.o statahead.o
lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o
lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o

llite_lloop-objs := lloop.o

EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
EXTRA_DIST += $(llite_lloop-objs:.o=.c)
EXTRA_DIST += vvp_internal.h

include /build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/Rules
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The Makefile.in in that same dir is:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;MODULES := lustre
@LLITE_LLOOP_TRUE@MODULES += llite_lloop
lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
lustre-objs += xattr.o remote_perm.o llite_rmtacl.o llite_capa.o
lustre-objs += rw26.o super25.o statahead.o
lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o
lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o

@LLITE_LLOOP_TRUE@llite_lloop-objs := lloop.o

EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
EXTRA_DIST += $(llite_lloop-objs:.o=.c)
EXTRA_DIST += vvp_internal.h

@INCLUDE_RULES@
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So your new code is being included in the &lt;tt&gt;make dist&lt;/tt&gt; tarball.&lt;/p&gt;

&lt;p&gt;I do notice in the configure output in the %build scriptlet reports:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;checking whether to enable llite_lloop module... yes&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;So somehow the test is failing to operate properly in that build environment.  The &lt;tt&gt;config.log&lt;/tt&gt; for that test reports:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;configure:9283: checking whether to enable llite_lloop module
configure:9308: cp conftest.c build &amp;amp;&amp;amp; make -d modules  CC=gcc -f /build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/build/Makefile LUSTRE_LINUX_CONFIG=/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/.config LINUXINCLUDE= -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/arch/x86/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64/include2 -include include/linux/autoconf.h -o tmp_include_depends -o scripts -o include/config/MARKER -C /build/hudson/workspace/reviews-patchless-centos5/BUILD/reused/usr/src/kernels/2.6.18-194.17.1.el5-x86_64 EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/libcfs/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/lnet/include -I/build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/lustre/include  M=/build/hudson/workspace/reviews-patchless-centos5/BUILD/BUILD/lustre-2.0.59/build
configure:9311: $? = 0
configure:9313: test -s build/conftest.o
configure:9316: $? = 0
configure:9320: result: yes
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&apos;m really not sure why though.  Maybe you can add some diagnostics to your test to display why it&apos;s finding the results it is.&lt;/p&gt;</comment>
                            <comment id="10779" author="morrone" created="Mon, 28 Feb 2011 10:35:10 +0000"  >&lt;p&gt;Which patch are you looking at?  I closed the original patch and replaced it with:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/266&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/266&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This patch detects if page size is &amp;gt;=64k and then disables llite_loop.ko.  As far as I know, all of your systems are 4k, so llite_loop.ko SHOULD be enabled.  The build fails on your systems, but works fine under RHEL6.&lt;/p&gt;</comment>
                            <comment id="10780" author="morrone" created="Mon, 28 Feb 2011 10:37:48 +0000"  >&lt;p&gt;Oh, and I get &quot;Access Denied&quot; when I try to look at the configuration that you pointed me to.  After creating the 4th or 5th account at *.whamcloud.com...&lt;/p&gt;</comment>
                            <comment id="10781" author="morrone" created="Mon, 28 Feb 2011 11:16:12 +0000"  >&lt;p&gt;Peter, I don&apos;t think that there is an Edit tab in my view.  I can only edit comments (my own) as far as I can tell.&lt;/p&gt;</comment>
                            <comment id="10782" author="pjones" created="Mon, 28 Feb 2011 11:48:54 +0000"  >&lt;p&gt;ok Chris, let me know what you want to change the title to and I will take care of it&lt;/p&gt;</comment>
                            <comment id="10816" author="brian" created="Tue, 1 Mar 2011 10:49:57 +0000"  >&lt;p&gt;I am indeed looking at &lt;a href=&quot;http://review.whamcloud.com/266&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/266&lt;/a&gt;.  I would agree that the patch does look like it&apos;s supposed to detect the page size but clearly, it&apos;s failing for some reason.  Can you make the test more deterministic, like have the test program actually print the page size and then interpret the output from the program?  The problem with a test based on a compile pass/fail is that it can be tripped up environmental problems which cause the program to fail to compile for unrelated issues.&lt;/p&gt;</comment>
                            <comment id="10817" author="morrone" created="Tue, 1 Mar 2011 11:21:44 +0000"  >&lt;p&gt;Maybe I misunderstand, but you seem to be claiming that this is incorrect:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;checking whether to enable llite_lloop module... yes
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But that is exactly correct.  You are building on x86_64 systems where the kernel page size is almost certainly 4k, so llite_lloop.ko should indeed be built.  The check is working.&lt;/p&gt;

&lt;p&gt;I think we really need to see more of the build procedure in the Jenkins log.  Why isn&apos;t that initial &quot;./configure --disable-modules&quot; logged?&lt;/p&gt;

&lt;p&gt;It would also be great to change this:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;  /bin/bash /tmp/hudson1869624119457289468.sh
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;to this:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;  /bin/bash -x /tmp/hudson1869624119457289468.sh
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;  

&lt;p&gt;so we can all see what commands it is running.&lt;/p&gt;

&lt;p&gt;My guess at this point is that the &quot;./configure --disable-modules&quot; is to blame, since the later check is clearly working fine.  I suspect the test is failing because there is no path to a kernel specified, so it can&apos;t include the kernel header.&lt;/p&gt;

&lt;p&gt;I probably need another check to always enable llite_lloop.ko when no kernel source is available just to get everything into the dist.&lt;/p&gt;</comment>
                            <comment id="10823" author="morrone" created="Tue, 1 Mar 2011 17:12:30 +0000"  >&lt;p&gt;Fixed!  Although this was basically what I did in the Makefile.in for &lt;a href=&quot;http://review.whamcloud.com/261&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/261&lt;/a&gt;, and that failed on ubuntu.&lt;/p&gt;

&lt;p&gt;But it works now, so I&apos;m not going to touch it.&lt;/p&gt;</comment>
                            <comment id="10835" author="brian" created="Wed, 2 Mar 2011 05:25:39 +0000"  >&lt;p&gt;Ahh.  Glad you figured it out.&lt;/p&gt;</comment>
                            <comment id="10927" author="brian" created="Mon, 7 Mar 2011 09:39:24 +0000"  >&lt;p&gt;Chris,&lt;/p&gt;

&lt;p&gt;I was going to reassign this back to you to carry through to landing since this is your patch and the build issues are resolved but it seems I cannot.  You are not on the list of people I can assign to.  If you think this is in error, please don&apos;t hesitate to let me know.  If not, perhaps the easiest thing is for you to just take the issue back.&lt;/p&gt;</comment>
                            <comment id="10936" author="morrone" created="Mon, 7 Mar 2011 18:35:32 +0000"  >&lt;p&gt;So who do we ask to review &lt;a href=&quot;http://review.whamcloud.com/266?&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/266?&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10944" author="brian" created="Tue, 8 Mar 2011 04:08:14 +0000"  >&lt;blockquote&gt;
&lt;p&gt;So who do we ask to review &lt;a href=&quot;http://review.whamcloud.com/266?&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/266?&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Anyone you want.  I&apos;ve added a review, but as I mentioned, it would be good to get somebody who understands why the module is not working on the given architectures to review also.  Perhaps Andreas.&lt;/p&gt;</comment>
                            <comment id="11056" author="pjones" created="Mon, 14 Mar 2011 10:03:42 +0000"  >&lt;p&gt;It looks like this is all landed. Please reopen if there is anything further needed&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzw2av:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10455</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>