<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:00: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-6486] ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md</title>
                <link>https://jira.whamcloud.com/browse/LU-6486</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;ppc64 client build can&apos;t mount Lustre FS. Error happened during &lt;em&gt;lustre-initialization&lt;/em&gt; - phase testing build #66 of Jenkins job &apos;lustre-ppc-6.6&apos;:&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;Apr 22 14:09:29 shadow-31 kernel: lov: Unknown symbol lustre_swab_lov_mds_md
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Test session associated with build is &lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/ae0a97f6-e902-11e4-acb0-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/ae0a97f6-e902-11e4-acb0-5254006e85c2&lt;/a&gt;&lt;br/&gt;
(see autotest log file, dmesg, messages of node &lt;tt&gt;shadow-31&lt;/tt&gt;)&lt;/p&gt;

&lt;p&gt;Error can be reproduced manually also. Created MGS/MDT on &lt;tt&gt;shadow-35vm3&lt;/tt&gt;, OSTs on &lt;tt&gt;shadow-35vm8&lt;/tt&gt; and tried to mount Lustre FS on ppc64 client (&lt;tt&gt;shadow-31&lt;/tt&gt;):&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;mount -t lustre 10.1.5.185@tcp0:/temp /mnt/lustre

Apr 23 11:34:51 shadow-31 modprobe: FATAL: Error inserting lustre (/lib/modules/2.6.32-504.12.2.el6.ppc64/extra/kernel/fs/lustre/lustre.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Apr 23 11:34:51 shadow-31 kernel: lov: Unknown symbol lustre_swab_lov_mds_md
Apr 23 11:34:51 shadow-31 kernel: LustreError: 165-2: Nothing registered for client mount! Is the &apos;lustre&apos; module loaded?
Apr 23 11:34:51 shadow-31 kernel: LustreError: 26855:0:(obd_mount.c:1342:lustre_fill_super()) Unable to mount  (-19)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Lustre FS is operational as it can be mounted on x86_64 client node&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;[root@shadow-35vm5 ~]# mount -t lustre 10.1.5.185@tcp0:/temp /mnt/lustre
[root@shadow-35vm5 ~]# mount |grep lustre 
10.1.5.185@tcp0:/temp on /mnt/lustre type lustre (rw)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>shadow</environment>
        <key id="29621">LU-6486</key>
            <summary>ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="yujian">Jian Yu</assignee>
                                    <reporter username="heckes">Frank Heckes</reporter>
                        <labels>
                            <label>patch</label>
                            <label>ppc</label>
                    </labels>
                <created>Thu, 23 Apr 2015 11:55:58 +0000</created>
                <updated>Mon, 8 Aug 2016 17:47:59 +0000</updated>
                            <resolved>Fri, 12 Jun 2015 19:16:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="113200" author="simmonsja" created="Thu, 23 Apr 2015 13:27:20 +0000"  >&lt;p&gt;I see what the problem is. The function lustre_swab_lov_mds_md is not being exported. Very simple fix.&lt;/p&gt;</comment>
                            <comment id="113201" author="gerrit" created="Thu, 23 Apr 2015 13:32:45 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14545&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14545&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6486&quot; title=&quot;ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6486&quot;&gt;&lt;del&gt;LU-6486&lt;/del&gt;&lt;/a&gt; ptlrpc: export lustre_swab_lov_mds_md&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d292da400084adf11ac45fd05acc920dd35c66bd&lt;/p&gt;</comment>
                            <comment id="113329" author="pjones" created="Fri, 24 Apr 2015 17:55:49 +0000"  >&lt;p&gt;Jian&lt;/p&gt;

&lt;p&gt;Could you please take care of this patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="113330" author="gerrit" created="Fri, 24 Apr 2015 17:57:49 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14545/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14545/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6486&quot; title=&quot;ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6486&quot;&gt;&lt;del&gt;LU-6486&lt;/del&gt;&lt;/a&gt; ptlrpc: export lustre_swab_lov_mds_md&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1982c0c34313a0ab135ce5a25c54cc01dd8556e5&lt;/p&gt;</comment>
                            <comment id="113332" author="adilger" created="Fri, 24 Apr 2015 17:58:20 +0000"  >&lt;p&gt;Patch landed to master for 2.8.0.&lt;/p&gt;</comment>
                            <comment id="117565" author="heckes" created="Fri, 5 Jun 2015 11:49:24 +0000"  >&lt;p&gt;A similar error occurred while trying to test build &apos;lustre-ppc-6.6 build 109&apos;. Thiis time for symbol &lt;b&gt;&lt;tt&gt;lustre_swab_lmv_mds_md&lt;/tt&gt;&lt;/b&gt;:&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;Jun  5 09:48:42 shadow-31 kernel: lustre: Unknown symbol lustre_swab_lmv_mds_md
Jun  5 09:48:42 shadow-31 modprobe: FATAL: Error inserting lustre (/lib/modules/2.6.32-504.16.2.el6.ppc64/extra/kernel/fs/lustre/lustre.ko): Unknown symbol in module, or unknown parameter (see dmesg)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The error can be reproduced also manually again as described above.&lt;br/&gt;
Could you please export the function, too and check whether there are additional function that need to be handled the same way?&lt;br/&gt;
I attached the lustre initialization log file as for administrative reason ppc test session are upload to maloo staging server at the moment only. Not sure everybody has access.&lt;/p&gt;</comment>
                            <comment id="117581" author="gerrit" created="Fri, 5 Jun 2015 15:14:02 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15159&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15159&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6486&quot; title=&quot;ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6486&quot;&gt;&lt;del&gt;LU-6486&lt;/del&gt;&lt;/a&gt; ptlrpc: export lustre_swab_lmv_mds_md&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 00ceeeb99bbe36ad51141ba57d1dfbefb94d2f48&lt;/p&gt;</comment>
                            <comment id="118319" author="gerrit" created="Fri, 12 Jun 2015 03:44:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15159/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15159/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6486&quot; title=&quot;ppc64 client: lov: Unknown symbol lustre_swab_lov_mds_md&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6486&quot;&gt;&lt;del&gt;LU-6486&lt;/del&gt;&lt;/a&gt; ptlrpc: export lustre_swab_lmv_mds_md&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 873e8e73b82f8ef201ffa475e38d8b9ca11335a9&lt;/p&gt;</comment>
                            <comment id="118401" author="simmonsja" created="Fri, 12 Jun 2015 17:47:17 +0000"  >&lt;p&gt;Patch landed. Ticket can be closed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="18073" name="lustre-initialization-1.lustre-initialization_1.autotest.shadow-35vm6.log.bz2" size="9525" author="heckes" created="Fri, 5 Jun 2015 11:50:06 +0000"/>
                    </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|hzxbdr:</customfieldvalue>

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