<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:38:03 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-3918] kernel NULL pointer dereference at lod_initialize_objects+0x327</title>
                <link>https://jira.whamcloud.com/browse/LU-3918</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3917&quot; title=&quot;lod_initialize_objects()) ASSERTION( cfs_bitmap_check(md-&amp;gt;lod_ost_descs.ltd_tgt_bitmap, idx) ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3917&quot;&gt;&lt;del&gt;LU-3917&lt;/del&gt;&lt;/a&gt;, we were testing out the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3161&quot; title=&quot;LASSERT() in lod_initialize_objects()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3161&quot;&gt;&lt;del&gt;LU-3161&lt;/del&gt;&lt;/a&gt; patch.  Starting MDS after upgrading from 2.1 to 2.4 following a writeconf.  We no longer hit the assertion from those bugs.  Now we hit this following NULL pointer deref.  Will try to obtain a full debug log and post 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;(gdb) l *( lod_initialize_objects+0x327)
0x8707 is in lod_initialize_objects (/usr/src/debug/lustre-2.4.0/lustre/lod/lod_lov.c:672).
667             if (unlikely(!cfs_bitmap_check(md-&amp;gt;lod_ost_bitmap, idx))) {
668                     CERROR(&quot;%s: bad idx: %d\n&quot;, lod2obd(md)-&amp;gt;obd_name, idx);
669                     return -EINVAL;
670             }
671
672             if (unlikely(OST_TGT(md, idx) == NULL)) {
673                     CERROR(&quot;%s: bad lod_tgt_desc for idx: %d\n&quot;,
674                            lod2obd(md)-&amp;gt;obd_name, idx);
675                     return -EINVAL;
676             }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;2013-09-10 12:38:43 Lustre: Lustre: Build Version: 2.4.0-16chaos-16chaos--PRISTINE-2.6.32-358.14.1.2chaos.ch5.1.1.x86_64
2013-09-10 12:38:43 LDISKFS-fs (sdb): mounted filesystem with ordered data mode. quota=off. Opts: 
2013-09-10 12:38:44 Lustre: lsc-MDT0000: Not available for connect from 192.168.117.117@o2ib10 (not set up)
2013-09-10 12:38:44 Lustre: lsc-MDT0000: Not available for connect from 192.168.116.198@o2ib5 (not set up)
2013-09-10 12:38:45 Lustre: 4192:0:(mdt_handler.c:4947:mdt_process_config()) For interoperability, skip this mdd.quota_type. It is obsolete.
2013-09-10 12:38:45 LustreError: 11-0: lsc-MDT0000-lwp-MDT0000: Communicating with 0@lo, operation mds_connect failed with -11.
2013-09-10 12:38:45 LustreError: 3988:0:(lod_lov.c:668:validate_lod_and_idx()) lsc-MDT0000-mdtlov: bad idx: 459
2013-09-10 12:38:45 LustreError: 3988:0:(mdd_orphans.c:400:orph_key_test_and_del()) lsc-MDD0000: error unlinking orphan [0x7e4cf25127a:0x207:0x0] from PENDING: rc = -22
2013-09-10 12:38:45 LustreError: 3988:0:(lod_lov.c:668:validate_lod_and_idx()) lsc-MDT0000-mdtlov: bad idx: 425
2013-09-10 12:38:45 LustreError: 3988:0:(mdd_orphans.c:400:orph_key_test_and_del()) lsc-MDD0000: error unlinking orphan [0x7e4cf35c78c:0xb7b:0x0] from PENDING: rc = -22
2013-09-10 12:38:45 BUG: unable to handle kernel NULL pointer dereference at 00000000000006c0
2013-09-10 12:38:45 IP: [&amp;lt;ffffffffa11406d7&amp;gt;] lod_initialize_objects+0x327/0xd00 [lod]
2013-09-10 12:38:45 PGD 633810067 PUD 63448e067 PMD 0 
2013-09-10 12:38:45 Oops: 0000 [#1] SMP 
2013-09-10 12:38:45 last sysfs file: /sys/module/fid/initstate
2013-09-10 12:38:45 CPU 8 
2013-09-10 12:38:45 Modules linked in: osp(U) lod(U) mdt(U) mgs(U) mgc(U) fsfilt_ldiskfs(U) osd_ldiskfs(U) ldiskfs(U) mbcache lquota(U) jbd2 mdd(U) lustre(U) lov(U) osc(U) mdc(U) fid(U) fld(U) ptlrpc(U) obdclass(U) lvfs(U) zfs(P)(U) zcommon(P)(U) znvpair(P)(U) zavl(P)(U) zunicode(P)(U) spl(U) zlib_deflate powernow_k8 freq_table mperf ko2iblnd(U) lnet(U) sha512_generic sha256_generic libcfs(U) ipmi_devintf ib_ipoib rdma_ucm ib_ucm ib_uverbs ib_umad rdma_cm ib_cm iw_cm ib_addr mlx4_ib ib_sa ib_mad ib_core dm_mirror dm_region_hash dm_log dm_mod vhost_net macvtap macvlan tun kvm_amd kvm ppdev parport_pc parport sg sd_mod crc_t10dif radeon ttm drm_kms_helper drm i2c_algo_bit sr_mod cdrom serio_raw shpchp k10temp amd64_edac_mod edac_core edac_mce_amd 3w_9xxx sata_nv ata_generic pata_acpi pata_amd i2c_nforce2 i2c_core ipv6 nfs lockd fscache auth_rpcgss nfs_acl sunrpc e1000 mlx4_en mlx4_core [last unloaded: cpufreq_ondemand]
2013-09-10 12:38:45 
2013-09-10 12:38:45 Pid: 3988, comm: mount.lustre Tainted: P           ---------------    2.6.32-358.14.1.2chaos.ch5.1.1.x86_64 #1 Supermicro H8QM8/H8QM8
2013-09-10 12:38:45 RIP: 0010:[&amp;lt;ffffffffa11406d7&amp;gt;]  [&amp;lt;ffffffffa11406d7&amp;gt;] lod_initialize_objects+0x327/0xd00 [lod]
2013-09-10 12:38:45 RSP: 0018:ffff8804343198d8  EFLAGS: 00010213
2013-09-10 12:38:45 RAX: 0000000000000000 RBX: ffff880632a65a00 RCX: 00000000ffffffff
2013-09-10 12:38:45 RDX: 00000000000000d8 RSI: 000000000000005e RDI: ffff880831194900
2013-09-10 12:38:45 RBP: ffff880434319958 R08: 00000000000001d8 R09: ffff880633e80ba0
2013-09-10 12:38:45 R10: ffff880628ffd6c0 R11: 0000000000000000 R12: 0000000000000000
2013-09-10 12:38:45 R13: 0000000000000000 R14: ffff880632a65a00 R15: ffff880831194000
2013-09-10 12:38:45 FS:  00007ffff7fdb700(0000) GS:ffff88043f400000(0000) knlGS:0000000000000000
2013-09-10 12:38:45 CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
2013-09-10 12:38:45 CR2: 00000000000006c0 CR3: 0000000633983000 CR4: 00000000000007e0
2013-09-10 12:38:45 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
2013-09-10 12:38:45 DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
2013-09-10 12:38:45 Process mount.lustre (pid: 3988, threadinfo ffff880434318000, task ffff8804339ccaa0)
2013-09-10 12:38:45 Stack:
2013-09-10 12:38:45  ffff8806000001d8 0000000000000002 0002880400000002 0000000000000010
2013-09-10 12:38:45 &amp;lt;d&amp;gt; ffff880632a65a30 ffff880632943f60 ffff880434319b78 ffff880633e80ba0
2013-09-10 12:38:45 &amp;lt;d&amp;gt; ffff8808311940e8 ffff880632916998 0000a30128ffd6c0 ffff880632916998
2013-09-10 12:38:45 Call Trace:
2013-09-10 12:38:45  [&amp;lt;ffffffffa11412b1&amp;gt;] lod_parse_striping+0x201/0x300 [lod]
2013-09-10 12:38:45  [&amp;lt;ffffffffa1142d00&amp;gt;] lod_load_striping+0x290/0x440 [lod]
2013-09-10 12:38:45  [&amp;lt;ffffffffa114e73b&amp;gt;] lod_declare_object_destroy+0x16b/0x390 [lod]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0e180a9&amp;gt;] __mdd_orphan_cleanup+0x7d9/0xca0 [mdd]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0e2733d&amp;gt;] mdd_recovery_complete+0xed/0x170 [mdd]
2013-09-10 12:38:45  [&amp;lt;ffffffffa1086ab0&amp;gt;] ? mdt_recovery_handle+0x0/0x120 [mdt]
2013-09-10 12:38:45  [&amp;lt;ffffffffa1078cb5&amp;gt;] mdt_postrecov+0x35/0xd0 [mdt]
2013-09-10 12:38:45  [&amp;lt;ffffffffa107d48b&amp;gt;] mdt_prepare+0x3cb/0x490 [mdt]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0884b86&amp;gt;] server_start_targets+0x1266/0x1960 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0854c15&amp;gt;] ? lustre_start_mgc+0x4b5/0x1ee0 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffffa084c950&amp;gt;] ? class_config_llog_handler+0x0/0x1830 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0886164&amp;gt;] server_fill_super+0xee4/0x1580 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0856818&amp;gt;] lustre_fill_super+0x1d8/0x530 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffffa0856640&amp;gt;] ? lustre_fill_super+0x0/0x530 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffff8118539f&amp;gt;] get_sb_nodev+0x5f/0xa0
2013-09-10 12:38:45  [&amp;lt;ffffffffa084e285&amp;gt;] lustre_get_sb+0x25/0x30 [obdclass]
2013-09-10 12:38:45  [&amp;lt;ffffffff811849bb&amp;gt;] vfs_kern_mount+0x7b/0x1b0
2013-09-10 12:38:45  [&amp;lt;ffffffff81184b62&amp;gt;] do_kern_mount+0x52/0x130
2013-09-10 12:38:45  [&amp;lt;ffffffff811a4bf2&amp;gt;] do_mount+0x2d2/0x8d0
2013-09-10 12:38:45  [&amp;lt;ffffffff811a5280&amp;gt;] sys_mount+0x90/0xe0
2013-09-10 12:38:45  [&amp;lt;ffffffff8100b0b2&amp;gt;] system_call_fastpath+0x16/0x1b
2013-09-10 12:38:45 Code: f0 08 00 00 44 8b 45 80 44 0f a3 40 08 19 c0 85 c0 0f 84 48 06 00 00 44 89 c0 41 0f b6 d0 c1 f8 08 48 98 49 8b 84 c7 e8 00 00 00 &amp;lt;48&amp;gt; 8b 04 d0 48 85 c0 0f 84 64 07 00 00 4c 8b 30 4d 85 f6 0f 84 
2013-09-10 12:38:45 RIP  [&amp;lt;ffffffffa11406d7&amp;gt;] lod_initialize_objects+0x327/0xd00 [lod]
2013-09-10 12:38:45  RSP &amp;lt;ffff8804343198d8&amp;gt;
2013-09-10 12:38:45 CR2: 00000000000006c0
2013-09-10 12:38:45 REWRITING MCP55 CFG REG
2013-09-10 12:38:45 CFG = c1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>lustre-2.4.0-16chaos_2.6.32_358.14.1.2chaos.ch5.1.1.ch5.1.1.x86_64</environment>
        <key id="20883">LU-3918</key>
            <summary>kernel NULL pointer dereference at lod_initialize_objects+0x327</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Sep 2013 20:00:22 +0000</created>
                <updated>Wed, 16 Oct 2013 03:08:20 +0000</updated>
                            <resolved>Mon, 23 Sep 2013 17:53:47 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="66253" author="pjones" created="Tue, 10 Sep 2013 20:14:13 +0000"  >&lt;p&gt;Ned &lt;/p&gt;

