<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:53:15 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-5640] mds crash after update</title>
                <link>https://jira.whamcloud.com/browse/LU-5640</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We had mds crash on our lustre cluster after we updated from 2.4 to 2.5 .&lt;br/&gt;
We have build new luster client for the new kernel on client node.&lt;br/&gt;
This is quite similar to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5040&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1033&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5040&quot;&gt;&lt;del&gt;LU-5040&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment>Client: Centos 6.5 with 2.6.32-431.29.2.el6.x86_64 kernel lustre-client-modules-2.5.3-2.6.32_431.29.2.el6.x86_64.x86_64 lustre-client-2.5.3-2.6.32_431.29.2.el6.x86_64.x86_64 Server: kernel-2.6.32-431.17.1.el6_lustre.x86_64 lustre-modules-2.5.2-2.6.32_431.17.1.el6_lustre.x86_64.x86_64</environment>
        <key id="26638">LU-5640</key>
            <summary>mds crash after update</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="sardar">saerda</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Sep 2014 11:04:21 +0000</created>
                <updated>Sat, 9 Oct 2021 06:33:10 +0000</updated>
                            <resolved>Sat, 9 Oct 2021 06:33:10 +0000</resolved>
                                    <version>Lustre 2.5.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="94524" author="adilger" created="Fri, 19 Sep 2014 17:38:22 +0000"  >&lt;p&gt;Looks like the transaction handle ran out of credits in close trying to get quota for a setattr (likely updating atime on close).  That is a bit strange, since we shouldn&apos;t need to get extra credits for quota when modifying just the timestamp.&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;Sep 16 23:13:09 fimm-mds1 kernel: kernel BUG at fs/jbd2/transaction.c:1033!
Sep 16 23:13:09 fimm-mds1 kernel: invalid opcode: 0000 [#1] SMP 
Sep 16 23:13:09 fimm-mds1 kernel: Pid: 5418, comm: mdt_rdpg03_002 Not tainted 2.6.32-431.17.1.el6_lustre.x86_64 #1 Dell Inc. RIP: 0010:[&amp;lt;ffffffffa00688ad&amp;gt;]  [&amp;lt;ffffffffa00688ad&amp;gt;] jbd2_journal_dirty_metadata+0x10d/0x150 [jbd2]
__ldiskfs_handle_dirty_metadata+0x7b/0x100 [ldiskfs]
ldiskfs_quota_write+0x165/0x210 [ldiskfs]
v2_write_file_info+0xa1/0xe0
dquot_acquire+0x138/0x140
ldiskfs_acquire_dquot+0x66/0xb0 [ldiskfs]
dqget+0x2ac/0x390
dquot_initialize+0x98/0x240
ldiskfs_dquot_initialize+0x83/0xd0 [ldiskfs]
osd_attr_set+0x12f/0x540 [osd_ldiskfs]
lod_attr_set+0x12b/0x450 [lod]
mdd_attr_set_internal+0x151/0x230 [mdd]
mdd_attr_set+0x117a/0x1470 [mdd]
mdt_mfd_close+0x7ac/0x1bc0 [mdt]
mdt_close+0x642/0xa80 [mdt]
mdt_handle_common+0x52a/0x1470 [mdt]
mds_readpage_handle+0x15/0x20 [mdt]
ptlrpc_server_handle_request+0x385/0xc00 [ptlrpc]
ptlrpc_wait_event+0xa9/0x2d0 [ptlrpc]
ptlrpc_main+0xaed/0x1740 [ptlrpc]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This might be fixed with the newer quota patches.&lt;/p&gt;</comment>
                            <comment id="94592" author="niu" created="Mon, 22 Sep 2014 02:16:09 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Looks like the transaction handle ran out of credits in close trying to get quota for a setattr (likely updating atime on close). That is a bit strange, since we shouldn&apos;t need to get extra credits for quota when modifying just the timestamp.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;We currently calls dquot_initialize() for all kinds of setattr (despite of if uid/gid will be changed), this will be fixed by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5040&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1033&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5040&quot;&gt;&lt;del&gt;LU-5040&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24640">LU-5040</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="15818" name="fimm-mds_crash20140917.txt" size="5740" author="sardar" created="Thu, 18 Sep 2014 11:04:21 +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|hzwwmn:</customfieldvalue>

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