<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:55:49 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-12807] runtests test 1 fails with &apos;&apos;Space not all freed: now 180500kB, was 180424kB.&apos;&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-12807</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;runtests test_1 fails for ldiskfs testing with &apos;&apos;Space not all freed: now 180500kB, was 180424kB.&apos;&apos; The last lines in the client test_log are&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;Waiting for local destroys to complete
 runtests test_1: @@@@@@ FAIL: Space not all freed: now 180500kB, was 180424kB. 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:6119:error()
  = /usr/lib64/lustre/tests/runtests:132:test_1()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the past , we&#8217;ve had issues with this test failing in this way for ZFS; see &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12579&quot; title=&quot;runtests: test_1: @@@@@@ FAIL: Space not all freed: now 309264kB, was 307632kB.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12579&quot;&gt;&lt;del&gt;LU-12579&lt;/del&gt;&lt;/a&gt;. The last ZFS failure we saw was on 12-SEPT-2019.&lt;br/&gt;
This issue started on 17-SEPT-2019 for ldiskfs. We see this test fail mostly in full and full-patchless testing and rarely does it fail in review/patch testing. &lt;/p&gt;

&lt;p&gt;Patch &lt;a href=&quot;https://review.whamcloud.com/#/c/36011/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/36011/&lt;/a&gt; for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12579&quot; title=&quot;runtests: test_1: @@@@@@ FAIL: Space not all freed: now 309264kB, was 307632kB.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12579&quot;&gt;&lt;del&gt;LU-12579&lt;/del&gt;&lt;/a&gt; landed about the time these tests started failing. The patch modifies the runtests test 1 the difference it will allow on the amount of space used before calling the test a failure&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;
 131 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ $(expr $NOWUSED - $USED) -gt $(fs_log_size) ]; then
 132         error &lt;span class=&quot;code-quote&quot;&gt;&quot;Space not all freed: now ${NOWUSED}kB, was ${USED}kB.&quot;&lt;/span&gt;
 133 &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
 134         log &lt;span class=&quot;code-quote&quot;&gt;&quot;Space was freed: now ${NOWUSED}kB, was ${USED}kB.&quot;&lt;/span&gt;
 135 fi
 136 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Prior to the patch, the allowed value of used space was 1024 Kbytes. For ldiskfs, using the fs_log_size() function, it is 50 Kbytes. This value may be too restrictive for ldiskfs in full/full-patchless testing.&lt;/p&gt;

&lt;p&gt;Logs for more of these failures are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/cba207a4-dc46-11e9-a197-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/cba207a4-dc46-11e9-a197-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/67b1c4ce-dc59-11e9-b62b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/67b1c4ce-dc59-11e9-b62b-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/b530f9e0-dcc7-11e9-b62b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/b530f9e0-dcc7-11e9-b62b-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/8afc04d6-d9e2-11e9-a2b6-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8afc04d6-d9e2-11e9-a2b6-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="57004">LU-12807</key>
            <summary>runtests test 1 fails with &apos;&apos;Space not all freed: now 180500kB, was 180424kB.&apos;&apos;</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Sep 2019 18:49:34 +0000</created>
                <updated>Tue, 1 Nov 2022 15:16:23 +0000</updated>
                            <resolved>Sun, 17 Oct 2021 23:13:59 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.14.0</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="261549" author="yujian" created="Tue, 21 Jan 2020 06:37:59 +0000"  >&lt;p&gt;+1 on master branch: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/d13f6316-3b62-11ea-80b4-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/d13f6316-3b62-11ea-80b4-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="262508" author="yujian" created="Tue, 4 Feb 2020 07:20:09 +0000"  >&lt;p&gt;The same failure occurred on SLES15 SP1 client with RHEL 7.7 server on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/57cac7f6-471e-11ea-aeb7-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/57cac7f6-471e-11ea-aeb7-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="267489" author="yujian" created="Mon, 13 Apr 2020 18:41:35 +0000"  >&lt;p&gt;The failure occurred consistently on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/8e929f8f-8c2c-459c-8386-84185a76f67a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8e929f8f-8c2c-459c-8386-84185a76f67a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="291382" author="adilger" created="Sat, 6 Feb 2021 00:57:36 +0000"  >&lt;p&gt;+6 in the past week on master full testing (no review test failures):&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/a2bf7bd9-fa82-4e92-8e79-82ed8ae7d8c9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/a2bf7bd9-fa82-4e92-8e79-82ed8ae7d8c9&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/4c64ba72-0216-46cd-a062-718b590bf2b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/4c64ba72-0216-46cd-a062-718b590bf2b5&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/83f33da3-4756-4b50-82de-d9ab064acad7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/83f33da3-4756-4b50-82de-d9ab064acad7&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/ee7e58c4-7a7d-4efe-9e7a-12c52f13ef5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/ee7e58c4-7a7d-4efe-9e7a-12c52f13ef5f&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/05b55136-0ce0-4964-b3b9-3673641addd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/05b55136-0ce0-4964-b3b9-3673641addd8&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/a63c2f58-1896-405b-8580-7edca929b867&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/a63c2f58-1896-405b-8580-7edca929b867&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="309987" author="gerrit" created="Wed, 11 Aug 2021 20:52:16 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44614&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44614&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12807&quot; title=&quot;runtests test 1 fails with &amp;#39;&amp;#39;Space not all freed: now 180500kB, was 180424kB.&amp;#39;&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12807&quot;&gt;&lt;del&gt;LU-12807&lt;/del&gt;&lt;/a&gt; tests: fix intermittent runtests failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d9e46f31589db8d07c2e5e00817065c4a7314178&lt;/p&gt;</comment>
                            <comment id="309989" author="adilger" created="Wed, 11 Aug 2021 20:52:31 +0000"  >&lt;p&gt;+5 failures in the past week on master full testing, mostly with &quot;&lt;tt&gt;Space not all freed: now 8848kB, was 8784kB&lt;/tt&gt;&quot; (lost 64KB).&lt;/p&gt;

&lt;p&gt;Since this is only happening on full testing, it may be that some feature is active from a previous test script that consumes a small amount of space (not Changelogs, but maybe there is a new unlink llog created in the middle of the test?).  In any case, I don&apos;t think this is a serious issue with only 64KB lost during the test.&lt;/p&gt;</comment>
                            <comment id="315807" author="gerrit" created="Sun, 17 Oct 2021 18:12:40 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/44614/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44614/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12807&quot; title=&quot;runtests test 1 fails with &amp;#39;&amp;#39;Space not all freed: now 180500kB, was 180424kB.&amp;#39;&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12807&quot;&gt;&lt;del&gt;LU-12807&lt;/del&gt;&lt;/a&gt; tests: fix intermittent runtests failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 14d07b623731233a62a8acd021c8ccdcb2705371&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="69719">LU-15740</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|i00nc7:</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>