<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:15:39 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-15124] sanity-flr is unable to umount client</title>
                <link>https://jira.whamcloud.com/browse/LU-15124</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-flr subtest 208 can&apos;t umount client:&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;
 sanity-flr test_208a: @@@@@@ FAIL: umount failed 
  Trace dump:
  = ./../tests/test-framework.sh:6329:error()
  = sanity-flr.sh:3717:check_ost_used()
  = sanity-flr.sh:3775:test_208a()
  = ./../tests/test-framework.sh:6633:run_one()
  = ./../tests/test-framework.sh:6680:run_one_logged()
  = ./../tests/test-framework.sh:6521:run_test()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;this is due to running process left by subtest 70&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;
  32663 ?        S      0:07 /mnt/build/lustre/tests/../utils/lfs mirror split -d --mirror-id=1 /mnt/lustre/d70.sanity-flr/f70.sanity-flr
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="66717">LU-15124</key>
            <summary>sanity-flr is unable to umount client</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Oct 2021 17:00:25 +0000</created>
                <updated>Fri, 15 Apr 2022 19:28:33 +0000</updated>
                            <resolved>Fri, 15 Apr 2022 19:28:33 +0000</resolved>
                                    <version>Upstream</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="315882" author="gerrit" created="Mon, 18 Oct 2021 17:02:38 +0000"  >&lt;p&gt;&quot;Alex Zhuravlev &amp;lt;bzzz@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45280&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45280&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15124&quot; title=&quot;sanity-flr is unable to umount client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15124&quot;&gt;&lt;del&gt;LU-15124&lt;/del&gt;&lt;/a&gt; tests: sanity-flr/70 to wait for completion&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0f1579e30199b1afe2320d28644d313de7fcfb77&lt;/p&gt;</comment>
                            <comment id="316175" author="bzzz" created="Thu, 21 Oct 2021 07:45:43 +0000"  >&lt;p&gt;there must be something else... the test creates a tiny file in a loop:&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-keyword&quot;&gt;while&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
     rm -f $tf
     $LFS mirror create -N -E 1M -c -1 -E eof -N $tf
     echo xxxx &amp;gt; $tf
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and another process is removing replica in a loop as well:&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-keyword&quot;&gt;while&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
         $LFS mirror split -d --mirror-id=1 $tf &amp;amp;&amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
done &amp;amp;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;the interesting thing is how mirror splitting may grab that much CPU time&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;
  32776 ?        R      0:07 /mnt/build/lustre/tests/../utils/lfs mirror split -d --mirror-id=1 /mnt/lustre/d70.sanity-flr/f70.sanity-flr
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="317847" author="bzzz" created="Wed, 10 Nov 2021 14:56:01 +0000"  >&lt;p&gt;lfs gets stuck on the client side:&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;
[  751.563462] lfs             S    0 32785      1 0x00000000
[  751.563509] Call Trace:
[  751.563540]  ? __schedule+0x2ab/0xa80
[  751.563579]  schedule+0x2a/0x80
[  751.563619]  schedule_timeout+0x1d9/0x500
[  751.563658]  ? collect_expired_timers+0xa0/0xa0
[  751.563714]  lov_io_init_composite+0x1ab2/0x1b70 [lov]
[  751.563769]  lov_io_init+0x19a/0x320 [lov]
[  751.563841]  cl_io_init0.isra.2+0x7f/0x150 [obdclass]
[  751.563934]  cl_glimpse_size0+0x82/0x240 [lustre]
[  751.564001]  ll_getattr_dentry+0x624/0xa30 [lustre]
[  751.564058]  vfs_statx+0x74/0xb0
[  751.564100]  __se_sys_newlstat+0x26/0x40
[  751.564141]  do_syscall_64+0x4b/0x190
[  751.564182]  entry_SYSCALL_64_after_hwframe+0x6a/0xdf
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="332088" author="bzzz" created="Fri, 15 Apr 2022 19:28:33 +0000"  >&lt;p&gt;can&apos;t reproduce when &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15300&quot; title=&quot;mirror resync can cause EIO to unrelated applications&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15300&quot;&gt;&lt;del&gt;LU-15300&lt;/del&gt;&lt;/a&gt; applied&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|i027nj:</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>