<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:05:36 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-7055] osd_ost_fini calls sleeping function under rwlock</title>
                <link>https://jira.whamcloud.com/browse/LU-7055</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I was hitting &quot;BUG: rwlock wrong CPU on CPU#6, umount/19930&quot; sort of message frequently lately and I found at least one of the abusers.&lt;/p&gt;

&lt;p&gt;It seems osd_ost_fini calls into osd_seq_free() under write lock, which in turn calls into dput that might sleep which is a no-no.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31764">LU-7055</key>
            <summary>osd_ost_fini calls sleeping function under rwlock</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Aug 2015 01:56:14 +0000</created>
                <updated>Mon, 11 Apr 2016 04:37:52 +0000</updated>
                            <resolved>Mon, 11 Apr 2016 04:28:10 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="125560" author="jgmitter" created="Fri, 28 Aug 2015 17:15:16 +0000"  >&lt;p&gt;Hi Emoly,&lt;br/&gt;
Can you look into this failure?&lt;br/&gt;
Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="144654" author="panda" created="Fri, 4 Mar 2016 17:50:40 +0000"  >&lt;p&gt;The same issue.&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;BUG: rwlock wrong CPU on CPU#2, umount/14990, ffff8800891aa748 (Tainted: G        W  ---------------   )
Pid: 14990, comm: umount Tainted: G        W  ---------------    2.6.32 #1
Call Trace:
 [&amp;lt;ffffffff812a728a&amp;gt;] ? rwlock_bug+0x6a/0x70
 [&amp;lt;ffffffff812a72fb&amp;gt;] ? _raw_write_unlock+0x6b/0x80
 [&amp;lt;ffffffff8154892b&amp;gt;] ? _write_unlock+0x2b/0x40
 [&amp;lt;ffffffffa0e22529&amp;gt;] ? osd_obj_map_fini+0x229/0x4b0 [osd_ldiskfs]
 [&amp;lt;ffffffffa0e0913c&amp;gt;] ? osd_device_fini+0x13c/0x190 [osd_ldiskfs]
 [&amp;lt;ffffffffa0788573&amp;gt;] ? class_cleanup+0x583/0xd40 [obdclass]
 [&amp;lt;ffffffffa07663ac&amp;gt;] ? class_name2dev+0x7c/0xe0 [obdclass]
 [&amp;lt;ffffffffa078a29a&amp;gt;] ? class_process_config+0x156a/0x1ad0 [obdclass]
 [&amp;lt;ffffffffa0782dfc&amp;gt;] ? lustre_cfg_new+0x16c/0x6e0 [obdclass]
 [&amp;lt;ffffffffa0782f63&amp;gt;] ? lustre_cfg_new+0x2d3/0x6e0 [obdclass]
 [&amp;lt;ffffffffa078a979&amp;gt;] ? class_manual_cleanup+0x179/0x6e0 [obdclass]
 [&amp;lt;ffffffffa0764360&amp;gt;] ? class_export_put+0x110/0x2d0 [obdclass]
 [&amp;lt;ffffffffa0e0b394&amp;gt;] ? osd_obd_disconnect+0x174/0x1e0 [osd_ldiskfs]
 [&amp;lt;ffffffffa078ceab&amp;gt;] ? lustre_put_lsi+0x1ab/0xeb0 [obdclass]
 [&amp;lt;ffffffffa0794f18&amp;gt;] ? lustre_common_put_super+0x5c8/0xbe0 [obdclass]
 [&amp;lt;ffffffffa07c396d&amp;gt;] ? server_put_super+0x1bd/0xed0 [obdclass]
 [&amp;lt;ffffffff8119880b&amp;gt;] ? generic_shutdown_super+0x5b/0xe0
 [&amp;lt;ffffffff811988f6&amp;gt;] ? kill_anon_super+0x16/0x60
 [&amp;lt;ffffffff8119908f&amp;gt;] ? deactivate_super+0x4f/0x80
 [&amp;lt;ffffffffa078c7b6&amp;gt;] ? lustre_kill_super+0x36/0x60 [obdclass]
 [&amp;lt;ffffffff81199097&amp;gt;] ? deactivate_super+0x57/0x80
 [&amp;lt;ffffffff811b88cf&amp;gt;] ? mntput_no_expire+0xbf/0x110
 [&amp;lt;ffffffff811b943b&amp;gt;] ? sys_umount+0x7b/0x3a0
 [&amp;lt;ffffffff8100b0b2&amp;gt;] ? system_call_fastpath+0x16/0x1b
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="147155" author="gerrit" created="Tue, 29 Mar 2016 07:06:14 +0000"  >&lt;p&gt;Emoly Liu (emoly.liu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19189&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19189&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7055&quot; title=&quot;osd_ost_fini calls sleeping function under rwlock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7055&quot;&gt;&lt;del&gt;LU-7055&lt;/del&gt;&lt;/a&gt; osd: move dput() out of osd_ost_fini()&apos;s rwlock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c179250f146670543bc0c28aac7a5ee363ae2fd9&lt;/p&gt;</comment>
                            <comment id="148336" author="gerrit" created="Mon, 11 Apr 2016 02:51:55 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/19189/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19189/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7055&quot; title=&quot;osd_ost_fini calls sleeping function under rwlock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7055&quot;&gt;&lt;del&gt;LU-7055&lt;/del&gt;&lt;/a&gt; osd: move dput() out of osd_ost_fini()&apos;s rwlock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ae70c9e898b8230f26f659bfd85665230ea49720&lt;/p&gt;</comment>
                            <comment id="148352" author="emoly.liu" created="Mon, 11 Apr 2016 04:28:10 +0000"  >&lt;p&gt;This patch has landed to 2.9.&lt;/p&gt;</comment>
                    </comments>
                    <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|hzxljz:</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>