<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:22:08 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-15886] remove unreasonable assertions in LFSCK code</title>
                <link>https://jira.whamcloud.com/browse/LU-15886</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;LFSCK should assert on disk data, i.e. any kind of corrupt data is possible, this can avoid annoying crash in LFSCK.&lt;/p&gt;</description>
                <environment></environment>
        <key id="70455">LU-15886</key>
            <summary>remove unreasonable assertions in LFSCK code</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="1">Fixed</resolution>
                                        <assignee username="laisiyao">Lai Siyao</assignee>
                                    <reporter username="laisiyao">Lai Siyao</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 May 2022 03:28:43 +0000</created>
                <updated>Wed, 20 Jul 2022 13:03:26 +0000</updated>
                            <resolved>Wed, 20 Jul 2022 13:02:29 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="335949" author="laisiyao" created="Wed, 25 May 2022 03:31:11 +0000"  >&lt;p&gt;Crashes are seen like this:&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;[708827.866619] LustreError: 4172:0:(lfsck_lib.c:1639:lfsck_instance_cleanup()) ASSERTION( lfsck-&amp;gt;li_obj_dir == ((void *)0) ) failed: 
[708827.870508] LustreError: 4172:0:(lfsck_lib.c:1639:lfsck_instance_cleanup()) LBUG
[708827.872606] Pid: 4172, comm: umount 3.10.0-1160.49.1.el7_lustre.ddn16.x86_64 #1 SMP Mon Dec 20 11:42:01 PST 2021
[708827.872607] Call Trace:
[708827.872623] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x90/0xf0 [libcfs]
[708827.872628] [&amp;lt;0&amp;gt;] lbug_with_loc+0x4c/0xa0 [libcfs]
[708827.872637] [&amp;lt;0&amp;gt;] lfsck_instance_cleanup+0x658/0x730 [lfsck]
[708827.872643] [&amp;lt;0&amp;gt;] lfsck_degister+0x43/0x50 [lfsck]
[708827.872651] [&amp;lt;0&amp;gt;] mdd_process_config+0x16a/0x5f0 [mdd]
[708827.872666] [&amp;lt;0&amp;gt;] mdt_stack_fini+0x2c2/0xca0 [mdt]
[708827.872673] [&amp;lt;0&amp;gt;] mdt_device_fini+0x34b/0x930 [mdt]
[708827.872698] [&amp;lt;0&amp;gt;] class_cleanup+0x9b8/0xc50 [obdclass]
[708827.872713] [&amp;lt;0&amp;gt;] class_process_config+0x65c/0x2830 [obdclass]
[708827.872728] [&amp;lt;0&amp;gt;] class_manual_cleanup+0x1c6/0x710 [obdclass]
[708827.872745] [&amp;lt;0&amp;gt;] server_put_super+0xa35/0x1150 [obdclass]
[708827.872748] [&amp;lt;0&amp;gt;] generic_shutdown_super+0x6d/0x100
[708827.872750] [&amp;lt;0&amp;gt;] kill_anon_super+0x12/0x20
[708827.872764] [&amp;lt;0&amp;gt;] lustre_kill_super+0x32/0x50 [obdclass]
[708827.872765] [&amp;lt;0&amp;gt;] deactivate_locked_super+0x4e/0x70
[708827.872766] [&amp;lt;0&amp;gt;] deactivate_super+0x46/0x60
[708827.872768] [&amp;lt;0&amp;gt;] cleanup_mnt+0x3f/0x80
[708827.872770] [&amp;lt;0&amp;gt;] __cleanup_mnt+0x12/0x20
[708827.872774] [&amp;lt;0&amp;gt;] task_work_run+0xbb/0xe0
[708827.872776] [&amp;lt;0&amp;gt;] do_notify_resume+0xa5/0xc0
[708827.872778] [&amp;lt;0&amp;gt;] int_signal+0x12/0x17
[708827.872795] [&amp;lt;0&amp;gt;] 0xfffffffffffffffe
[708827.872797] Kernel panic - not syncing: LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and&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;[10089.987070] Lustre: vriprod1-OST000f: deleting orphan objects from 0x0:10180632 to 0x0:10182049
[10090.183768] LustreError: 29027:0:(lfsck_namespace.c:5896:lfsck_namespace_scan_local_lpf_one()) ASSERTION( dt_object_exists(child) ) failed: 
[10090.185375] LustreError: 29027:0:(lfsck_namespace.c:5896:lfsck_namespace_scan_local_lpf_one()) LBUG
[10090.186495] Pid: 29027, comm: lfsck_namespace 3.10.0-1160.49.1.el7_lustre.ddn16.x86_64 #1 SMP Mon Dec 20 11:42:01 PST 2021
[10090.186497] Call Trace:
[10090.186526] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x90/0xf0 [libcfs]
[10090.186532] [&amp;lt;0&amp;gt;] lbug_with_loc+0x4c/0xa0 [libcfs]
[10090.186571] [&amp;lt;0&amp;gt;] lfsck_namespace_scan_local_lpf_one+0xa39/0xdf0 [lfsck]
[10090.186580] [&amp;lt;0&amp;gt;] lfsck_namespace_scan_local_lpf+0x59c/0x970 [lfsck]
[10090.186592] [&amp;lt;0&amp;gt;] lfsck_namespace_assistant_handler_p2+0x682/0xa80 [lfsck]
[10090.186600] [&amp;lt;0&amp;gt;] lfsck_assistant_engine+0xfb1/0x20a0 [lfsck]
[10090.186604] [&amp;lt;0&amp;gt;] kthread+0xd1/0xe0
[10090.186607] [&amp;lt;0&amp;gt;] ret_from_fork_nospec_begin+0x7/0x21
[10090.186632] [&amp;lt;0&amp;gt;] 0xfffffffffffffffe
[10090.186633] Kernel panic - not syncing: LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="335959" author="gerrit" created="Wed, 25 May 2022 07:07:40 +0000"  >&lt;p&gt;&quot;Lai Siyao &amp;lt;lai.siyao@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47447&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47447&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15886&quot; title=&quot;remove unreasonable assertions in LFSCK code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15886&quot;&gt;&lt;del&gt;LU-15886&lt;/del&gt;&lt;/a&gt; lfsck: remove unreasonable assertions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1b456a63dae6a4a48920a5bcbd562fb24f2455e6&lt;/p&gt;</comment>
                            <comment id="336262" author="laisiyao" created="Sun, 29 May 2022 10:52:22 +0000"  >&lt;p&gt;Another crash hit:&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;[  420.060499] Lustre: vriprod1-OST007f: deleting orphan objects from 0x1300000404:364617 to 0x1300000404:364961
