<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:58 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-1045] kernel BUG at fs/jbd2/transaction.c:1033!</title>
                <link>https://jira.whamcloud.com/browse/LU-1045</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We hit an assertion in jbd2 on our MDS less than 24 hours after upgrading the 1.8 filesystem to 2.1 (clients are still 1.8).&lt;/p&gt;

&lt;p&gt;It looks like the assertion in question is in fucntion jbd2_journal_dirty_metadata(), here:&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;	if (jh-&amp;gt;b_modified == 0) {
		/*
		 * This buffer&apos;s got modified and becoming part
		 * of the transaction. This needs to be done
		 * once a transaction -bzzz
		 */
		jh-&amp;gt;b_modified = 1;
		J_ASSERT_JH(jh, handle-&amp;gt;h_buffer_credits &amp;gt; 0);
		handle-&amp;gt;h_buffer_credits--;
	}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So Alex probably needs to look at this.  Here is our backtrace:&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;crash&amp;gt; bt
PID: 9121   TASK: ffff8807db9a8b40  CPU: 2   COMMAND: &quot;mdt_159&quot;
 #0 [ffff8807db9af280] machine_kexec at ffffffff81031fcb
 #1 [ffff8807db9af2e0] crash_kexec at ffffffff810b8d92
 #2 [ffff8807db9af3b0] oops_end at ffffffff814f1f40
 #3 [ffff8807db9af3e0] die at ffffffff8100f26b
 #4 [ffff8807db9af410] do_trap at ffffffff814f1834
 #5 [ffff8807db9af470] do_invalid_op at ffffffff8100ce35
 #6 [ffff8807db9af510] invalid_op at ffffffff8100bedb
    [exception RIP: jbd2_journal_dirty_metadata+269]
    RIP: ffffffffa0ab476d  RSP: ffff8807db9af5c0  RFLAGS: 00010246
    RAX: ffff8801a9fc8c80  RBX: ffff8801a919aa98  RCX: ffff880832eeaf68
    RDX: 0000000000000000  RSI: ffff880832eeaf68  RDI: 0000000000000000
    RBP: ffff8807db9af5e0   R8: d010000000000000   R9: f7af135d53a3da02
    R10: 0000000000000001  R11: 0000000000000000  R12: ffff8801b3030358
    R13: ffff880832eeaf68  R14: ffff880631a7a800  R15: 0000000000002000
    ORIG_RAX: ffffffffffffffff  CS: 0010  SS: 0018
 #7 [ffff8807db9af5e8] __ldiskfs_handle_dirty_metadata at ffffffffa0acdf3b [ldiskfs]
 #8 [ffff8807db9af628] fsfilt_ldiskfs_write_handle at ffffffffa0b88758 [fsfilt_ldiskfs]
 #9 [ffff8807db9af6b8] fsfilt_ldiskfs_write_record at ffffffffa0b889dc [fsfilt_ldiskfs]
