<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:18:27 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-1646] mounting lustre oops on older kernels</title>
                <link>https://jira.whamcloud.com/browse/LU-1646</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;in lustre 2.1 and up, the lustre_fill_super() was changed to expect the anonymous pointer to be of the type struct lustre_mount_data2.  however, the ifdef for lustre_get_sb() for kernels &amp;lt; 2.6.18 was not updated.  the attached patch seems to fix things but you might run into trouble when nfs exporting from these old kernels since lmd_mnt cannot be filled in for these older kernels.&lt;/p&gt;</description>
                <environment>sles10sp4</environment>
        <key id="15258">LU-1646</key>
            <summary>mounting lustre oops on older kernels</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="3">Duplicate</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="chas">chas@cmf.nrl.navy.mil</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Jul 2012 10:54:03 +0000</created>
                <updated>Mon, 12 Nov 2012 08:50:35 +0000</updated>
                            <resolved>Mon, 12 Nov 2012 08:50:35 +0000</resolved>
                                    <version>Lustre 2.1.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="42068" author="simmonsja" created="Fri, 20 Jul 2012 10:50:59 +0000"  >&lt;p&gt;Which versions of Lustre are you using or plan to use? Some patches are in the works that affect you.&lt;/p&gt;</comment>
                            <comment id="42077" author="chas" created="Fri, 20 Jul 2012 12:42:33 +0000"  >&lt;p&gt;2.1 for the foreseeable future.&lt;/p&gt;</comment>
                            <comment id="42194" author="pjones" created="Tue, 24 Jul 2012 10:34:24 +0000"  >&lt;p&gt;Hi Chas&lt;/p&gt;

&lt;p&gt;SLES10 is not officially supported for 2.1.x (see &lt;a href=&quot;http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix&lt;/a&gt;). There is some interest in adding this support. If you would like to get your patch landed into the Lustre tree could you please upload it into gerrit so that it can be tested and reviewed? Details on how to do this are on the Whamcloud wiki&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="43041" author="chas3" created="Fri, 10 Aug 2012 15:51:05 +0000"  >&lt;p&gt;this was fixed via &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; in commit 2eba197319886c4f2903fd937aebe69eea35290e.  do i need to do anything for this to get backported to the 2.1 and 2.2 releases?&lt;/p&gt;</comment>
                            <comment id="43060" author="pjones" created="Sat, 11 Aug 2012 01:27:41 +0000"  >&lt;p&gt;Bob&lt;/p&gt;

&lt;p&gt;Could you please look into this change and see whether it would be practical to backport it to b2_1?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="43095" author="simmonsja" created="Mon, 13 Aug 2012 08:16:14 +0000"  >&lt;p&gt;More than that patch would need to be back ported. See &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; as well.&lt;/p&gt;</comment>
                            <comment id="43100" author="bogl" created="Mon, 13 Aug 2012 10:36:15 +0000"  >&lt;p&gt;The change in &lt;a href=&quot;http://review.whamcloud.com/#change,1951&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1951&lt;/a&gt; can be back ported, but with side effects. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; mentioned by James in the previous comment tracks the disable of reexport of lustre fs to NFS due to this change.  Doing the back port would disable reexport to NFS for old kernels just as it is for 3.0+ kernels.  This would remain true until a fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; is completed and back ported.&lt;/p&gt;</comment>
                            <comment id="43131" author="bogl" created="Mon, 13 Aug 2012 13:35:51 +0000"  >&lt;p&gt;if we proceed with a back port we will also need &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; back ported to reenable NFS export&lt;/p&gt;</comment>
                            <comment id="43134" author="bogl" created="Mon, 13 Aug 2012 14:00:48 +0000"  >&lt;p&gt;chas,&lt;br/&gt;
  Is it OK if we disable NFS export in 2.1.x for really old kernels?  Can you possibly work around that restriction by using 1.8.x with such old kernels, at least until we have a fix from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; available?&lt;/p&gt;</comment>
                            <comment id="43260" author="chas3" created="Wed, 15 Aug 2012 11:32:32 +0000"  >&lt;p&gt;since you cant even mount lustre on really old kernels, i dont think anyone is using the nfs export feature.  so this seems fine to me.&lt;/p&gt;</comment>
                            <comment id="43261" author="bogl" created="Wed, 15 Aug 2012 11:51:05 +0000"  >&lt;p&gt;back port to b2_1&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,3661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3661&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44047" author="simmonsja" created="Fri, 31 Aug 2012 11:52:18 +0000"  >&lt;p&gt;Also besides patch &lt;a href=&quot;http://review.whamcloud.com/#change,3661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3661&lt;/a&gt; from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; you will need &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; for NFS export which has the patch at &lt;a href=&quot;http://review.whamcloud.com/#change,3840&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3840&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="44122" author="simmonsja" created="Tue, 4 Sep 2012 08:59:52 +0000"  >&lt;p&gt;Chas can you test both patches. Also if you can please try a NFS export on one of your clients with lustre.&lt;/p&gt;</comment>
                            <comment id="47679" author="simmonsja" created="Mon, 12 Nov 2012 07:37:08 +0000"  >&lt;p&gt;The patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; that solves this problem has been landed to b2_1. This ticket can be closed.&lt;/p&gt;</comment>
                            <comment id="47682" author="pjones" created="Mon, 12 Nov 2012 08:50:35 +0000"  >&lt;p&gt;ok thanks James!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="15432">LU-1718</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11701" name="lustre_get_sb.patch" size="692" author="chas" created="Thu, 19 Jul 2012 10:54:03 +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|hzvgqv:</customfieldvalue>

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