<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:46 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-511] Race condition loading modules causes mount to fail</title>
                <link>https://jira.whamcloud.com/browse/LU-511</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;On servers with more than one OST, the module load on the initial boot intermittently fails with&lt;br/&gt;
the following errors:&lt;/p&gt;

&lt;p&gt;&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:17:55&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: gave up waiting for init of module lov.&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:17:55&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: Unknown symbol lov_stripe_lock&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:18:25&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: gave up waiting for init of module lov.&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:18:25&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: Unknown symbol lov_test_and_clear_async_rc&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:18:55&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: gave up waiting for init of module lov.&lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;2010-12-09 07:18:55&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s1n2&amp;#93;&lt;/span&gt;lustre: Unknown symbol lov_stripe_unlock&lt;/p&gt;

&lt;p&gt;The kernel (in module.c:use_module) aborts the module load because it takes too long. Because the&lt;br/&gt;
lov module load is aborted, one OST fails to mount. The other OSTs mount successfully.&lt;/p&gt;

&lt;p&gt;This is bug Oracle 24464.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11355">LU-511</key>
            <summary>Race condition loading modules causes mount to fail</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="wang">Wally Wang</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Tue, 19 Jul 2011 20:47:38 +0000</created>
                <updated>Wed, 3 Oct 2012 17:35:21 +0000</updated>
                            <resolved>Wed, 3 Oct 2012 17:35:21 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="17991" author="wang" created="Tue, 19 Jul 2011 21:05:35 +0000"  >&lt;p&gt;Patch from Oracle bug 24464, attachment 32987 is in:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1117&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1117&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="33595" author="adilger" created="Thu, 5 Apr 2012 18:02:54 +0000"  >&lt;p&gt;Wally, is this change still needed?  If not, please abandon the change and close the bug.&lt;/p&gt;</comment>
                            <comment id="34537" author="wang" created="Wed, 11 Apr 2012 11:46:21 +0000"  >&lt;p&gt;Cray has put the modprobe in Cray&apos;s own startup script to avoid the problem. Lustre without this patch could still run into the problem. So do you still want to push it or close it for now?&lt;/p&gt;</comment>
                            <comment id="44831" author="keith" created="Thu, 13 Sep 2012 19:27:24 +0000"  >&lt;p&gt;It seems we have been years without this patch? Our autotest runs plenty of multi OST servers and I don&apos;t think we have seen this issue directly?  Perhaps we don&apos;t need this patch? &lt;/p&gt;</comment>
                            <comment id="45960" author="keith" created="Wed, 3 Oct 2012 17:35:21 +0000"  >&lt;p&gt;The patch as been abandoned.  Please reopen if it it still 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|hzvi3j:</customfieldvalue>

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

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