<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:46:06 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-11692] lustre kernel panic -  (niobuf.c:330:ptlrpc_register_bulk()) LBUG</title>
                <link>https://jira.whamcloud.com/browse/LU-11692</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We get the following error on occasion on our Lustre gateways (Lustre clients exporting filesystems over NFS for non-Lustre clients):&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;cmcl@foxtrot3 ~ -bash$&lt;br/&gt;
Message from syslogd@foxtrot3 at Nov 15 20:20:25 ...&lt;br/&gt;
kernel:LustreError: 3501:0:(niobuf.c:330:ptlrpc_register_bulk()) ASSERTION( desc-&amp;gt;bd_md_count == 0 ) failed:&lt;/p&gt;

&lt;p&gt;Message from syslogd@foxtrot3 at Nov 15 20:20:25 ...&lt;br/&gt;
kernel:LustreError: 3501:0:(niobuf.c:330:ptlrpc_register_bulk()) LBUG&lt;/p&gt;

&lt;p&gt;Message from syslogd@foxtrot3 at Nov 15 20:20:25 ...&lt;br/&gt;
kernel:Kernel panic - not syncing: LBUG&lt;br/&gt;
packet_write_wait: Connection to 10.21.22.32 port 22: Broken pipe&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="54091">LU-11692</key>
            <summary>lustre kernel panic -  (niobuf.c:330:ptlrpc_register_bulk()) LBUG</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="cmcl">Campbell Mcleay</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Nov 2018 14:45:40 +0000</created>
                <updated>Thu, 28 Feb 2019 16:09:43 +0000</updated>
                            <resolved>Thu, 28 Feb 2019 16:09:43 +0000</resolved>
                                    <version>Lustre 2.10.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="237388" author="pjones" created="Thu, 22 Nov 2018 15:02:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=cmcl&quot; class=&quot;user-hover&quot; rel=&quot;cmcl&quot;&gt;cmcl&lt;/a&gt; which version of Lustre are you running?&lt;/p&gt;</comment>
                            <comment id="237389" author="cmcl" created="Thu, 22 Nov 2018 15:08:01 +0000"  >&lt;p&gt;Oops sorry, should have put that in:&lt;/p&gt;

&lt;p&gt;2.10.2-1.el7&lt;/p&gt;

&lt;p&gt;kernel is: kernel-3.10.0-693.5.2.el7_lustre&lt;/p&gt;</comment>
                            <comment id="237396" author="adilger" created="Thu, 22 Nov 2018 22:05:02 +0000"  >&lt;p&gt;The patch in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11647&quot; title=&quot;niobuf.c:330:ptlrpc_register_bulk()) ASSERTION( desc-&amp;gt;bd_md_count == 0 ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11647&quot;&gt;&lt;del&gt;LU-11647&lt;/del&gt;&lt;/a&gt; should fix this issue.  It is still undergoing testing and has not yet landed for any release.  The patch is &lt;a href=&quot;https://review.whamcloud.com/33167&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33167&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11647&quot; title=&quot;niobuf.c:330:ptlrpc_register_bulk()) ASSERTION( desc-&amp;gt;bd_md_count == 0 ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11647&quot;&gt;&lt;del&gt;LU-11647&lt;/del&gt;&lt;/a&gt; ptlrpc: race with reply_in_callback&quot;.&lt;/p&gt;

&lt;p&gt;Since this is a client-only patch you could potentially install it on one or more of the NFS-exporting clients to determine if that patch resolves the problem for you.&lt;/p&gt;</comment>
                            <comment id="243011" author="cmcl" created="Thu, 28 Feb 2019 10:45:43 +0000"  >&lt;p&gt;Just some feedback: there has not been any crashes on clients since installing the patched software.&lt;/p&gt;</comment>
                            <comment id="243014" author="pjones" created="Thu, 28 Feb 2019 12:57:47 +0000"  >&lt;p&gt;ok then I think that it is ok to close this ticket as a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11647&quot; title=&quot;niobuf.c:330:ptlrpc_register_bulk()) ASSERTION( desc-&amp;gt;bd_md_count == 0 ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11647&quot;&gt;&lt;del&gt;LU-11647&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="243043" author="adilger" created="Thu, 28 Feb 2019 16:09:24 +0000"  >&lt;p&gt;Reopen to fix resolution type. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="39247">LU-8573</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53981">LU-11647</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|i006s7:</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>