<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:37:43 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-3880] Make error_ignore accept a general string for bug number</title>
                <link>https://jira.whamcloud.com/browse/LU-3880</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The error_ignore is a routine that allows a test to run and, if an error occurs, the error is ignored, but a message is printed. The message is composed of a bug number and user defined message. The bug number is assumed to be a bugzilla number:&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;local TYPE=&quot;IGNORE (bz$1)&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The error_ignore routine should be changed from assuming that the first parameter is a bugzilla number to just take the whole ticket number (bzXXX or LU-XXX or any string). &lt;/p&gt;

&lt;p&gt;There are 13 calls to error_ignore that will need to be modified:&lt;br/&gt;
ost-pools.sh:        error_ignore 23408 &quot;Degradation with wide pool is $diff% &amp;gt; $max%&quot;&lt;br/&gt;
ost-pools.sh:        error_ignore 23408 &quot;Degradation with wide pool is $diff% &amp;gt; $max%&quot;&lt;br/&gt;
recovery-small.sh:	[ $rc -eq 0 ] &amp;amp;&amp;amp; error_ignore 5494 &quot;multiop didn&apos;t fail fsync: rc $rc&quot; || true&lt;br/&gt;
recovery-small.sh:	error_ignore 5494 &quot;multiop didn&apos;t fail fsync: $rc1 or close: $rc2&quot; ||&lt;br/&gt;
recovery-small.sh:	[ $rc -eq 0 ] || error_ignore 13652 &quot;writemany returned rc $rc&quot; || true&lt;br/&gt;
recovery-small.sh:	[ $rc -eq 0 ] || error_ignore 13652 &quot;writemany returned rc $rc&quot; || true&lt;br/&gt;
recovery-small.sh:	error_ignore 17935 $*&lt;br/&gt;
replay-single.sh:    [ $ATTEMPTS -gt 0 ] &amp;amp;&amp;amp; error_ignore 13721 &quot;AT should have prevented reconnect&quot;&lt;br/&gt;
sanity.sh:	    error_ignore &quot;QOS imbalance criteria not met&quot;&lt;br/&gt;
sanity.sh:	[ $MAXC -gt $MINC ] || error_ignore &quot;stripe QOS didn&apos;t balance free space&quot;&lt;br/&gt;
sanity.sh:        error_ignore 20762 &quot;IN CACHE: before: $BEFORE, after: $AFTER&quot;&lt;br/&gt;
sanity.sh:        error_ignore 20762 &quot;IN CACHE: before: $BEFORE, after: $AFTER&quot;&lt;br/&gt;
sanity.sh:		error_ignore 17935 $*&lt;/p&gt;

</description>
                <environment></environment>
        <key id="20763">LU-3880</key>
            <summary>Make error_ignore accept a general string for bug number</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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>
                    </labels>
                <created>Wed, 4 Sep 2013 14:50:52 +0000</created>
                <updated>Fri, 25 Oct 2013 17:25:47 +0000</updated>
                            <resolved>Fri, 25 Oct 2013 17:25:47 +0000</resolved>
                                    <version>Lustre 2.4.1</version>
                    <version>Lustre 2.5.0</version>
                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="67544" author="jamesanunez" created="Wed, 25 Sep 2013 14:53:31 +0000"  >&lt;p&gt;Patch is ready, but waiting for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3640&quot; title=&quot;Test failure on test suite sanity, test_116a, when OST is full&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3640&quot;&gt;&lt;del&gt;LU-3640&lt;/del&gt;&lt;/a&gt; patch ( &lt;a href=&quot;http://review.whamcloud.com/#/c/7132/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7132/&lt;/a&gt; ) to land before submitting since both patches modify some common lines of code. &lt;/p&gt;</comment>
                            <comment id="67979" author="jamesanunez" created="Mon, 30 Sep 2013 17:57:41 +0000"  >&lt;p&gt;Proposed Patch at: &lt;a href=&quot;http://review.whamcloud.com/#/c/7791/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7791/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="69935" author="jamesanunez" created="Fri, 25 Oct 2013 17:25:47 +0000"  >&lt;p&gt;Landed to master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="20355">LU-3764</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzvzwn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10063</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>