#10 [ffff8807db9af708] llog_lvfs_write_blob at ffffffffa05b215b [obdclass]
#11 [ffff8807db9af778] llog_lvfs_write_rec at ffffffffa05b327a [obdclass]
#12 [ffff8807db9af818] llog_cat_add_rec at ffffffffa05b1189 [obdclass]
#13 [ffff8807db9af868] llog_obd_origin_add at ffffffffa05b5906 [obdclass]
#14 [ffff8807db9af898] llog_add at ffffffffa05b5a61 [obdclass]
#15 [ffff8807db9af8d8] lov_llog_origin_add at ffffffffa09330c4 [lov]
#16 [ffff8807db9af958] llog_add at ffffffffa05b5a61 [obdclass]
#17 [ffff8807db9af998] mds_llog_origin_add at ffffffffa0ba8193 [mds]
#18 [ffff8807db9af9e8] llog_add at ffffffffa05b5a61 [obdclass]
#19 [ffff8807db9afa28] mdd_log_op_setattr at ffffffffa0bdd3d6 [mdd]
#20 [ffff8807db9afa88] mdd_setattr_log at ffffffffa0bddc78 [mdd]
#21 [ffff8807db9afad8] mdd_attr_set at ffffffffa0bd62fc [mdd]
#22 [ffff8807db9afbc8] cml_attr_set at ffffffffa0cfab6d [cmm]
#23 [ffff8807db9afc08] mdt_attr_set at ffffffffa0c5266b [mdt]
#24 [ffff8807db9afc68] mdt_reint_setattr at ffffffffa0c52c45 [mdt]
#25 [ffff8807db9afce8] mdt_reint_rec at ffffffffa0c4f110 [mdt]
#26 [ffff8807db9afd18] mdt_reint_internal at ffffffffa0c49f78 [mdt]
#27 [ffff8807db9afd68] mdt_reint at ffffffffa0c4a234 [mdt]
#28 [ffff8807db9afd98] mdt_handle_common at ffffffffa0c3e74d [mdt]
#29 [ffff8807db9afde8] mdt_regular_handle at ffffffffa0c3f395 [mdt]
#30 [ffff8807db9afdf8] ptlrpc_main at ffffffffa0728181 [ptlrpc]
#31 [ffff8807db9aff48] kernel_thread at ffffffff8100c14a
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>lustre 2.1.0-17chaos, ldiskfs-4.0.6 (LLNL&amp;#39;s external ldiskfs build, based on ldiskfs from 2.1.0-17chaos.  Source at &lt;a href=&quot;http://github.com/chaos/ldiskfs&quot;&gt;http://github.com/chaos/ldiskfs&lt;/a&gt;</environment>
        <key id="13004">LU-1045</key>
            <summary>kernel BUG at fs/jbd2/transaction.c:1033!</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="3">Duplicate</resolution>
                                        <assignee username="adilger">Andreas Dilger</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Jan 2012 17:28:00 +0000</created>
                <updated>Thu, 9 Feb 2012 22:25:50 +0000</updated>
                            <resolved>Thu, 9 Feb 2012 22:25:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="27476" author="adilger" created="Thu, 26 Jan 2012 18:19:13 +0000"  >&lt;p&gt;This looks like exactly the same stack trace as in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-601&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1030&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-601&quot;&gt;&lt;del&gt;LU-601&lt;/del&gt;&lt;/a&gt;.  A patch was committed for this for 2.1.1 (git hash aabbd5a5342ba8593b2ff5a777843ff5ded1361c, &lt;a href=&quot;http://review.whamcloud.com/1276&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1276&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="27481" author="morrone" created="Thu, 26 Jan 2012 20:27:26 +0000"  >&lt;p&gt;Excellent!  I just cherry-pick that one into our branch.&lt;/p&gt;</comment>
                            <comment id="27528" author="adilger" created="Fri, 27 Jan 2012 18:28:29 +0000"  >&lt;p&gt;Please update or close this bug when you have some confidence whether this change has resolved the MDS crash (i.e. a week from now with no hits on this BUG).&lt;/p&gt;</comment>
                            <comment id="27541" author="morrone" created="Fri, 27 Jan 2012 19:24:20 +0000"  >&lt;p&gt;Ok, I&apos;ll update in a week or so.&lt;/p&gt;</comment>
                            <comment id="28331" author="morrone" created="Thu, 9 Feb 2012 22:23:15 +0000"  >&lt;p&gt;FYI, no further hits one this bug after running with the patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-601&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1030&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-601&quot;&gt;&lt;del&gt;LU-601&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="28333" author="pjones" created="Thu, 9 Feb 2012 22:25:50 +0000"  >&lt;p&gt;ok thanks Chris. Duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-601&quot; title=&quot;kernel BUG at fs/jbd2/transaction.c:1030&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-601&quot;&gt;&lt;del&gt;LU-601&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="11521">LU-601</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|hzvhfz:</customfieldvalue>

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