<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:34: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-10330] Interop sanity test_101g: unable to set max_pages_per_rpc=4M</title>
                <link>https://jira.whamcloud.com/browse/LU-10330</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah_lw &amp;lt;wei3.liu@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;The sub-test test_101g 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;unable to set max_pages_per_rpc=4M

&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;== sanity test 101g: Big bulk(4/16 MiB) readahead ==================================================== 19:57:32 (1511812652)
CMD: onyx-39vm7 /usr/sbin/lctl get_param -n obdfilter.*.brw_size
CMD: onyx-39vm7 /usr/sbin/lctl get_param -n version 2&amp;gt;/dev/null ||
    /usr/sbin/lctl lustre_build_version 2&amp;gt;/dev/null ||
    /usr/sbin/lctl --version 2&amp;gt;/dev/null | cut -d&apos; &apos; -f2
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0000-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0001-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0002-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0003-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0004-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0005-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
error: set_param: setting /proc/fs/lustre/osc/lustre-OST0006-osc-ffff880068773800/max_pages_per_rpc=4M: Numerical result out of range
 sanity test_101g: @@@@@@ FAIL: unable to set max_pages_per_rpc=4M 

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>server:  2.7.19.10 &lt;br/&gt;
client: 2.10.2 RC1 </environment>
        <key id="49559">LU-10330</key>
            <summary>Interop sanity test_101g: unable to set max_pages_per_rpc=4M</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="emoly.liu">Emoly Liu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Dec 2017 07:58:59 +0000</created>
                <updated>Tue, 19 Dec 2017 21:34:40 +0000</updated>
                            <resolved>Sun, 17 Dec 2017 16:17:13 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                    <version>Lustre 2.10.1</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="215290" author="adilger" created="Tue, 5 Dec 2017 08:11:59 +0000"  >&lt;p&gt;It looks like this is caused by the test checking for version 2.8.52 on the server before setting &lt;tt&gt;brw_size&lt;/tt&gt; to be larger. With 2.7.x the 16MB RPC patch is available, but the default &lt;tt&gt;brw_size&lt;/tt&gt; is 1MB.&lt;/p&gt;

&lt;p&gt;The test needs to be updated to check for version 2.7.17 or later to set &lt;tt&gt;brw_size=16&lt;/tt&gt; and enable the 8MB and 16MB RPC tests. The &lt;tt&gt;suffix=&quot;M&quot;&lt;/tt&gt; change is NOT available in 2.7.x and should be left under the version &amp;gt; 2.9.52 check.&lt;/p&gt;

&lt;p&gt;This should be fixed in b2_10 and master.&lt;/p&gt;</comment>
                            <comment id="215293" author="gerrit" created="Tue, 5 Dec 2017 08:19:30 +0000"  >&lt;p&gt;Emoly Liu (emoly.liu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30365&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30365&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10330&quot; title=&quot;Interop sanity test_101g: unable to set max_pages_per_rpc=4M&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10330&quot;&gt;&lt;del&gt;LU-10330&lt;/del&gt;&lt;/a&gt; tests: fix version check in sanity.sh test_101g&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 538e221f27e77a13f3b31224a944d3885320e351&lt;/p&gt;</comment>
                            <comment id="215296" author="gerrit" created="Tue, 5 Dec 2017 08:42:15 +0000"  >&lt;p&gt;Emoly Liu (emoly.liu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30366&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30366&lt;/a&gt;&lt;br/&gt;
 Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10330&quot; title=&quot;Interop sanity test_101g: unable to set max_pages_per_rpc=4M&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10330&quot;&gt;&lt;del&gt;LU-10330&lt;/del&gt;&lt;/a&gt; tests: fix version check in sanity.sh test_101g&lt;br/&gt;
 Project: fs/lustre-release&lt;br/&gt;
 Branch: master&lt;br/&gt;
 Current Patch Set: 1&lt;br/&gt;
 Commit: 2cef0243d63c3f3747c01e5281a669e507920148&lt;/p&gt;

&lt;p&gt;Per Andreas&apos; review comment, this one has been&#160;abandoned because the new one #30389 is created with the same Change-Id:&lt;a href=&quot;https://review.whamcloud.com/#/q/I6eeefbf74017aaeeb8998accd6da04d8de75606c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;I6eeefbf74017aaeeb8998accd6da04d8de75606c&lt;/a&gt;&#160;to #30365 for b2_10.&lt;/p&gt;</comment>
                            <comment id="215423" author="gerrit" created="Wed, 6 Dec 2017 07:47:58 +0000"  >&lt;p&gt;Emoly Liu (emoly.liu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30389&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30389&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10330&quot; title=&quot;Interop sanity test_101g: unable to set max_pages_per_rpc=4M&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10330&quot;&gt;&lt;del&gt;LU-10330&lt;/del&gt;&lt;/a&gt; tests: fix version check in sanity.sh test_101g&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d05869c92f5289acddc0fb5b40834408153e55a4&lt;/p&gt;</comment>
                            <comment id="216520" author="gerrit" created="Sun, 17 Dec 2017 06:20:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30389/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30389/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10330&quot; title=&quot;Interop sanity test_101g: unable to set max_pages_per_rpc=4M&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10330&quot;&gt;&lt;del&gt;LU-10330&lt;/del&gt;&lt;/a&gt; tests: fix version check in sanity.sh test_101g&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4741a558e6bb12b08928819725e568991ddefbab&lt;/p&gt;</comment>
                            <comment id="216551" author="pjones" created="Sun, 17 Dec 2017 16:17:13 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="216784" author="gerrit" created="Tue, 19 Dec 2017 20:10:48 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30365/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30365/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10330&quot; title=&quot;Interop sanity test_101g: unable to set max_pages_per_rpc=4M&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10330&quot;&gt;&lt;del&gt;LU-10330&lt;/del&gt;&lt;/a&gt; tests: fix version check in sanity.sh test_101g&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 009c986bb5e7fea309ebce1427437d7bbceedc6f&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                                        </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|hzzorj:</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>