<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:48 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-5359] sanity-quota test_7a: reintegration failed</title>
                <link>https://jira.whamcloud.com/browse/LU-5359</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Nathaniel Clark &amp;lt;nathaniel.l.clark@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/06c9f796-08db-11e4-b76d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/06c9f796-08db-11e4-b76d-5254006e85c2&lt;/a&gt;.&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/161586a4-02a8-11e4-b192-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/161586a4-02a8-11e4-b192-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sub-test test_7a failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;reintegration failed&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity-quota 7a&lt;/p&gt;</description>
                <environment></environment>
        <key id="25611">LU-5359</key>
            <summary>sanity-quota test_7a: reintegration failed</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="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="niu">Niu Yawei</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Jul 2014 13:51:24 +0000</created>
                <updated>Mon, 13 Jul 2015 23:16:38 +0000</updated>
                            <resolved>Thu, 26 Feb 2015 22:27:33 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="89323" author="niu" created="Thu, 17 Jul 2014 03:52:26 +0000"  >&lt;p&gt;There are lots of test failures in this run, and the very first test: test_1 is failed as well, I&apos;m afraid that could cause subsequent failures.&lt;/p&gt;

&lt;p&gt;The test_1 failed for group write didn&apos;t honor quota as expected, I checked the log and looks the hardlimit for group has been propagated to slave successfully, but I don&apos;t see why slave didn&apos;t issue acquire while writing. Unfortunately, we didn&apos;t captured &apos;lfs quota&apos; output for the group because of a script defect, see quota_scan():&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;if&lt;/span&gt; [ &lt;span class=&quot;code-quote&quot;&gt;&quot;$LOCAL_UG&quot;&lt;/span&gt; == &lt;span class=&quot;code-quote&quot;&gt;&quot;a&quot;&lt;/span&gt; -o &lt;span class=&quot;code-quote&quot;&gt;&quot;$LOCAL_UG&quot;&lt;/span&gt; == &lt;span class=&quot;code-quote&quot;&gt;&quot;g&quot;&lt;/span&gt; ]; then
                $LFS quota -v -u $LOCAL_ID $DIR
                log &lt;span class=&quot;code-quote&quot;&gt;&quot;Files &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; group ($LOCAL_ID):&quot;&lt;/span&gt;
                ($LFS find -group $LOCAL_ID $DIR | head -n 4 |
                        xargs stat 2&amp;gt;/dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;)
        fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It should issue &quot;$LFS quota -v -g&quot; but not &quot;$LFS quota -v -u&quot;&lt;/p&gt;

&lt;p&gt;I think we&apos;d fix this defect and land it, so that it can help us to collect debug information correctly in the future.&lt;/p&gt;

&lt;p&gt;fix test script defect to collect correct debug information: &lt;a href=&quot;http://review.whamcloud.com/11125&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11125&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="99020" author="bogl" created="Thu, 13 Nov 2014 00:17:32 +0000"  >&lt;p&gt;I think this may be another instance, seen in master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a2f488de-6ac4-11e4-aeb4-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/a2f488de-6ac4-11e4-aeb4-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It occurs in test_7c instead of test_7a, but seems similar.&lt;/p&gt;</comment>
                            <comment id="108178" author="adilger" created="Thu, 26 Feb 2015 22:27:33 +0000"  >&lt;p&gt;This test defect was fixed as part of &lt;a href=&quot;http://review.whamcloud.com/11125&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11125&lt;/a&gt;&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|hzwrlz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14944</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>