<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:44: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-4688] target_destroy_export() LBUG</title>
                <link>https://jira.whamcloud.com/browse/LU-4688</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&#8217;ve created a brand new file system on a freshly installed system on the OpenSFS cluster. I run dd a few times and everything looks fine. On the OSS, I run&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;# lctl set_param fail_loc=0x1610
fail_loc=0x1610
# lctl get_param fail_loc
fail_loc=5648
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;fail_loc=0x1610 (OBD_FAIL_LFSCK_DANGLING) is supposed to create files with dangling references. Then I run dd&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;# dd if=/dev/urandom of=/lustre/scratch/a_3 count=1 bs=64k
1+0 records in
1+0 records out
65536 bytes (66 kB) copied, 0.0157425 s, 4.2 MB/s
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and get no errors for the first 50 or so files written. Then all dd commands will produce the following error&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;# dd if=/dev/urandom of=/lustre/scratch/m_502 count=1 bs=64k
dd: writing `/lustre/scratch/m_502&apos;: Cannot allocate memory
1+0 records in
0+0 records out
0 bytes (0 B) copied, 0.292437 s, 0.0 kB/s
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I run LFSCK on the MDS&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;#lctl lfsck_start -M scratch-MDT0000 -A --reset --type layout
Started LFSCK on the device scratch-MDT0000: layout.
# lctl get_param -n mdd.scratch-MDT0000.lfsck_layout
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and see that some number of dangling references were repaired. Up to this point, all of this is expected behavior.&lt;/p&gt;

&lt;p&gt;The problem happens when I try to turn dangling references off. On the OST, I run &#8220;lctl set_param fail_loc=0&#8221; and get &#8220;fail_loc=0&#8221; returned.  I then run dd on the client and get the same error as above about allocating memory and running LFSCK finds and corrects dangling references. I&#8217;m told that files could still be created with dangling references due to preallocation, but that after 32 or so files, it should stop. &lt;/p&gt;

&lt;p&gt;After writing about 30 files, the dd command on the client froze, the OST crashed and, on the OST console, I see &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;Message from syslogd@c11-ib at Feb 27 20:42:26 ...
 kernel:LustreError: 2082:0:(ldlm_lib.c:1311:target_destroy_export()) ASSERTION( atomic_read(&amp;amp;exp-&amp;gt;exp_cb_count) == 0 ) failed: value: 1

Message from syslogd@c11-ib at Feb 27 20:42:26 ...
 kernel:LustreError: 2082:0:(ldlm_lib.c:1311:target_destroy_export()) LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The OST came back on-line after a few minutes. I&#8217;ve repeated this twice on two different clean file systems.&lt;/p&gt;
</description>
                <environment>OpenSFS Cluster running Lustre master build #1914&lt;br/&gt;
Combined MGS/MDS, one OSS with two OSTs and one client.&lt;br/&gt;
</environment>
        <key id="23390">LU-4688</key>
            <summary>target_destroy_export() LBUG</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="1">Fixed</resolution>
                                        <assignee username="tappro">Mikhail Pershin</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>22pl</label>
                            <label>mq115</label>
                    </labels>
                <created>Fri, 28 Feb 2014 05:06:45 +0000</created>
                <updated>Wed, 12 Aug 2015 22:05:35 +0000</updated>
                            <resolved>Thu, 23 Apr 2015 16:40:52 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.5.3</version>
                    <version>Lustre 2.5.4</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="78095" author="jamesanunez" created="Fri, 28 Feb 2014 14:32:29 +0000"  >&lt;p&gt;More information:&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;&amp;lt;3&amp;gt;LustreError: 2280:0:(ldlm_resource.c:1154:ldlm_resource_get()) Skipped 7 previous similar messages
&amp;lt;0&amp;gt;LustreError: 2082:0:(ldlm_lib.c:1311:target_destroy_export()) ASSERTION( atomic_read(&amp;amp;exp-&amp;gt;exp_cb_count) == 0 ) failed: value: 1
&amp;lt;0&amp;gt;LustreError: 2082:0:(ldlm_lib.c:1311:target_destroy_export()) LBUG
&amp;lt;4&amp;gt;Pid: 2082, comm: obd_zombid
&amp;lt;4&amp;gt;
&amp;lt;4&amp;gt;Call Trace:
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0512895&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0512e97&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa08656bc&amp;gt;] target_destroy_export+0x10c/0x150 [ptlrpc]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa080840d&amp;gt;] ofd_destroy_export+0x3d/0x1a0 [ofd]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635003&amp;gt;] obd_zombie_impexp_cull+0x2d3/0x5d0 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635365&amp;gt;] obd_zombie_impexp_thread+0x65/0x190 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81065df0&amp;gt;] ? default_wake_function+0x0/0x20
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635300&amp;gt;] ? obd_zombie_impexp_thread+0x0/0x190 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8109aee6&amp;gt;] kthread+0x96/0xa0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100c20a&amp;gt;] child_rip+0xa/0x20
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8109ae50&amp;gt;] ? kthread+0x0/0xa0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100c200&amp;gt;] ? child_rip+0x0/0x20
&amp;lt;4&amp;gt;
&amp;lt;0&amp;gt;Kernel panic - not syncing: LBUG
&amp;lt;4&amp;gt;Pid: 2082, comm: obd_zombid Not tainted 2.6.32-431.5.1.el6_lustre.gf1171da.x86_64 #1
&amp;lt;4&amp;gt;Call Trace:
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81527983&amp;gt;] ? panic+0xa7/0x16f
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0512eeb&amp;gt;] ? lbug_with_loc+0x9b/0xb0 [libcfs]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa08656bc&amp;gt;] ? target_destroy_export+0x10c/0x150 [ptlrpc]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa080840d&amp;gt;] ? ofd_destroy_export+0x3d/0x1a0 [ofd]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635003&amp;gt;] ? obd_zombie_impexp_cull+0x2d3/0x5d0 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635365&amp;gt;] ? obd_zombie_impexp_thread+0x65/0x190 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff81065df0&amp;gt;] ? default_wake_function+0x0/0x20
&amp;lt;4&amp;gt; [&amp;lt;ffffffffa0635300&amp;gt;] ? obd_zombie_impexp_thread+0x0/0x190 [obdclass]
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8109aee6&amp;gt;] ? kthread+0x96/0xa0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100c20a&amp;gt;] ? child_rip+0xa/0x20
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8109ae50&amp;gt;] ? kthread+0x0/0xa0
&amp;lt;4&amp;gt; [&amp;lt;ffffffff8100c200&amp;gt;] ? child_rip+0x0/0x20
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="78346" author="jamesanunez" created="Tue, 4 Mar 2014 17:06:19 +0000"  >&lt;p&gt;I cannot reproduce this error with the latest Lustre master build #1927.&lt;/p&gt;</comment>
                            <comment id="78900" author="adilger" created="Mon, 10 Mar 2014 18:01:59 +0000"  >&lt;p&gt;Closing per last comment. Can reopen if it is hot again. &lt;/p&gt;</comment>
                            <comment id="89166" author="sarah" created="Tue, 15 Jul 2014 22:50:33 +0000"  >&lt;p&gt;Hit the error again in b2_6 build # 2 (2.6.0-RC2)&lt;br/&gt;
server and client: RHEL6 ldiskfs&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/bc2e0496-0c47-11e4-b749-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/bc2e0496-0c47-11e4-b749-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="90511" author="bobijam" created="Thu, 31 Jul 2014 03:33:59 +0000"  >&lt;p&gt;a debug patch is pushed at &lt;a href=&quot;http://review.whamcloud.com/11287&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11287&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="95253" author="sarah" created="Mon, 29 Sep 2014 23:44:18 +0000"  >&lt;p&gt;hit this on master branch build #2671&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/86f40836-472d-11e4-a9ec-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/86f40836-472d-11e4-a9ec-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="95259" author="yujian" created="Tue, 30 Sep 2014 04:03:53 +0000"  >&lt;p&gt;I found that replay-dual was not in any review* test groups. Should we add it back?&lt;/p&gt;</comment>
                            <comment id="96175" author="green" created="Sat, 11 Oct 2014 05:45:51 +0000"  >&lt;p&gt;I noticed in my logs an interesting crash of this nature where there is the second racing thread unhappy.&lt;br/&gt;
Hopefully this is enough to identify the problematic code:&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;&amp;lt;0&amp;gt;[60318.480420] LustreError: 31766:0:(ldlm_lib.c:1298:target_destroy_export()) ASSERTION( atomic_read(&amp;amp;exp-&amp;gt;exp_cb_count) == 0 ) failed: value: 1
&amp;lt;0&amp;gt;[60318.480900] LustreError: 13152:0:(genops.c:831:class_export_put()) ASSERTION( __v &amp;gt; 0 &amp;amp;&amp;amp; __v &amp;lt; ((int)0x5a5a5a5a5a5a5a5a) ) failed: value: 0
&amp;lt;0&amp;gt;[60318.480903] LustreError: 13152:0:(genops.c:831:class_export_put()) LBUG
&amp;lt;4&amp;gt;[60318.480904] Pid: 13152, comm: jbd2/loop0-8
&amp;lt;4&amp;gt;[60318.480905] 
&amp;lt;4&amp;gt;[60318.480906] Call Trace:
&amp;lt;4&amp;gt;[60318.480919]  [&amp;lt;ffffffffa08348a5&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
&amp;lt;4&amp;gt;[60318.480929]  [&amp;lt;ffffffffa0834ea7&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
&amp;lt;4&amp;gt;[60318.480958]  [&amp;lt;ffffffffa094a251&amp;gt;] class_export_put+0x251/0x2c0 [obdclass]
&amp;lt;4&amp;gt;[60318.481001]  [&amp;lt;ffffffffa11fc424&amp;gt;] tgt_cb_new_client+0x154/0x2a0 [ptlrpc]
&amp;lt;4&amp;gt;[60318.481010]  [&amp;lt;ffffffffa071d9b4&amp;gt;] osd_trans_commit_cb+0xb4/0x350 [osd_ldiskfs]
&amp;lt;4&amp;gt;[60318.481022]  [&amp;lt;ffffffffa06caae9&amp;gt;] ldiskfs_journal_commit_callback+0x89/0xc0 [ldiskfs]
&amp;lt;4&amp;gt;[60318.481026]  [&amp;lt;ffffffffa0368b77&amp;gt;] jbd2_journal_commit_transaction+0x1377/0x1690 [jbd2]
&amp;lt;4&amp;gt;[60318.481030]  [&amp;lt;ffffffff8108292b&amp;gt;] ? try_to_del_timer_sync+0x7b/0xe0
&amp;lt;4&amp;gt;[60318.481035]  [&amp;lt;ffffffffa036df67&amp;gt;] kjournald2+0xb7/0x210 [jbd2]
&amp;lt;4&amp;gt;[60318.481038]  [&amp;lt;ffffffff81098f90&amp;gt;] ? autoremove_wake_function+0x0/0x40
&amp;lt;4&amp;gt;[60318.481042]  [&amp;lt;ffffffffa036deb0&amp;gt;] ? kjournald2+0x0/0x210 [jbd2]
&amp;lt;4&amp;gt;[60318.481044]  [&amp;lt;ffffffff81098c06&amp;gt;] kthread+0x96/0xa0
&amp;lt;4&amp;gt;[60318.481047]  [&amp;lt;ffffffff8100c24a&amp;gt;] child_rip+0xa/0x20
&amp;lt;4&amp;gt;[60318.481049]  [&amp;lt;ffffffff81098b70&amp;gt;] ? kthread+0x0/0xa0
&amp;lt;4&amp;gt;[60318.481050]  [&amp;lt;ffffffff8100c240&amp;gt;] ? child_rip+0x0/0x20
&amp;lt;4&amp;gt;[60318.481051] 
&amp;lt;0&amp;gt;[60318.488119] Kernel panic - not syncing: LBUG
&amp;lt;4&amp;gt;[60318.488121] Pid: 13152, comm: jbd2/loop0-8 Not tainted 2.6.32-rhe6.5-debug #4
&amp;lt;4&amp;gt;[60318.488123] Call Trace:
&amp;lt;4&amp;gt;[60318.488130]  [&amp;lt;ffffffff81512d12&amp;gt;] ? panic+0xa7/0x16f
&amp;lt;4&amp;gt;[60318.488142]  [&amp;lt;ffffffffa0834efb&amp;gt;] ? lbug_with_loc+0x9b/0xb0 [libcfs]
&amp;lt;4&amp;gt;[60318.488168]  [&amp;lt;ffffffffa094a251&amp;gt;] ? class_export_put+0x251/0x2c0 [obdclass]
&amp;lt;4&amp;gt;[60318.488211]  [&amp;lt;ffffffffa11fc424&amp;gt;] ? tgt_cb_new_client+0x154/0x2a0 [ptlrpc]
&amp;lt;4&amp;gt;[60318.488223]  [&amp;lt;ffffffffa071d9b4&amp;gt;] ? osd_trans_commit_cb+0xb4/0x350 [osd_ldiskfs]
&amp;lt;4&amp;gt;[60318.488233]  [&amp;lt;ffffffffa06caae9&amp;gt;] ? ldiskfs_journal_commit_callback+0x89/0xc0 [ldiskfs]
&amp;lt;4&amp;gt;[60318.488238]  [&amp;lt;ffffffffa0368b77&amp;gt;] ? jbd2_journal_commit_transaction+0x1377/0x1690 [jbd2]
&amp;lt;4&amp;gt;[60318.488243]  [&amp;lt;ffffffff8108292b&amp;gt;] ? try_to_del_timer_sync+0x7b/0xe0
&amp;lt;4&amp;gt;[60318.488248]  [&amp;lt;ffffffffa036df67&amp;gt;] ? kjournald2+0xb7/0x210 [jbd2]
&amp;lt;4&amp;gt;[60318.488250]  [&amp;lt;ffffffff81098f90&amp;gt;] ? autoremove_wake_function+0x0/0x40
&amp;lt;4&amp;gt;[60318.488254]  [&amp;lt;ffffffffa036deb0&amp;gt;] ? kjournald2+0x0/0x210 [jbd2]
&amp;lt;4&amp;gt;[60318.488257]  [&amp;lt;ffffffff81098c06&amp;gt;] ? kthread+0x96/0xa0
&amp;lt;4&amp;gt;[60318.488260]  [&amp;lt;ffffffff8100c24a&amp;gt;] ? child_rip+0xa/0x20
&amp;lt;4&amp;gt;[60318.488262]  [&amp;lt;ffffffff81098b70&amp;gt;] ? kthread+0x0/0xa0
&amp;lt;4&amp;gt;[60318.488264]  [&amp;lt;ffffffff8100c240&amp;gt;] ? child_rip+0x0/0x20
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="98852" author="yujian" created="Tue, 11 Nov 2014 02:36:26 +0000"  >&lt;p&gt;Lustre Build: &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-b2_5/100/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-b2_5/100/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.5/x86_64&lt;/p&gt;

&lt;p&gt;replay-dual test 24 hit the same failure again:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a6c1b3de-68c5-11e4-a63a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/a6c1b3de-68c5-11e4-a63a-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="100505" author="yujian" created="Tue, 2 Dec 2014 20:39:41 +0000"  >&lt;p&gt;More instances on Lustre b2_5 branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/ab3fa49a-79df-11e4-807e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/ab3fa49a-79df-11e4-807e-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/52ae6fde-7ac8-11e4-925f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/52ae6fde-7ac8-11e4-925f-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/82c46bfa-7de4-11e4-aa98-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/82c46bfa-7de4-11e4-aa98-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101380" author="yujian" created="Fri, 12 Dec 2014 00:43:38 +0000"  >&lt;p&gt;More instance on Lustre b2_5 branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5651325e-805c-11e4-a434-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5651325e-805c-11e4-a434-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="106410" author="gerrit" created="Tue, 10 Feb 2015 06:08:48 +0000"  >&lt;p&gt;Mike Pershin (mike.pershin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13706&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13706&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4688&quot; title=&quot;target_destroy_export() LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4688&quot;&gt;&lt;del&gt;LU-4688&lt;/del&gt;&lt;/a&gt; mdt: remove export_put() from mdt_export_evict()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9b52a1ae7aad617bdf95d88bf1d2ae9648733392&lt;/p&gt;</comment>
                            <comment id="106412" author="tappro" created="Tue, 10 Feb 2015 06:17:15 +0000"  >&lt;p&gt;I hit this issue during one of Maloo runs for non-related patch: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/a37ccdb6-b03d-11e4-a3a2-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/a37ccdb6-b03d-11e4-a3a2-5254006e85c2&lt;/a&gt; and did some investigations. I think the reason for this issue is the extra call to the class_export_put() in mdt_export_evict(). I am not sure though was that wrong since the time that code was added or something was changed later but this code stayed unfixed. In all places where class_fail_export() is called it is followed by class_export_put() but that is because the export reference was taken in the same function to be used by class_fail_export(). In case of mdt_export_evict() it drops export reference taken by caller, so caller will drop it again and cause this issue.&lt;/p&gt;
</comment>
                            <comment id="110844" author="gerrit" created="Fri, 27 Mar 2015 15:26:47 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13706/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13706/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4688&quot; title=&quot;target_destroy_export() LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4688&quot;&gt;&lt;del&gt;LU-4688&lt;/del&gt;&lt;/a&gt; mdt: remove export_put() from mdt_export_evict()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 76a8694321b07c360b238b73676928401ce837f8&lt;/p&gt;</comment>
                            <comment id="113230" author="pjones" created="Thu, 23 Apr 2015 16:40:52 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25699">LU-5395</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25661">LU-5377</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|hzwgcv:</customfieldvalue>

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