<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:18:05 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-15411] sanity test_272a always fails on single OST system, should be skipped</title>
                <link>https://jira.whamcloud.com/browse/LU-15411</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Sanity test_272a always fails on single OST systems because it checks for a stripe count of two, requiring &amp;gt;1 OST.&lt;/p&gt;

&lt;p&gt;results.yml:&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;&#160; &#160; &#160; &#160; &#160; &#160; name: test_272a
&#160; &#160; &#160; &#160; &#160; &#160; status: FAIL
&#160; &#160; &#160; &#160; &#160; &#160; duration: 1
&#160; &#160; &#160; &#160; &#160; &#160; return_code: 1
&#160; &#160; &#160; &#160; &#160; &#160; error: &quot;bad\ final\ stripe\ count:\ 1\ \!=\ 2&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;test log:&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;== sanity test 272a: DoM migration: new layout with the same DOM component =========================== 15:28:11 (1641338891)
1+0 records in
1+0 records out
524288 bytes (524 kB, 512 KiB) copied, 0.00540308 s, 97.0 MB/s
&#160;sanity test_272a: @@@@@@ FAIL: bad final stripe count: 1 != 2
&#160; Trace dump:
&#160; = /usr/lib/lustre/tests/test-framework.sh:6273:error()
&#160; = /usr/lib/lustre/tests/sanity.sh:20792:test_272a()
&#160; = /usr/lib/lustre/tests/test-framework.sh:6576:run_one()
&#160; = /usr/lib/lustre/tests/test-framework.sh:6623:run_one_logged()
&#160; = /usr/lib/lustre/tests/test-framework.sh:6465:run_test()
&#160; = /usr/lib/lustre/tests/sanity.sh:20794:main()
Dumping lctl log to /opt/results//2022-01-04/134313/sanity.test_272a.*.1641338891.log
Dumping logs only on local client.
Resetting fail_loc on all nodes...done.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;br/&gt;
This test should be skipped as others are on configurations with a single OST. For example:&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;        (( $OSTCOUNT &amp;gt;= 2 )) || skip_env &quot;needs &amp;gt;= 2 OSTs&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;as can be seen in &lt;tt&gt;ost-pools.sh&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment>* Lustre 2.14&lt;br/&gt;
*  4.19.0-21-amd64 #1 SMP Debian 4.19.208-3 (2017-12-06) x86_64 GNU/Linux</environment>
        <key id="67808">LU-15411</key>
            <summary>sanity test_272a always fails on single OST system, should be skipped</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="burris">Spencer Burris</reporter>
                        <labels>
                            <label>tests</label>
                    </labels>
                <created>Wed, 5 Jan 2022 19:38:42 +0000</created>
                <updated>Wed, 27 Apr 2022 14:28:22 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="321849" author="paf0186" created="Wed, 5 Jan 2022 20:03:26 +0000"  >&lt;p&gt;Spencer,&lt;/p&gt;

&lt;p&gt;Just a warning/thought:&lt;br/&gt;
If you&apos;re testing on a single OST system, you may see a &lt;b&gt;lot&lt;/b&gt; of failures in testing, either constantly or rarer random failures, from issues in the test framework.&lt;/p&gt;

&lt;p&gt;That&apos;s because while there is some attempt to check for a minimum of OSTs in some cases, the test framework defaults to two OSTs, and since a single OST is not a configuration that is expected for a real deployment, it doesn&apos;t get much (if any) testing.&lt;/p&gt;

&lt;p&gt;This is all to say that I think testing with a single OST may make for a lot of work for not much benefit.&#160; Just something to consider if you&apos;re thinking about where to spend testing time.&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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>test</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i02dp3:</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="10020"><![CDATA[1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>