&lt;p&gt;Just to clarify - do you mean the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3161&quot; title=&quot;LASSERT() in lod_initialize_objects()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3161&quot;&gt;&lt;del&gt;LU-3161&lt;/del&gt;&lt;/a&gt; patch rather than the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3191&quot; title=&quot;lctl segfaults while configuring lnet with linux-3.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3191&quot;&gt;&lt;del&gt;LU-3191&lt;/del&gt;&lt;/a&gt; patch?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="66254" author="nedbass" created="Tue, 10 Sep 2013 20:17:52 +0000"  >&lt;p&gt;Yes, sorry.  I&apos;ll edit my comments to avoid confusion.&lt;/p&gt;</comment>
                            <comment id="66255" author="nedbass" created="Tue, 10 Sep 2013 20:27:57 +0000"  >&lt;p&gt;Attached debug log &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/13454/13454_lustre.log.LU-3918.gz&quot; title=&quot;lustre.log.LU-3918.gz attached to LU-3918&quot;&gt;lustre.log.LU-3918.gz&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="66301" author="green" created="Wed, 11 Sep 2013 03:33:29 +0000"  >&lt;p&gt;this seems to be a wrong lustre log as it does not have any of the stuff that supposedly is happening in the crash.&lt;/p&gt;

&lt;p&gt;I tried this patch locally on my reproducer and it worked, so something more subtle might be going on, even though I am not sure how could you end up with a null pointer in ltd-&amp;gt;ltd_tgt_idx&lt;span class=&quot;error&quot;&gt;&amp;#91;index / TGT_PTRS_PER_BLOCK&amp;#93;&lt;/span&gt; (the only place that could produce a crash like this, I think) since we did check the bitmap first and we do set the pointer to not null first before setting the bitmap.&lt;/p&gt;</comment>
                            <comment id="66383" author="nedbass" created="Wed, 11 Sep 2013 18:55:07 +0000"  >&lt;p&gt;Oleg, I obtained this debug log by reproducing the crash with a -1 lustre debug level.  It does not match the console output above (i.e. the LustreError messages) because those errors did not reproduce after the first crash.  However, the first crash had default debug levels so the debug log from that one would probably not be helpful.&lt;/p&gt;</comment>
                            <comment id="66456" author="green" created="Thu, 12 Sep 2013 05:07:27 +0000"  >&lt;p&gt;I see.&lt;/p&gt;

