<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:49:04 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-5163] (lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&gt;lo_header-&gt;loh_attr &amp; LOHA_EXISTS) != 0 ) failed</title>
                <link>https://jira.whamcloud.com/browse/LU-5163</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running racer on 2.5.59-66-g47cde80 with MDSCOUNT=4 and file_create.sh modified to do fewer writes.&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;[ 2383.017816] LustreError: 16406:0:(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed: 
[ 2383.020138] LustreError: 16406:0:(lu_object.h:852:lu_object_attr()) LBUG
[ 2383.021290] Pid: 16406, comm: mdt00_002
[ 2383.021909] 
[ 2383.021910] Call Trace:
[ 2383.022612]  [&amp;lt;ffffffffa02be8c5&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
[ 2383.023915]  [&amp;lt;ffffffffa02beec7&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
[ 2383.025200]  [&amp;lt;ffffffffa0bc6e8b&amp;gt;] mdd_migrate_entries+0xffb/0x1100 [mdd]
[ 2383.026503]  [&amp;lt;ffffffffa0bc7af7&amp;gt;] mdd_migrate+0xb67/0x13d0 [mdd]
[ 2383.027666]  [&amp;lt;ffffffffa0afc61b&amp;gt;] ? osd_object_read_unlock+0x8b/0xd0 [osd_ldiskfs]
[ 2383.029154]  [&amp;lt;ffffffffa0c25c78&amp;gt;] mdt_reint_migrate_internal+0x15c8/0x1b40 [mdt]
[ 2383.030578]  [&amp;lt;ffffffff815547cb&amp;gt;] ? _spin_unlock+0x2b/0x40
[ 2383.031524]  [&amp;lt;ffffffffa0c299d3&amp;gt;] mdt_reint_rename_or_migrate+0x2a3/0x660 [mdt]
[ 2383.032776]  [&amp;lt;ffffffffa0c03c95&amp;gt;] ? mdt_ucred+0x15/0x20 [mdt]
[ 2383.033739]  [&amp;lt;ffffffffa0c1e4cc&amp;gt;] ? mdt_root_squash+0x2c/0x3f0 [mdt]
[ 2383.034849]  [&amp;lt;ffffffffa06b7026&amp;gt;] ? __req_capsule_get+0x166/0x6e0 [ptlrpc]
[ 2383.035986]  [&amp;lt;ffffffffa0c29da3&amp;gt;] mdt_reint_migrate+0x13/0x20 [mdt]
[ 2383.037045]  [&amp;lt;ffffffffa0c223e1&amp;gt;] mdt_reint_rec+0x41/0xe0 [mdt]
[ 2383.038083]  [&amp;lt;ffffffffa0c07e43&amp;gt;] mdt_reint_internal+0x4c3/0x7c0 [mdt]
[ 2383.039234]  [&amp;lt;ffffffffa0c086cb&amp;gt;] mdt_reint+0x6b/0x120 [mdt]
[ 2383.040228]  [&amp;lt;ffffffffa06f0a85&amp;gt;] tgt_request_handle+0x245/0xad0 [ptlrpc]
[ 2383.041371]  [&amp;lt;ffffffffa06a18d1&amp;gt;] ptlrpc_main+0xce1/0x1970 [ptlrpc]
[ 2383.042435]  [&amp;lt;ffffffffa06a0bf0&amp;gt;] ? ptlrpc_main+0x0/0x1970 [ptlrpc]
[ 2383.043468]  [&amp;lt;ffffffff8109eab6&amp;gt;] kthread+0x96/0xa0
[ 2383.044261]  [&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[ 2383.045066]  [&amp;lt;ffffffff81554710&amp;gt;] ? _spin_unlock_irq+0x30/0x40
[ 2383.045986]  [&amp;lt;ffffffff8100bb10&amp;gt;] ? restore_args+0x0/0x30
[ 2383.046914]  [&amp;lt;ffffffff8109ea20&amp;gt;] ? kthread+0x0/0xa0
[ 2383.047770]  [&amp;lt;ffffffff8100c300&amp;gt;] ? child_rip+0x0/0x20
[ 2383.048666] 
[ 2383.049141] Kernel panic - not syncing: LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is from mdd_migrate_entries() line 3473.&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;                child = mdd_object_find(env, mdd, &amp;amp;ent-&amp;gt;lde_fid);
                if (IS_ERR(child))
                        GOTO(out, rc = PTR_ERR(child));

                is_dir = S_ISDIR(lu_object_attr(&amp;amp;child-&amp;gt;mod_obj.mo_lu));
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="25067">LU-5163</key>
            <summary>(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&gt;lo_header-&gt;loh_attr &amp; LOHA_EXISTS) != 0 ) failed</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="jhammond">John Hammond</reporter>
                        <labels>
                            <label>dne2</label>
                            <label>mdd</label>
                            <label>migration</label>
                    </labels>
                <created>Mon, 9 Jun 2014 14:25:47 +0000</created>
                <updated>Tue, 10 Jul 2018 14:43:47 +0000</updated>
                            <resolved>Fri, 5 Jan 2018 13:42:31 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.10.2</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>17</watches>
                                                                            <comments>
                            <comment id="86127" author="adilger" created="Mon, 9 Jun 2014 17:41:41 +0000"  >&lt;p&gt;Does this have the patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5069&quot; title=&quot;Hit LBUG in DNE  racer test: (lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5069&quot;&gt;&lt;del&gt;LU-5069&lt;/del&gt;&lt;/a&gt; or is it a new issue?&lt;/p&gt;</comment>
                            <comment id="86129" author="jhammond" created="Mon, 9 Jun 2014 17:43:46 +0000"  >&lt;p&gt;This is on today&apos;s master which has that patch. This is a new issue which is not related to rename sanity checking.&lt;/p&gt;</comment>
                            <comment id="86286" author="di.wang" created="Tue, 10 Jun 2014 23:36:01 +0000"  >&lt;p&gt;Hmm, it seems the name entry is a dangling entry, and we probably can skip this name entry during migration. But  I am not sure how this dangling entry is created, and not sure it is related with migration or not.&lt;/p&gt;</comment>
                            <comment id="86299" author="di.wang" created="Wed, 11 Jun 2014 04:05:25 +0000"  >&lt;p&gt;Hmm, I did a few test, it seems this related with &lt;a href=&quot;http://review.whamcloud.com/9538&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9538&lt;/a&gt;, where it does is_subdir check without ldlm lock protection. Though I am not so sure, since it is not easy to get debug log to analyze it. But I tried to re-write the patch, use lookup(..), instead of is_subdir, it seems fix the LBUG issue, at least I can not reproduce the lbug  with the patch &lt;a href=&quot;http://review.whamcloud.com/10673&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10673&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="86332" author="jhammond" created="Wed, 11 Jun 2014 16:43:57 +0000"  >&lt;p&gt;I cherry-picked &lt;a href=&quot;http://review.whamcloud.com/10673&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10673&lt;/a&gt; onto today&apos;s master (2.5.59-79-g5c4573e) and I see the same LBUG with the same stack trace.&lt;/p&gt;</comment>
                            <comment id="86348" author="jhammond" created="Wed, 11 Jun 2014 17:51:38 +0000"  >&lt;p&gt;Regardless of LDLM issues, this FID is coming straight from the disk so we should not be asserting on the existence of the object. I know that some may want to leave this in until they understand the underlying issue but I would prefer to have a less crashy implementation of an already best-effort type operation like migration.&lt;/p&gt;</comment>
                            <comment id="86349" author="bzzz" created="Wed, 11 Jun 2014 17:55:25 +0000"  >&lt;p&gt;my take on this is that it&apos;s better to crash and restart instead of corrupting a filesystem silently (potentially, given we don&apos;t understand everything at the moment).&lt;/p&gt;</comment>
                            <comment id="102847" author="adilger" created="Thu, 8 Jan 2015 09:08:55 +0000"  >&lt;p&gt;Hit this again running racer on my single-node test system (2x MDT, 3x OST).  The stack is a little different than the original one, so I thought I&apos;d post it 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;LustreError: 25072:0:(lu_object.h:859:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed:
LustreError: 25072:0:(lu_object.h:859:lu_object_attr()) LBUG
Pid: 25072, comm: mdt00_005

Call Trace:
 [&amp;lt;ffffffffa13a7895&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
 [&amp;lt;ffffffffa13a7e97&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
 [&amp;lt;ffffffffa1015e07&amp;gt;] lu_object_attr+0x47/0x50 [mdt]
 [&amp;lt;ffffffffa10186b3&amp;gt;] mdt_reint_migrate_internal+0x6a3/0x1b50 [mdt]
 [&amp;lt;ffffffffa101d7cb&amp;gt;] mdt_reint_rename_or_migrate+0x3cb/0x6c0 [mdt]
 [&amp;lt;ffffffffa101dad3&amp;gt;] mdt_reint_migrate+0x13/0x20 [mdt]
 [&amp;lt;ffffffffa1015fcd&amp;gt;] mdt_reint_rec+0x5d/0x200 [mdt]
 [&amp;lt;ffffffffa0ffa19b&amp;gt;] mdt_reint_internal+0x4cb/0x7a0 [mdt]
 [&amp;lt;ffffffffa0ffa9fb&amp;gt;] mdt_reint+0x6b/0x120 [mdt]
 [&amp;lt;ffffffffa0c5398e&amp;gt;] tgt_request_handle+0x8be/0x1000 [ptlrpc]
 [&amp;lt;ffffffffa0c03721&amp;gt;] ptlrpc_main+0xe41/0x1960 [ptlrpc]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In particular, this is failing in mdt_reint_migrate_internal() rather than in mdd_migrate_entries():&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(gdb) list *(mdt_reint_migrate_internal+0x6a3)
0x266e3 is in mdt_reint_migrate_internal (/usr/src/lustre-head/lustre/mdt/mdt_reint.c:1518).
1508            mold = mdt_object_find(info-&amp;gt;mti_env, info-&amp;gt;mti_mdt, old_fid);
1509            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (IS_ERR(mold))
1510                    GOTO(out_unlock_parent, rc = PTR_ERR(mold));
1511
1512            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (mdt_object_remote(mold)) {
1513                    CERROR(&lt;span class=&quot;code-quote&quot;&gt;&quot;%s: source &quot;&lt;/span&gt;DFID&lt;span class=&quot;code-quote&quot;&gt;&quot; is on the remote MDT\n&quot;&lt;/span&gt;,
1514                           mdt_obd_name(info-&amp;gt;mti_mdt), PFID(old_fid));
1515                    GOTO(out_put_child, rc = -EREMOTE);
1516            }
1517
1518            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (S_ISREG(lu_object_attr(&amp;amp;mold-&amp;gt;mot_obj)) &amp;amp;&amp;amp;
1519                !mdt_object_remote(msrcdir)) {
1520                    CERROR(&lt;span class=&quot;code-quote&quot;&gt;&quot;%s: parent &quot;&lt;/span&gt;DFID&lt;span class=&quot;code-quote&quot;&gt;&quot; is still on the same&quot;&lt;/span&gt;
1521                           &lt;span class=&quot;code-quote&quot;&gt;&quot; MDT, which should be migrated first:&quot;&lt;/span&gt;
1522                           &lt;span class=&quot;code-quote&quot;&gt;&quot; rc = %d\n&quot;&lt;/span&gt;, mdt_obd_name(info-&amp;gt;mti_mdt),
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Is &lt;tt&gt;mold&lt;/tt&gt; locked at this point after mdd_object_find-&amp;gt;lu_object_find?  Otherwise it seems entirely possible to delete the object between the time it is looked up and when the LASSERT() trips in lu_object_attr().&lt;/p&gt;</comment>
                            <comment id="103561" author="di.wang" created="Thu, 15 Jan 2015 07:53:19 +0000"  >&lt;p&gt;Well, the parent has been locked, and the mold object is gotten by name-&amp;gt;FID lookup. If the name entry exists, but the object (mold) does not exist, it means the name entry is becoming a dangling entry during the racer. &lt;/p&gt;</comment>
                            <comment id="103567" author="di.wang" created="Thu, 15 Jan 2015 08:17:15 +0000"  >&lt;p&gt;this probably because we did not lock all of the children when migrating the directory. hmm&lt;/p&gt;</comment>
                            <comment id="191786" author="laisiyao" created="Thu, 13 Apr 2017 01:38:05 +0000"  >&lt;p&gt;I met this in local test, and am looking into it now.&lt;/p&gt;</comment>
                            <comment id="192053" author="laisiyao" created="Fri, 14 Apr 2017 03:21:43 +0000"  >&lt;p&gt;This looks to be in mdd_migrate_entries() -&amp;gt; mdd_object_type(child), which asserts child should exist, while it&apos;s not always true, because child is not locked, I&apos;ll push a patch soon.&lt;/p&gt;</comment>
                            <comment id="192073" author="gerrit" created="Fri, 14 Apr 2017 08:40:55 +0000"  >&lt;p&gt;Lai Siyao (lai.siyao@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26620&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26620&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5163&quot; title=&quot;(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5163&quot;&gt;&lt;del&gt;LU-5163&lt;/del&gt;&lt;/a&gt; mdd: obtain type from dirent&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c6fc00290924905e6c8c62bdecf283b04bc6f712&lt;/p&gt;</comment>
                            <comment id="213680" author="casperjx" created="Tue, 14 Nov 2017 17:47:05 +0000"  >&lt;p&gt;Seen in master 2.10.55 b3667:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/0a9fe899-314e-4874-bd82-8a966bc7ad88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/0a9fe899-314e-4874-bd82-8a966bc7ad88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="213957" author="bogl" created="Thu, 16 Nov 2017 21:13:55 +0000"  >&lt;p&gt;another on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/77756eb8-cb0a-11e7-9c63-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/77756eb8-cb0a-11e7-9c63-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="214959" author="sarah" created="Wed, 29 Nov 2017 19:41:48 +0000"  >&lt;p&gt;on 2.10.2&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/c087a034-d4bb-11e7-8027-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/c087a034-d4bb-11e7-8027-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="217423" author="gerrit" created="Thu, 4 Jan 2018 02:47:53 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26620/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26620/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5163&quot; title=&quot;(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5163&quot;&gt;&lt;del&gt;LU-5163&lt;/del&gt;&lt;/a&gt; mdd: migrated entry may not exist&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 542b76d142c491a0a1bf8a2f4fd22af4733f59cb&lt;/p&gt;</comment>
                            <comment id="217516" author="pjones" created="Thu, 4 Jan 2018 18:38:23 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Can this ticket be marked as resolved now or is Di&apos;s patch still needed too?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="217566" author="laisiyao" created="Fri, 5 Jan 2018 08:08:47 +0000"  >&lt;p&gt;Peter, it can be marked as resolved now, and Di&apos;s patch is not needed IMHO.&lt;/p&gt;</comment>
                            <comment id="217574" author="pjones" created="Fri, 5 Jan 2018 13:42:31 +0000"  >&lt;p&gt;ok - thanks!&lt;/p&gt;</comment>
                            <comment id="220753" author="mdiep" created="Mon, 12 Feb 2018 15:53:57 +0000"  >&lt;p&gt;+1 on b2_10&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/cbf69ae0-0ed3-11e8-a6ad-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/cbf69ae0-0ed3-11e8-a6ad-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="220770" author="gerrit" created="Mon, 12 Feb 2018 18:15:54 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31281&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31281&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5163&quot; title=&quot;(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5163&quot;&gt;&lt;del&gt;LU-5163&lt;/del&gt;&lt;/a&gt; mdd: migrated entry may not exist&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dac6aa7caf537d4d3e7a772c36fbdb355da47e56&lt;/p&gt;</comment>
                            <comment id="223980" author="gerrit" created="Mon, 19 Mar 2018 20:09:20 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31281/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31281/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5163&quot; title=&quot;(lu_object.h:852:lu_object_attr()) ASSERTION( ((o)-&amp;gt;lo_header-&amp;gt;loh_attr &amp;amp; LOHA_EXISTS) != 0 ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5163&quot;&gt;&lt;del&gt;LU-5163&lt;/del&gt;&lt;/a&gt; mdd: migrated entry may not exist&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8af27a326ffebc7c0f40734767035d353bafa43c&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="25269">LU-5242</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24881">LU-5125</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25680">LU-5388</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52677">LU-11135</issuekey>
        </issuelink>
                            </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|hzwnyn:</customfieldvalue>

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