<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:07:32 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-7280] Interop b2_5_fe&lt;-&gt;2.7.60 : sanityn test_78: Expected set_param to return 0|ENODEV|EAGAIN</title>
                <link>https://jira.whamcloud.com/browse/LU-7280</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Saurabh Tandan &amp;lt;saurabh.tandan@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/e0fea9b2-6b53-11e5-b85e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/e0fea9b2-6b53-11e5-b85e-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_78 failed with the following error:&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;Expected set_param to return 0|ENODEV|EAGAIN
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;onyx-41vm8: error: set_param: setting /proc/fs/lustre/ost/OSS/ost_io/nrs_orr_quantum=1: No such device
ost.OSS.ost_io.nrs_orr_quantum=1
 sanityn test_78: @@@@@@ FAIL: Expected set_param to return 0|ENODEV|EAGAIN 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Server: 2.5.5, b2_5_fe/62&lt;br/&gt;
Client: 2.7.60, build# 3203, RHEL 7</environment>
        <key id="32582">LU-7280</key>
            <summary>Interop b2_5_fe&lt;-&gt;2.7.60 : sanityn test_78: Expected set_param to return 0|ENODEV|EAGAIN</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Oct 2015 22:58:29 +0000</created>
                <updated>Wed, 13 Oct 2021 02:28:05 +0000</updated>
                            <resolved>Wed, 13 Oct 2021 02:28:05 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="134355" author="vinayakh" created="Tue, 24 Nov 2015 09:11:52 +0000"  >&lt;p&gt;Error: ENODEV : No such device is handled in &lt;a href=&quot;https://jira.hpdd.intel.com/browse/LU-7072&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jira.hpdd.intel.com/browse/LU-7072&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but &lt;b&gt;$?&lt;/b&gt; is &lt;b&gt;1&lt;/b&gt; in case of any failure. So  $rc -eq 0 -o $rc -eq 19 -o $rc -eq 11  is becoming meaning less check. &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;test_78() { #LU-6673
        local rc

        for i in $(seq 1 $OSTCOUNT)
        do
                do_facet ost&quot;$i&quot; lctl set_param \
                        ost.OSS.ost_io.nrs_policies=&quot;orr&quot; &amp;amp;
                do_facet ost&quot;$i&quot; lctl set_param \
                        ost.OSS.*.nrs_orr_quantum=1
                rc=$?
                echo &quot;***************** RC = $rc ******* &quot;
                # Valid return codes are:
                # 0: Tuning succeeded
                # ENODEV: Policy is still stopped
                # EAGAIN: Policy is being initialized
                [ $rc -eq 0 -o $rc -eq 19 -o $rc -eq 11 ] ||
                        error &quot;Expected set_param to return 0|ENODEV|EAGAIN&quot;
        done

....
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="134825" author="vinayakh" created="Tue, 1 Dec 2015 04:10:39 +0000"  >&lt;p&gt;lctl set_param does not return proper error number (returns 0 in case of success of -1 in case of failure) because of which &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;[ $rc -eq 0 -o $rc -eq 19 -o $rc -eq 11 ] ||
                        error &quot;Expected set_param to return 0|ENODEV|EAGAIN&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;fails in case of error.&lt;/p&gt;

&lt;p&gt;The solution for this issue is &lt;a href=&quot;http://review.whamcloud.com/#/c/9545/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/9545/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="139350" author="standan" created="Tue, 19 Jan 2016 23:34:51 +0000"  >&lt;p&gt;Another instance found for interop : 2.5.5 Server/EL6.7 Client&lt;br/&gt;
Server: 2.5.5, b2_5_fe/62&lt;br/&gt;
Client: master, build# 3303, RHEL 6.7&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/03b07848-bb25-11e5-861c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/03b07848-bb25-11e5-861c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="141887" author="standan" created="Wed, 10 Feb 2016 22:51:11 +0000"  >&lt;p&gt;Another instance found for interop tag 2.7.66 - 2.5.5 Server/EL7 Client, build# 3316&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/0dde9b9c-ccc8-11e5-b80c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/0dde9b9c-ccc8-11e5-b80c-5254006e85c2&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|hzxq3b:</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>