<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:11:22 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-7723] few tests in sanity.sh fail because of STRIPES_PER_OBJ=-1</title>
                <link>https://jira.whamcloud.com/browse/LU-7723</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;  sanity.sh sets STRIPES_PER_OBJ=-11 unconditionally while few subtests need default striping count = 1. autotest seem to work this around because the filesystem is formatted by external means (not by sanity.sh).&lt;/p&gt;</description>
                <environment></environment>
        <key id="34363">LU-7723</key>
            <summary>few tests in sanity.sh fail because of STRIPES_PER_OBJ=-1</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Fri, 29 Jan 2016 14:46:00 +0000</created>
                <updated>Fri, 21 May 2021 00:51:48 +0000</updated>
                                            <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>1</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="140529" author="gerrit" created="Fri, 29 Jan 2016 14:47:41 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18216&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18216&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7723&quot; title=&quot;few tests in sanity.sh fail because of STRIPES_PER_OBJ=-1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7723&quot;&gt;LU-7723&lt;/a&gt; tests: sanity.sh should set STRIPES_PER_OBJ=1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4f78fb1d9016aa4088977f27c209a49ca60a6c67&lt;/p&gt;</comment>
                            <comment id="141122" author="adilger" created="Thu, 4 Feb 2016 05:04:36 +0000"  >&lt;p&gt;It would be good to know which tests are failing, since IMHO it would be better to fix those tests to work with different stripe counts, rather than only ever testing with default stripe count = 1.&lt;/p&gt;</comment>
                            <comment id="141154" author="bzzz" created="Thu, 4 Feb 2016 14:17:36 +0000"  >&lt;p&gt;the tests I&apos;m getting failed constantly with &quot;sh sanity.sh&quot;:&lt;/p&gt;

&lt;p&gt;sanity: FAIL: test_27D llapi_layout_test failed&lt;br/&gt;
sanity: FAIL: test_56a /work/head1/lustre/utils/lfs getstripe --obd wrong: found 6, expected 3&lt;br/&gt;
sanity: FAIL: test_56u &quot;lfs find -stripe-index 0 -type f /mnt/lustre/d56u.sanityu&quot; wrong: found 16, expected 12&lt;br/&gt;
sanity: FAIL: test_65a lverify failed&lt;/p&gt;

&lt;p&gt;with STRIPES_PER_OBJ=1 all they pass. I&apos;ve got a fix for llapi_layout_test ( &lt;a href=&quot;http://review.whamcloud.com/#/c/18196/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/18196/&lt;/a&gt; ),&lt;br/&gt;
but at some point got to think it&apos;s just easier to mimic autotest instead as it&apos;s not very convenient to have unrelated failures doing local development.&lt;br/&gt;
in general, I agree that it makes sense to fix the tests.&lt;/p&gt;</comment>
                            <comment id="192904" author="adilger" created="Thu, 20 Apr 2017 17:45:58 +0000"  >&lt;p&gt;I suspect all of these issues will also be hit with a default PFL layout, which is being tested/fixed under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9324&quot; title=&quot;sanity-pfl test 10 needs to reset the file system default layout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9324&quot;&gt;&lt;del&gt;LU-9324&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;IMHO, it is better to fix the individual tests to work with different stripe counts and (less optimal) explicitly specify the required layout for the test, instead of enforcing a global stripe count to make them pass.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="45439">LU-9324</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54758">LU-11918</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|hzxzqn:</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>