<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:17:22 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-8418] node fails to kdump after lbug crash</title>
                <link>https://jira.whamcloud.com/browse/LU-8418</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;A customer reported that LBUG() hit does not always cause a crash dump.&lt;br/&gt;
Sometimes the system hangs after LBUG message in the logs.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;No kdump was generated from this crash.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;logs show the panic was not clean; after the LBUG, log messages continue from the node, including cpu soft lockups:&lt;/p&gt;

&lt;p&gt;Eventually a crash dump was triggered manually through serial console.&lt;/p&gt;

&lt;p&gt;It showed that the lbug thread hanged in memory allocation while all CPUs are spinning trying to get a spinlock holding by the lbug thread itself.&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;PID: 38035  TASK: ffff880c83804100  CPU: 7   COMMAND: &quot;mdt_446&quot;
 #0 [ffff880cbaf7d6b0] schedule at ffffffff814ea122
 #1 [ffff880cbaf7d778] __cond_resched at ffffffff81061b4a
 #2 [ffff880cbaf7d798] _cond_resched at ffffffff814eab30
 #3 [ffff880cbaf7d7a8] kmem_cache_alloc_notrace at ffffffff8115f385
 #4 [ffff880cbaf7d7d8] call_usermodehelper_setup at ffffffff81089e5d
 #5 [ffff880cbaf7d828] libcfs_run_upcall at ffffffffa04ee9c0 [libcfs]
 #6 [ffff880cbaf7d8a8] libcfs_run_lbug_upcall at ffffffffa04eed5d [libcfs]
 #7 [ffff880cbaf7d928] lbug_with_loc at ffffffffa04eee38 [libcfs]
 #8 [ffff880cbaf7d948] ldlm_export_flock_put at ffffffffa07e137a [ptlrpc]
 #9 [ffff880cbaf7d968] cfs_hash_bd_del_locked at ffffffffa04ffab1 [libcfs]
#10 [ffff880cbaf7d998] cfs_hash_del at ffffffffa0502811 [libcfs]
#11 [ffff880cbaf7d9e8] ldlm_flock_blocking_unlink at ffffffffa07e1b82 [ptlrpc]
#12 [ffff880cbaf7d9f8] ldlm_process_flock_lock at ffffffffa07e25a2 [ptlrpc]
#13 [ffff880cbaf7daf8] ldlm_reprocess_queue at ffffffffa07b6132 [ptlrpc]
#14 [ffff880cbaf7db48] ldlm_process_flock_lock at ffffffffa07e265f [ptlrpc]
#15 [ffff880cbaf7dc48] ldlm_lock_enqueue at ffffffffa07b7533 [ptlrpc]
#16 [ffff880cbaf7dca8] ldlm_handle_enqueue0 at ffffffffa07df0ef [ptlrpc]
#17 [ffff880cbaf7dd18] mdt_enqueue at ffffffffa0d18a16 [mdt]
#18 [ffff880cbaf7dd38] mdt_handle_common at ffffffffa0d0bffa [mdt]
#19 [ffff880cbaf7dd88] mdt_regular_handle at ffffffffa0d0ceb5 [mdt]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="38292">LU-8418</key>
            <summary>node fails to kdump after lbug crash</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="wc-triage">WC Triage</assignee>
                                    <reporter username="zam">Alexander Zarochentsev</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 20 Jul 2016 14:40:58 +0000</created>
                <updated>Sat, 19 Nov 2016 15:50:39 +0000</updated>
                            <resolved>Sat, 19 Nov 2016 15:50:39 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="159314" author="zam" created="Wed, 20 Jul 2016 14:45:33 +0000"  >&lt;p&gt;Proposed patch is add ability to disable lnet upcall calling.  Currently there is no check that the lnet upcall is set to empty string or to non-existing executable file.  I think it is not used in most Lustre setups but the attempt to call it reduces chances of getting  a crash dump.&lt;br/&gt;
I will upload patch soon.&lt;/p&gt;</comment>
                            <comment id="159317" author="gerrit" created="Wed, 20 Jul 2016 14:50:09 +0000"  >&lt;p&gt;Alexander Zarochentsev (alexander.zarochentsev@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21440&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21440&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8418&quot; title=&quot;node fails to kdump after lbug crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8418&quot;&gt;&lt;del&gt;LU-8418&lt;/del&gt;&lt;/a&gt; libcfs: do not call empty lnet upcall&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: affe720351475a860925be30511ebe4242651cd2&lt;/p&gt;</comment>
                            <comment id="174385" author="gerrit" created="Sat, 19 Nov 2016 15:48:35 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21440/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21440/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8418&quot; title=&quot;node fails to kdump after lbug crash&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8418&quot;&gt;&lt;del&gt;LU-8418&lt;/del&gt;&lt;/a&gt; libcfs: remove lnet upcall code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4bc9bae59fea315bdd36e8170e8388d5fce2a397&lt;/p&gt;</comment>
                            <comment id="174386" author="pjones" created="Sat, 19 Nov 2016 15:50:39 +0000"  >&lt;p&gt;Landed for 2.9&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|hzyhzz:</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>