<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:27: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-2653] hang in recovery-small test 51</title>
                <link>https://jira.whamcloud.com/browse/LU-2653</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I seem to have a somewhat frequent hang on lustre cleanup that looks 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;[46801.719874] INFO: task umount:16892 blocked for more than 120 seconds.
[46801.720068] &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
[46801.720819] umount        D 0000000000000000  2608 16892  16891 0x00000000
[46801.721019]  ffff880041defa18 0000000000000086 ffff880041def9e0 ffff880041def9dc
[46801.721325]  ffff880041dee000 ffff8800bcc24100 ffff8800062d67c0 0000000000000001
[46801.721650]  ffff88002bffa6f8 ffff880041deffd8 000000000000fba8 ffff88002bffa6f8
[46801.721976] Call Trace:
[46801.722121]  [&amp;lt;ffffffffa0db2f7d&amp;gt;] osp_sync_fini+0x8d/0x170 [osp]
[46801.722304]  [&amp;lt;ffffffff8108fd60&amp;gt;] ? autoremove_wake_function+0x0/0x40
[46801.722492]  [&amp;lt;ffffffffa0da90fe&amp;gt;] ? osp_disconnect+0x11e/0x170 [osp]
[46801.722686]  [&amp;lt;ffffffffa0dad05e&amp;gt;] osp_process_config+0x4ae/0x6f0 [osp]
[46801.722882]  [&amp;lt;ffffffffa0d5e717&amp;gt;] lod_process_config+0x2f7/0xa40 [lod]
[46801.723079]  [&amp;lt;ffffffffa0a5cc1b&amp;gt;] mdd_process_config+0x20b/0x7f0 [mdd]
[46801.723282]  [&amp;lt;ffffffffa0c9d5b1&amp;gt;] ? lustre_cfg_new+0x391/0x7e0 [mdt]
[46801.723478]  [&amp;lt;ffffffffa0c9db71&amp;gt;] mdt_stack_fini+0x171/0xbc0 [mdt]
[46801.723665]  [&amp;lt;ffffffffa0a59e90&amp;gt;] ? mdd_init_capa_ctxt+0x120/0x130 [mdd]
[46801.723865]  [&amp;lt;ffffffffa0c9e9ea&amp;gt;] mdt_device_fini+0x42a/0x8e0 [mdt]
[46801.724082]  [&amp;lt;ffffffffa0546107&amp;gt;] class_cleanup+0x577/0xda0 [obdclass]
[46801.724283]  [&amp;lt;ffffffffa051c59c&amp;gt;] ? class_name2dev+0x7c/0xe0 [obdclass]
[46801.724493]  [&amp;lt;ffffffffa05479d5&amp;gt;] class_process_config+0x10a5/0x1c60 [obdclass]
[46801.724821]  [&amp;lt;ffffffffa0aacec8&amp;gt;] ? libcfs_log_return+0x28/0x40 [libcfs]
[46801.725024]  [&amp;lt;ffffffffa0541421&amp;gt;] ? lustre_cfg_new+0x391/0x7e0 [obdclass]
[46801.725213]  [&amp;lt;ffffffffa0548709&amp;gt;] class_manual_cleanup+0x179/0x6e0 [obdclass]
[46801.725420]  [&amp;lt;ffffffffa051c59c&amp;gt;] ? class_name2dev+0x7c/0xe0 [obdclass]
[46801.725626]  [&amp;lt;ffffffffa055515c&amp;gt;] server_put_super+0x58c/0x10a0 [obdclass]
[46801.725823]  [&amp;lt;ffffffff8117d6ab&amp;gt;] generic_shutdown_super+0x5b/0xe0
[46801.726014]  [&amp;lt;ffffffff8117d796&amp;gt;] kill_anon_super+0x16/0x60
[46801.726205]  [&amp;lt;ffffffffa054a506&amp;gt;] lustre_kill_super+0x36/0x60 [obdclass]
[46801.726410]  [&amp;lt;ffffffff8117e825&amp;gt;] deactivate_super+0x85/0xa0
[46801.726597]  [&amp;lt;ffffffff8119a89f&amp;gt;] mntput_no_expire+0xbf/0x110
[46801.726779]  [&amp;lt;ffffffff8119b34b&amp;gt;] sys_umount+0x7b/0x3a0
[46801.726959]  [&amp;lt;ffffffff8100b0f2&amp;gt;] system_call_fastpath+0x16/0x1b
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The hanging line is&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;cfs_wait_event(thread-&amp;gt;t_ctl_waitq, thread-&amp;gt;t_flags &amp;amp; SVC_STOPPED);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Crashdump is in /exports/crashdumps/t/ospsyn.dmp and modules are in /exports/crashdumps/192.168.10.210-2013-01-18-21:37:33/modules&lt;/p&gt;</description>
                <environment></environment>
        <key id="17239">LU-2653</key>
            <summary>hang in recovery-small test 51</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Sat, 19 Jan 2013 19:42:19 +0000</created>
                <updated>Wed, 26 Apr 2017 21:04:02 +0000</updated>
                            <resolved>Wed, 26 Apr 2017 21:04:02 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                    <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|hzvfqf:</customfieldvalue>

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