<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:33:39 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-3407] Lustre lquota module built and installed with --disable-server</title>
                <link>https://jira.whamcloud.com/browse/LU-3407</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I built Lustre 2.4.0-RC2 client RPMs with:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;./configure --disable-server
make rpms
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Unfortunately, it isn&apos;t possible to automatically build client-only RPMs without &lt;tt&gt;--disable-server&lt;/tt&gt; because the build system incorrectly enables the ldiskfs support in &lt;tt&gt;mkfs_lustre.c&lt;/tt&gt;, but then doesn&apos;t build the &lt;tt&gt;mount_utils_ldiskfs.c&lt;/tt&gt; code that it depends on.  That is a topic for a separate bug.&lt;/p&gt;

&lt;p&gt;I was installing the resulting lustre-client RPMs on another system with the identical FC12 kernel and got the following warning:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;   1:lustre-client-modules  ########################################### [ 33%]
WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RQF_MDS_QUOTA_DQACQ
WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol quota_get_qdata
WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol quota_copy_qdata
WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RQF_OST_QUOTA_ADJUST_QUNIT
WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RMF_QUOTA_ADJUST_QUNIT
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The lquota.ko module should probably not be built or installed for a client-only RPM?&lt;/p&gt;</description>
                <environment>FC12 client node with 2.6.32.26-175.fc12.x86_6 (patchless) kernel</environment>
        <key id="19169">LU-3407</key>
            <summary>Lustre lquota module built and installed with --disable-server</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="5">Cannot Reproduce</resolution>
                                        <assignee username="niu">Niu Yawei</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 May 2013 22:50:01 +0000</created>
                <updated>Thu, 30 May 2013 09:55:08 +0000</updated>
                            <resolved>Thu, 30 May 2013 09:55:08 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="59506" author="niu" created="Wed, 29 May 2013 07:18:43 +0000"  >&lt;p&gt;Andreas, those symbols are from old quota code, they&apos;ve been removed since 2.4. I tried to build rpms with --disable-server, and didn&apos;t see lquota.ko in the lustre-client-modules:&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;[root@rhel6 lustre-master]# rpm -qpl /root/rpmbuild/RPMS/x86_64/lustre-client-modules-2.4.50-2.6.32_g426194d.x86_64.rpm
/lib/modules/2.6.32/updates/kernel
/lib/modules/2.6.32/updates/kernel/fs
/lib/modules/2.6.32/updates/kernel/fs/lustre
/lib/modules/2.6.32/updates/kernel/fs/lustre/fid.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/fld.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/llite_lloop.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/lmv.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/lov.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/lustre.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/lvfs.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/mdc.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/mgc.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/obdclass.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/obdecho.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/osc.ko
/lib/modules/2.6.32/updates/kernel/fs/lustre/ptlrpc.ko
/lib/modules/2.6.32/updates/kernel/net
/lib/modules/2.6.32/updates/kernel/net/lustre
/lib/modules/2.6.32/updates/kernel/net/lustre/ko2iblnd.ko
/lib/modules/2.6.32/updates/kernel/net/lustre/ksocklnd.ko
/lib/modules/2.6.32/updates/kernel/net/lustre/libcfs.ko
/lib/modules/2.6.32/updates/kernel/net/lustre/lnet.ko
/lib/modules/2.6.32/updates/kernel/net/lustre/lnet_selftest.ko
/usr/share/doc/lustre-client-modules-2.4.50
/usr/share/doc/lustre-client-modules-2.4.50/COPYING
/usr/share/doc/lustre-client-modules-2.4.50/ChangeLog-lnet
/usr/share/doc/lustre-client-modules-2.4.50/ChangeLog-lustre
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maybe there is something wrong with your testing system?&lt;/p&gt;</comment>
                            <comment id="59614" author="adilger" created="Thu, 30 May 2013 09:55:08 +0000"  >&lt;p&gt;Sorry, I guess it is possible that these messages were printed during upgrade when removing the old kernel modules (2.1.3) instead of when the new kernel modules (2.4.0-RC2) were installed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="18549">LU-3232</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzvrxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8424</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>