<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:42:37 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-4425] Test failure on test suite conf-sanity, subtest test_28</title>
                <link>https://jira.whamcloud.com/browse/LU-4425</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Bob Glossman &amp;lt;bob.glossman@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;http://maloo.whamcloud.com/test_sets/55b7cddc-7304-11e3-9955-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://maloo.whamcloud.com/test_sets/55b7cddc-7304-11e3-9955-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_28 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;check lustre.llite.max_read_ahead_whole_mb failed!&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: conf-sanity 28&lt;/p&gt;</description>
                <environment></environment>
        <key id="22609">LU-4425</key>
            <summary>Test failure on test suite conf-sanity, subtest test_28</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Jan 2014 15:51:17 +0000</created>
                <updated>Fri, 16 May 2014 19:47:30 +0000</updated>
                            <resolved>Fri, 16 May 2014 19:47:30 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="74267" author="simmonsja" created="Thu, 2 Jan 2014 19:58:33 +0000"  >&lt;p&gt;To repeat what was posted on &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3319&quot; title=&quot;Adapt to 3.10 upstream kernel proc_dir_entry change&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3319&quot;&gt;&lt;del&gt;LU-3319&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Test conf-sanity 28 fails 4% of time with the following error.&lt;/p&gt;

&lt;p&gt;LustreError: 18595:0:(lproc_llite.c:367:ll_max_read_ahead_whole_mb_seq_write()) can&apos;t set max_read_ahead_whole_mb more than max_read_ahead_per_file_mb: 0&lt;br/&gt;
LustreError: 18595:0:(obd_config.c:1443:class_process_proc_seq_param()) writing proc entry max_read_ahead_whole_mb err -34&lt;/p&gt;

&lt;p&gt;Looking at the code this means the variable ra_max_pages is being set to zero. Looking at llite_lib.c&lt;br/&gt;
we see that&lt;/p&gt;

&lt;p&gt;pages = si.totalram - si.totalhigh;&lt;br/&gt;
...&lt;br/&gt;
sbi-&amp;gt;ll_ra_info.ra_max_pages_per_file = min(pages / 32,&lt;br/&gt;
SBI_DEFAULT_READAHEAD_MAX);&lt;/p&gt;

&lt;p&gt;so for some reason si_meminfo() is reporting no free memory.&lt;/p&gt;

&lt;p&gt;Possible idea is for test 28 to set max_readahead_per_file_mb before the test start since this is the reason for the test fails.&lt;/p&gt;</comment>
                            <comment id="74272" author="keith" created="Thu, 2 Jan 2014 20:51:21 +0000"  >&lt;p&gt;meminfo can report 0 memory if memory is exhausted.  Memory is a limited resource and the kernel keeps the last little bit protected.  Are there any other signs of memory pressure on the system?&lt;/p&gt;</comment>
                            <comment id="74672" author="adilger" created="Thu, 9 Jan 2014 18:29:09 +0000"  >&lt;p&gt;Is there any correlation between the test failures and running on SLES clients?  I&apos;m wondering if there is any chance that this could be related to seq_file changes somehow?&lt;/p&gt;</comment>
                            <comment id="74674" author="simmonsja" created="Thu, 9 Jan 2014 18:35:31 +0000"  >&lt;p&gt;This is showing up with an earlier patch for 7290. Waiting to see if the new patch has this problem still.&lt;/p&gt;</comment>
                            <comment id="75347" author="simmonsja" created="Tue, 21 Jan 2014 15:16:29 +0000"  >&lt;p&gt;This problems seems to have gone away. We can close this ticket if that is the case but can be reopen if the problem appears again.&lt;/p&gt;</comment>
                            <comment id="76193" author="simmonsja" created="Tue, 4 Feb 2014 17:50:09 +0000"  >&lt;p&gt;Does this problem still happen? If not can we close this ticket.&lt;/p&gt;</comment>
                            <comment id="84290" author="simmonsja" created="Fri, 16 May 2014 19:42:47 +0000"  >&lt;p&gt;llite proc bug no longer shows up. Peter you can close this ticket.&lt;/p&gt;</comment>
                            <comment id="84293" author="pjones" created="Fri, 16 May 2014 19:47:30 +0000"  >&lt;p&gt;As you wish &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&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|hzwc1z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12154</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>