&lt;p&gt;Can you please trace the array content (in the crashdump) to make sure where the NULL pointer really is this time? that line is a big macro with several dereferences.&lt;/p&gt;</comment>
                            <comment id="66609" author="jlevi" created="Fri, 13 Sep 2013 16:38:08 +0000"  >&lt;p&gt;We need to find someone other than Oleg to assign this ticket to&lt;/p&gt;</comment>
                            <comment id="66610" author="green" created="Fri, 13 Sep 2013 16:38:13 +0000"  >&lt;p&gt;So do you still have the crashdump/image of problematic fs to help us move forward on this?&lt;/p&gt;</comment>
                            <comment id="66654" author="pjones" created="Fri, 13 Sep 2013 21:20:43 +0000"  >&lt;p&gt;This seems to be related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3917&quot; title=&quot;lod_initialize_objects()) ASSERTION( cfs_bitmap_check(md-&amp;gt;lod_ost_descs.ltd_tgt_bitmap, idx) ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3917&quot;&gt;&lt;del&gt;LU-3917&lt;/del&gt;&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Ned, is there any further information available to assist with the investigation?&lt;/p&gt;</comment>
                            <comment id="66896" author="bobijam" created="Wed, 18 Sep 2013 07:57:04 +0000"  >&lt;p&gt;Still needs to know where lod_initialize_objects+0x327 refers to. Do you have a rehit and collect crashdump/image?&lt;/p&gt;</comment>
                            <comment id="67024" author="nedbass" created="Thu, 19 Sep 2013 15:38:59 +0000"  >&lt;p&gt;I&apos;ll upload a crash dump today.  Sorry for the delay, I&apos;ve been busy putting out other fires.&lt;/p&gt;</comment>
                            <comment id="67066" author="nedbass" created="Thu, 19 Sep 2013 22:08:56 +0000"  >&lt;p&gt;Uploaded vmcore to ftp.whamcloud.com. Email bass6 at llnl dot gov if you need the filename.&lt;/p&gt;</comment>
                            <comment id="67199" author="bobijam" created="Sun, 22 Sep 2013 06:56:12 +0000"  >&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; struct lod_device 0xffff88083134e000
...
  lod_ost_descs = {
    ltd_tgt_idx = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 
    ltd_tgts_size = 32, 
    ltd_tgtnr = 0, 
    ltd_tgt_bitmap = 0xffff8808312cd620, 
...

crash&amp;gt; struct cfs_bitmap_t 0xffff8808312cd620
struct cfs_bitmap_t {
  size = 32, 
  data = 0xffff8808312cd628
}

crash&amp;gt; x/x 0xffff8808312cd628
0xffff8808312cd628:     0x00000000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;strangely !cfs_bitmap_check(md-&amp;gt;lod_ost_bitmap, idx) should has caught that there&apos;s no target on that index, since bitmap is all 0, unless the idx is beyond 32.&lt;/p&gt;
</comment>
                            <comment id="67207" author="bobijam" created="Sun, 22 Sep 2013 15:07:47 +0000"  >&lt;p&gt;would you mind trying the patchset 7 of &lt;a href=&quot;http://review.whamcloud.com/#/c/7234/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7234/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67264" author="adilger" created="Mon, 23 Sep 2013 17:44:20 +0000"  >&lt;p&gt;I believe the newer patch in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3161&quot; title=&quot;LASSERT() in lod_initialize_objects()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3161&quot;&gt;&lt;del&gt;LU-3161&lt;/del&gt;&lt;/a&gt; should also handle this problem.&lt;/p&gt;</comment>
                            <comment id="67266" author="adilger" created="Mon, 23 Sep 2013 17:53:47 +0000"  >&lt;p&gt;Closing this as a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3161&quot; title=&quot;LASSERT() in lod_initialize_objects()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3161&quot;&gt;&lt;del&gt;LU-3161&lt;/del&gt;&lt;/a&gt;, which has a patch to fix this problem.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="20882">LU-3917</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="18382">LU-3161</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13454" name="lustre.log.LU-3918.gz" size="1165029" author="nedbass" created="Tue, 10 Sep 2013 20:27:57 +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|hzw1ov:</customfieldvalue>

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