<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:29 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-11965] interop: sanity test 311 fails with &apos;create_count is zero&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-11965</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_311 is failing with the error &apos;create_count is zero&apos; in interop testing. Test 311 was recently modified by a patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11605&quot; title=&quot;create_count stuck in 0 after changeing max_create_count to 0 and back 20 000&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11605&quot;&gt;&lt;del&gt;LU-11605&lt;/del&gt;&lt;/a&gt;; &lt;a href=&quot;https://review.whamcloud.com/#/c/33559/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33559/&lt;/a&gt; &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;
       unlinkmany $DIR/$tdir/$tfile. 1000
 
-       &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; idx in $(seq $MDSCOUNT); &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
-               do_facet mds$idx &quot;lctl set_param -n \
-                       osp.*OST0000*MDT000?.max_create_count=$max_count&quot;
-               do_facet mds$idx &quot;lctl set_param -n \
-                       osp.*OST0000*MDT000?.create_count=$count&quot;
-       done
+       do_nodes $mdts &quot;$LCTL set_param -n \
+                       osp.*OST0000*.max_create_count=$max_count&quot;
+       [ $(lustre_version_code $facet) -lt $(version_code 2.11.56) ] &amp;amp;&amp;amp;
+               do_nodes $mdts &quot;$LCTL set_param -n \
+                               osp.*OST0000*.create_count=$count&quot;
+       do_nodes $mdts &lt;span class=&quot;code-quote&quot;&gt;&quot;$LCTL get_param osp.*OST0000*.create_count&quot;&lt;/span&gt; |
+                       grep &lt;span class=&quot;code-quote&quot;&gt;&quot;=0&quot;&lt;/span&gt; &amp;amp;&amp;amp; error &lt;span class=&quot;code-quote&quot;&gt;&quot;create_count is zero&quot;&lt;/span&gt;
 
        local new_iused
        &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i in $(seq 120); &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There&#8217;s at least one issue with this patch; $facet is never defined for this test and, if test 311 is run alone, $facet is not defined. It looks like we are checking the server version of the client. We should be checking the Lustre version of mds1. This may not be the only issue with the test.&lt;/p&gt;

&lt;p&gt;This test is failing for 2.10.6 servers with master (&amp;gt;= 2.12.50) clients and 2.12.0 servers with master clients. Logs for these failures are at:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/bc9b2380-2ea4-11e9-9b3a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/bc9b2380-2ea4-11e9-9b3a-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/fd4cd52a-2e56-11e9-9b3a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/fd4cd52a-2e56-11e9-9b3a-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/0f4dfb86-2b38-11e9-90fb-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/0f4dfb86-2b38-11e9-90fb-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/abd76ad6-292c-11e9-b901-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/abd76ad6-292c-11e9-b901-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/002d2f4c-26e6-11e9-8486-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/002d2f4c-26e6-11e9-8486-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment>2.10.6 servers with master (&amp;gt;= 2.12.50) clients and 2.12.0 servers with master clients</environment>
        <key id="54870">LU-11965</key>
            <summary>interop: sanity test 311 fails with &apos;create_count is zero&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="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="jamesanunez">James Nunez</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>interop</label>
                    </labels>
                <created>Tue, 12 Feb 2019 20:46:15 +0000</created>
                <updated>Thu, 4 Apr 2019 13:54:41 +0000</updated>
                            <resolved>Tue, 19 Feb 2019 15:53:05 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="241802" author="jamesanunez" created="Tue, 12 Feb 2019 20:48:00 +0000"  >&lt;p&gt;Sergey - &lt;br/&gt;
Would you please look into this failure; I know that $facet needs to be defined/changed, but is there any other reason this test now fails in interop testing?&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</comment>
                            <comment id="241809" author="adilger" created="Tue, 12 Feb 2019 22:04:29 +0000"  >&lt;p&gt;It might just need the use of &quot;&lt;tt&gt;$MDS1_VERSION&lt;/tt&gt;&quot; instead of &quot;&lt;tt&gt;$(lustre_version_code $facet)&lt;/tt&gt;&quot;.  &lt;tt&gt;$MDS1_VERSION&lt;/tt&gt; is new for test scripts since &lt;tt&gt;v2_12_50-84-g4eb4479b0e&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="241811" author="jamesanunez" created="Tue, 12 Feb 2019 22:32:33 +0000"  >&lt;p&gt;Since this patch landed to master, I think the version check should be against 2.12.50.&lt;/p&gt;</comment>
                            <comment id="241821" author="jamesanunez" created="Wed, 13 Feb 2019 00:18:00 +0000"  >&lt;p&gt;I&apos;ve modified the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11208&quot; title=&quot;Interop 2.10.4&amp;lt;-&amp;gt;master sanity test_27G: &amp;#39;testpool&amp;#39; is not empty&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11208&quot;&gt;&lt;del&gt;LU-11208&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://review.whamcloud.com/#/c/33420/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33420/&lt;/a&gt; , to fix this issue. Please review the patch and see if you agree with the fix.&lt;/p&gt;</comment>
                            <comment id="241855" author="sergey" created="Wed, 13 Feb 2019 12:07:03 +0000"  >&lt;p&gt;Hello James,&lt;br/&gt;
Agree with Andreas - $MDS1_VERSION should help with sanity_311.&lt;/p&gt;</comment>
                            <comment id="242261" author="jamesanunez" created="Tue, 19 Feb 2019 15:53:05 +0000"  >&lt;p&gt;Patch to add version check landed to 2.13. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="53898">LU-11605</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52897">LU-11208</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53901">LU-11607</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|i00bjz:</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>