<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:43:47 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-4555] Patched (LU-2779) 2.4.1 Lustre Clients still crashing with LBUG</title>
                <link>https://jira.whamcloud.com/browse/LU-4555</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Customer has applied patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2779&quot; title=&quot;LBUG in discard_cb: !(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2779&quot;&gt;&lt;del&gt;LU-2779&lt;/del&gt;&lt;/a&gt; to 2.4.1 clients. &lt;/p&gt;

&lt;p&gt;We&apos;ve verified the patch has been applied:&lt;/p&gt;

&lt;p&gt;diff -ru /usr/src/lustre-2.4.1/lustre/osc/osc_cache.c ./lustre/osc/osc_cache.c&lt;br/&gt;
&amp;#8212; /usr/src/lustre-2.4.1/lustre/osc/osc_cache.c        2013-09-19 11:06:59.000000000 -0700&lt;br/&gt;
+++ ./lustre/osc/osc_cache.c    2013-12-18 06:52:09.000000000 -0800&lt;br/&gt;
@@ -896,7 +896,7 @@&lt;br/&gt;
                        &quot;%s: wait ext to %d timedout, recovery in progress?\n&quot;,&lt;br/&gt;
                        osc_export(obj)&lt;del&gt;&amp;gt;exp_obd&lt;/del&gt;&amp;gt;obd_name, state);&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;lwi = LWI_INTR(LWI_ON_SIGNAL_NOOP, NULL);&lt;br/&gt;
+               lwi = LWI_INTR(NULL, NULL);&lt;br/&gt;
                rc = l_wait_event(ext-&amp;gt;oe_waitq, extent_wait_cb(ext, state),&lt;br/&gt;
                                  &amp;amp;lwi);&lt;br/&gt;
        }&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;And, the client RPMs have been rebuilt and installed.   However, the Lustre clients are still failing with the following error:&lt;/p&gt;

&lt;p&gt;LustreError: 17450:0:(cl_lock.c:1964:discard_cb()) ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed: &lt;br/&gt;
LustreError: 17450:0:(cl_lock.c:1964:discard_cb()) LBUG Kernel panic - not syncing: LBUG&lt;br/&gt;
Pid: 17450, comm: tar Tainted: GF&lt;/p&gt;

&lt;p&gt;The patched RPM is attached.  Please advise.&lt;/p&gt;</description>
                <environment></environment>
        <key id="22909">LU-4555</key>
            <summary>Patched (LU-2779) 2.4.1 Lustre Clients still crashing with LBUG</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="orentas">Oz Rentas</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Jan 2014 20:43:43 +0000</created>
                <updated>Thu, 22 May 2014 22:58:34 +0000</updated>
                            <resolved>Wed, 9 Apr 2014 13:54:11 +0000</resolved>
                                    <version>Lustre 2.4.1</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="75800" author="pjones" created="Tue, 28 Jan 2014 21:21:56 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;Could you please assist with this ticket?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="76153" author="orentas" created="Tue, 4 Feb 2014 02:30:28 +0000"  >&lt;p&gt;Any updates on this one? Please advise.&lt;br/&gt;
Thanks&lt;/p&gt;</comment>
                            <comment id="76260" author="bfaccini" created="Wed, 5 Feb 2014 13:54:40 +0000"  >&lt;p&gt;Hello Oz,&lt;br/&gt;
Is there any crash-dump available for this issue, and if yes can you provide it with the necessary vmlinux and lustre modules ?&lt;br/&gt;
BTW, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4581&quot; title=&quot;ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4581&quot;&gt;&lt;del&gt;LU-4581&lt;/del&gt;&lt;/a&gt; seems to also report the same issue, even if we still need to clarify if it occurs running with patch/change #5419 from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2779&quot; title=&quot;LBUG in discard_cb: !(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2779&quot;&gt;&lt;del&gt;LU-2779&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="76279" author="jay" created="Wed, 5 Feb 2014 17:29:38 +0000"  >&lt;p&gt;duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4581&quot; title=&quot;ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4581&quot;&gt;&lt;del&gt;LU-4581&lt;/del&gt;&lt;/a&gt;. I closed this one because it has a stack trace over there.&lt;/p&gt;</comment>
                            <comment id="79997" author="pjones" created="Fri, 21 Mar 2014 14:49:34 +0000"  >&lt;p&gt;This is still occurring at DDN site so this does not appear to be a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4581&quot; title=&quot;ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4581&quot;&gt;&lt;del&gt;LU-4581&lt;/del&gt;&lt;/a&gt;. Can we please get a level set on where are with this ticket? Oz, how frequently does this issue occur at the customer site? Are there any logs/stacks/crash dumps associated with the crashes?&lt;/p&gt;</comment>
                            <comment id="80306" author="bfaccini" created="Wed, 26 Mar 2014 16:39:56 +0000"  >&lt;p&gt;Here are some news/updates for this ticket after the conf-call :&lt;br/&gt;
       _ it has been agreed that further update for this problem at AWE will be in this ticket and no longer in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4581&quot; title=&quot;ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4581&quot;&gt;&lt;del&gt;LU-4581&lt;/del&gt;&lt;/a&gt; for LLNL.&lt;br/&gt;
       _ there are no known recent occurrence of this problem at AWE.&lt;br/&gt;
       _ as already requested in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4581&quot; title=&quot;ASSERTION( (!(page-&amp;gt;cp_type == CPT_CACHEABLE) || (!PageWriteback(cl_page_vmpage(env, page)))) ) failed:&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4581&quot;&gt;&lt;del&gt;LU-4581&lt;/del&gt;&lt;/a&gt;, customer is running with D_CACHE traces enabled on their Clients.&lt;br/&gt;
       _ debug buffer size has also been increased (exact value to be provided).&lt;br/&gt;
       _ a crash-dump will be taken and available for debugging upon next occurrence.&lt;br/&gt;
       _ would be also of interest to have the exact Lustre version being run on Clients/Servers along with the list/detail of any additional patches applied.&lt;/p&gt;</comment>
                            <comment id="81270" author="jfc" created="Wed, 9 Apr 2014 13:54:11 +0000"  >&lt;p&gt;We have the opinion that the 2.4.3 patch has fixed this problem.&lt;br/&gt;
~ jfc.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="23001">LU-4581</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14028" name="lustre-client-2.4.1-ddn1.0_2.6.32_358.18.1.el6_lustre.es50.x86_64_ES.src.rpm" size="346" author="orentas" created="Tue, 28 Jan 2014 20:43:43 +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|hzwdsn:</customfieldvalue>

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