[  420.061574] Lustre: vriprod1-OST0019: deleting orphan objects from 0x118000040e:3594584 to 0x118000040e:3595009
[  426.029391] LustreError: 1129:0:(lfsck_namespace.c:3340:lfsck_namespace_linkea_clear_overflow()) ASSERTION( ldata-&amp;gt;ld_leh-&amp;gt;leh_reccount &amp;gt; 0 ) failed: 
[  426.034333] LustreError: 1129:0:(lfsck_namespace.c:3340:lfsck_namespace_linkea_clear_overflow()) LBUG
[  426.037651] Pid: 1129, comm: lfsck_namespace 3.10.0-1160.49.1.el7_lustre.ddn16.x86_64 #1 SMP Mon Dec 20 11:42:01 PST 2021
[  426.037653] Call Trace:
[  426.037697] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x90/0xf0 [libcfs]
[  426.037703] [&amp;lt;0&amp;gt;] lbug_with_loc+0x4c/0xa0 [libcfs]
[  426.037753] [&amp;lt;0&amp;gt;] lfsck_namespace_linkea_clear_overflow.isra.66+0x390/0x4d3 [lfsck]
[  426.037771] [&amp;lt;0&amp;gt;] lfsck_namespace_double_scan_one+0x1b2/0x15a0 [lfsck]
[  426.037787] [&amp;lt;0&amp;gt;] lfsck_namespace_double_scan_one_trace_file+0x3ba/0x7d0 [lfsck]
[  426.037800] [&amp;lt;0&amp;gt;] lfsck_namespace_assistant_handler_p2+0x6e0/0xa80 [lfsck]
[  426.037814] [&amp;lt;0&amp;gt;] lfsck_assistant_engine+0xfb1/0x20a0 [lfsck]
[  426.037818] [&amp;lt;0&amp;gt;] kthread+0xd1/0xe0
[  426.037822] [&amp;lt;0&amp;gt;] ret_from_fork_nospec_begin+0x7/0x21
[  426.037898] [&amp;lt;0&amp;gt;] 0xfffffffffffffffe
[  426.037900] Kernel panic - not syncing: LBUG
[  426.040053] CPU: 8 PID: 1129 Comm: lfsck_namespace Kdump: loaded Tainted: G           OE  ------------ T 3.10.0-1160.49.1.el7_lustre.ddn16.x86_64 #1
[  426.044558] Hardware name: DDN SFA400NVXE, BIOS rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org 04/01/2014
[  426.047323] Call Trace:
[  426.049339]  [&amp;lt;ffffffff88584539&amp;gt;] dump_stack+0x19/0x1b
[  426.051794]  [&amp;lt;ffffffff8857e241&amp;gt;] panic+0xe8/0x21f
[  426.053797]  [&amp;lt;ffffffffc0c8d8fb&amp;gt;] lbug_with_loc+0x9b/0xa0 [libcfs]
[  426.056032]  [&amp;lt;ffffffffc16b12fd&amp;gt;] lfsck_namespace_linkea_clear_overflow.isra.66+0x390/0x4d3 [lfsck]
[  426.059110]  [&amp;lt;ffffffffc167eb72&amp;gt;] lfsck_namespace_double_scan_one+0x1b2/0x15a0 [lfsck]
[  426.061930]  [&amp;lt;ffffffffc168031a&amp;gt;] lfsck_namespace_double_scan_one_trace_file+0x3ba/0x7d0 [lfsck]
[  426.064345]  [&amp;lt;ffffffffc16840d0&amp;gt;] lfsck_namespace_assistant_handler_p2+0x6e0/0xa80 [lfsck]
[  426.066723]  [&amp;lt;ffffffffc10e6087&amp;gt;] ? ptlrpc_set_destroy+0x1f7/0x460 [ptlrpc]
[  426.069097]  [&amp;lt;ffffffff88026ae6&amp;gt;] ? kfree+0x106/0x140
[  426.071256]  [&amp;lt;ffffffffc10e6087&amp;gt;] ? ptlrpc_set_destroy+0x1f7/0x460 [ptlrpc]
[  426.073723]  [&amp;lt;ffffffffc1666a81&amp;gt;] lfsck_assistant_engine+0xfb1/0x20a0 [lfsck]
[  426.076042]  [&amp;lt;ffffffff88589df0&amp;gt;] ? __schedule+0x320/0x680
[  426.078232]  [&amp;lt;ffffffff87edadf0&amp;gt;] ? wake_up_state+0x20/0x20
[  426.080655]  [&amp;lt;ffffffffc1665ad0&amp;gt;] ? lfsck_master_engine+0x1360/0x1360 [lfsck]
[  426.082720]  [&amp;lt;ffffffff87ec5e61&amp;gt;] kthread+0xd1/0xe0
[  426.084783]  [&amp;lt;ffffffff87ec5d90&amp;gt;] ? insert_kthread_work+0x40/0x40
[  426.086902]  [&amp;lt;ffffffff88596ddd&amp;gt;] ret_from_fork_nospec_begin+0x7/0x21
[  426.088888]  [&amp;lt;ffffffff87ec5d90&amp;gt;] ? insert_kthread_work+0x40/0x40
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="340649" author="gerrit" created="Mon, 18 Jul 2022 05:35:26 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47447/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47447/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15886&quot; title=&quot;remove unreasonable assertions in LFSCK code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15886&quot;&gt;&lt;del&gt;LU-15886&lt;/del&gt;&lt;/a&gt; lfsck: remove unreasonable assertions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b52b52c2d142cec15ae35e91f878d1063c094bc4&lt;/p&gt;</comment>
                            <comment id="340973" author="pjones" created="Wed, 20 Jul 2022 13:02:29 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="70341">LU-15868</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </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|i02qr3:</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>