<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:02:45 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-6730] conf-sanity test_45: FAIL: manual_umount_client failed </title>
                <link>https://jira.whamcloud.com/browse/LU-6730</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf-sanity test 45 failed as follows:&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;manual umount lustre on /mnt/lustre....
CMD: onyx-35vm6.onyx.hpdd.intel.com umount -d --force /mnt/lustre
umount2: Device or resource busy
umount: /mnt/lustre: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount2: Device or resource busy
 conf-sanity test_45: @@@@@@ FAIL: manual_umount_client failed 
df: `/mnt/lustre&apos;: Cannot send after transport endpoint shutdown
df: no file systems processed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maloo report: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/af77cd58-fa4f-11e4-828f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/af77cd58-fa4f-11e4-828f-5254006e85c2&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Lustre Build: &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-master/3026&quot;&gt;https://build.hpdd.intel.com/job/lustre-master/3026&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.6/x86_64&lt;br/&gt;
FSTYPE=zfs</environment>
        <key id="30684">LU-6730</key>
            <summary>conf-sanity test_45: FAIL: manual_umount_client failed </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="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Jun 2015 00:00:27 +0000</created>
                <updated>Wed, 13 Jul 2016 23:56:27 +0000</updated>
                            <resolved>Wed, 13 Jul 2016 23:56:00 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="118991" author="adilger" created="Thu, 18 Jun 2015 17:20:48 +0000"  >&lt;p&gt;Note: if there is a patch for this ticket, the fail_loc &lt;tt&gt;OBD_FAIL_PTLRPC_LONG_UNLINK&lt;/tt&gt; has been renamed to &lt;tt&gt;OBD_FAIL_PTLRPC_LONG_REPL_UNLINK&lt;/tt&gt; and should be fixed in the test.&lt;/p&gt;</comment>
                            <comment id="118992" author="adilger" created="Thu, 18 Jun 2015 17:25:06 +0000"  >&lt;p&gt;I see the following code in &lt;tt&gt;ptlrpc_check_set()&lt;/tt&gt; but according to the client console logs the fail_loc is being hit repeatedly:&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;                        &lt;span class=&quot;code-comment&quot;&gt;/* Turn fail_loc off to prevent it from looping forever. */&lt;/span&gt;
                        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (OBD_FAIL_CHECK(OBD_FAIL_PTLRPC_LONG_REPL_UNLINK)) {
                                OBD_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_LONG_REPL_UNLINK,
                                                     OBD_FAIL_ONCE);
                        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Should the test be using 0x80000503 (FAIL_ONCE) so that it eventually finishes?&lt;/p&gt;</comment>
                            <comment id="122085" author="gerrit" created="Thu, 23 Jul 2015 23:48:10 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15702&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15702&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6730&quot; title=&quot;conf-sanity test_45: FAIL: manual_umount_client failed &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6730&quot;&gt;&lt;del&gt;LU-6730&lt;/del&gt;&lt;/a&gt; tests: fix fail_loc code in conf-sanity test 45&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b7efc2f16c59ab508c5365e5c781862524255980&lt;/p&gt;</comment>
                            <comment id="136470" author="standan" created="Wed, 16 Dec 2015 00:22:52 +0000"  >&lt;p&gt;Server: 2.5.5, b2_5_fe/62&lt;br/&gt;
Client: Master, Build# 3266, Tag 2.7.64 &lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/9bff0100-a04a-11e5-a33d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/9bff0100-a04a-11e5-a33d-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="143598" author="standan" created="Wed, 24 Feb 2016 17:22:02 +0000"  >&lt;p&gt;Another instance found for interop - 2.7.1 Server/EL6.7 Client, tag 2.7.90. &lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/f371534e-d573-11e5-bc47-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/f371534e-d573-11e5-bc47-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="158764" author="yujian" created="Wed, 13 Jul 2016 23:56:00 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15702&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15702&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6730&quot; title=&quot;conf-sanity test_45: FAIL: manual_umount_client failed &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6730&quot;&gt;&lt;del&gt;LU-6730&lt;/del&gt;&lt;/a&gt; tests: fix fail_loc code in conf-sanity test 45&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The above patch didn&apos;t fix the unmounting busy issue. The real fix is in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1882&quot; title=&quot;conf-sanity test_45: umount2: Device or resource busy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1882&quot;&gt;&lt;del&gt;LU-1882&lt;/del&gt;&lt;/a&gt;. The changes in the above patch will be incorporated into the one for that ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="15870">LU-1882</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </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|hzxfuf:</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>