<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:56:01 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-12829] sanity-quota test 61 fails with &apos;write succeed, expect EDQUOT&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-12829</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-quota test_61 fails with &apos;write succeed, expect EDQUOT&apos;. This test seems to fail once or twice a month on master and/or on b2_12 and started in March or earlier of this year.&lt;/p&gt;

&lt;p&gt;sanity-quota test 61 fails the following call to the test_default_quota() routine&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;
3274         test_default_quota &lt;span class=&quot;code-quote&quot;&gt;&quot;-g&quot;&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&quot;data&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and fails the following code in the test_default_quota() routine&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;
3192         log &lt;span class=&quot;code-quote&quot;&gt;&quot;Test out of quota&quot;&lt;/span&gt;
3193         # flush cache, ensure noquota flag is set on client
3194         cancel_lru_locks osc
3195         cancel_lru_locks mdc
3196         sync; sync_all_data || &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
3197         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ $qpool == &lt;span class=&quot;code-quote&quot;&gt;&quot;data&quot;&lt;/span&gt; ]; then
3198                 $RUNAS $DD of=$TESTFILE count=$((LIMIT*2 &amp;gt;&amp;gt; 10)) oflag=sync &amp;amp;&amp;amp;
3199                         quota_error $qtype $qid &lt;span class=&quot;code-quote&quot;&gt;&quot;write succeed, expect EDQUOT&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the client test_log for the failure at &lt;a href=&quot;https://testing.whamcloud.com/test_sets/1e9bb45a-d2ce-11e9-a25b-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/1e9bb45a-d2ce-11e9-a25b-52540065bddc&lt;/a&gt;, we see&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;set to use default quota
set default quota
get default quota
Disk default grp quota:
     Filesystem   bquota  blimit  bgrace   iquota  ilimit  igrace
    /mnt/lustre  20480   20480       0      0       0  604800
Test not out of quota
running as uid/gid/euid/egid 60000/60000/60000/60000, groups:
 [dd] [if=/dev/zero] [bs=1M] [of=/mnt/lustre/d61.sanity-quota/f61.sanity-quota-0] [count=10] [oflag=sync]
10+0 records in
10+0 records out
10485760 bytes (10 MB) copied, 3.08127 s, 3.4 MB/s
Test out of quota
CMD: trevis-12vm4,trevis-12vm5 lctl set_param -n os[cd]*.*MDT*.force_sync=1
CMD: trevis-12vm3 lctl set_param -n osd*.*OS*.force_sync=1
running as uid/gid/euid/egid 60000/60000/60000/60000, groups:
 [dd] [if=/dev/zero] [bs=1M] [of=/mnt/lustre/d61.sanity-quota/f61.sanity-quota-0] [count=40] [oflag=sync]
40+0 records in
40+0 records out
41943040 bytes (42 MB) copied, 10.5095 s, 4.0 MB/s
 sanity-quota test_61: @@@@@@ FAIL: write succeed, expect EDQUOT 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:6115:error()
  = /usr/lib64/lustre/tests/sanity-quota.sh:152:quota_error()
  = /usr/lib64/lustre/tests/sanity-quota.sh:3199:test_default_quota()
  = /usr/lib64/lustre/tests/sanity-quota.sh:3274:test_61()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the console logs, there is nothing obviously wrong and no error messages. &lt;/p&gt;

&lt;p&gt;Logs for past failures are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/c4e0eb7a-e019-11e9-9874-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/c4e0eb7a-e019-11e9-9874-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/f302b6ae-d548-11e9-90ad-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/f302b6ae-d548-11e9-90ad-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/32fd1f46-e2d3-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/32fd1f46-e2d3-11e9-a197-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="57083">LU-12829</key>
            <summary>sanity-quota test 61 fails with &apos;write succeed, expect EDQUOT&apos;</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 1 Oct 2019 18:14:09 +0000</created>
                <updated>Mon, 18 Dec 2023 22:21:17 +0000</updated>
                                            <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.3</version>
                    <version>Lustre 2.14.0</version>
                    <version>Lustre 2.12.4</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="269795" author="yujian" created="Sun, 10 May 2020 19:41:33 +0000"  >&lt;p&gt;+1 on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/bb3e6a2c-aff3-4813-b0c9-2b019afb6233&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/bb3e6a2c-aff3-4813-b0c9-2b019afb6233&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="286162" author="adilger" created="Fri, 27 Nov 2020 07:30:44 +0000"  >&lt;p&gt;I was looking at stats for this test because of patch &lt;a href=&quot;https://review.whamcloud.com/39873&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39873&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13952&quot; title=&quot;add default quota to OST pool quotas&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13952&quot;&gt;&lt;del&gt;LU-13952&lt;/del&gt;&lt;/a&gt; quota: default OST Pool Quotas&lt;/tt&gt;&quot;, and it has failed 24/209 = 11% of runs in the past 4 weeks in the &lt;tt&gt;full&lt;/tt&gt; session, excluding the many skipped review runs because it is listed in &lt;tt&gt;EXCEPT_SLOW&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="286178" author="gerrit" created="Fri, 27 Nov 2020 13:18:37 +0000"  >&lt;p&gt;&lt;del&gt;Sergey Cheremencev (sergey.cheremencev@hpe.com) uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/40784&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40784&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12829&quot; title=&quot;sanity-quota test 61 fails with &amp;#39;write succeed, expect EDQUOT&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12829&quot;&gt;LU-12829&lt;/a&gt; tests: check dflt quota with dirty_mb 1M&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Project: fs/lustre-release&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Branch: master&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Current Patch Set: 1&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Commit: 4cfde292838c0eb14754bbdd89f7d4671d0cd9fb&lt;/del&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="62244">LU-14299</issuekey>
        </issuelink>
                            </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|i00nlj:</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>