<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:21:35 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-2009] Test failure on test suite sanity, subtest test_156</title>
                <link>https://jira.whamcloud.com/browse/LU-2009</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Li Wei &amp;lt;liwei@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cbb8e36a-0490-11e2-bfd4-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cbb8e36a-0490-11e2-bfd4-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_156 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NOT IN CACHE: before: 1040, after: 1040&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This was master with OFD and LDiskFS OSTs.&lt;/p&gt;

&lt;p&gt;Info required for matching: sanity 156&lt;/p&gt;</description>
                <environment></environment>
        <key id="16083">LU-2009</key>
            <summary>Test failure on test suite sanity, subtest test_156</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>USE_OFD</label>
                    </labels>
                <created>Sun, 23 Sep 2012 21:26:16 +0000</created>
                <updated>Thu, 7 Mar 2013 20:30:58 +0000</updated>
                            <resolved>Thu, 7 Mar 2013 20:30:58 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="51621" author="liwei" created="Fri, 1 Feb 2013 09:31:59 +0000"  >&lt;p&gt;A similar but not identical one:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/b8f32682-6c5f-11e2-91d6-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/b8f32682-6c5f-11e2-91d6-52540035b04c&lt;/a&gt;&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;== sanity test 156: Verification of tunables ============================== 21:30:21 (1359696621)
Turn on read and write cache
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.read_cache_enable=1 		osd-*.lustre-OST*.read_cache_enable=1 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.writethrough_cache_enable=1 		osd-*.lustre-OST*.writethrough_cache_enable=1 2&amp;gt;&amp;amp;1
Write data and read it back.
Read should be satisfied from the cache.
3+0 records in
3+0 records out
12288 bytes (12 kB) copied, 0.004606 s, 2.7 MB/s
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16737, after: 16740
Read again; it should be satisfied from the cache.
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16740, after: 16743
Turn off the read cache and turn on the write cache
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.read_cache_enable=0 		osd-*.lustre-OST*.read_cache_enable=0 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.writethrough_cache_enable=1 		osd-*.lustre-OST*.writethrough_cache_enable=1 2&amp;gt;&amp;amp;1
Read again; it should be satisfied from the cache.
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16743, after: 16746
Read again; it should not be satisfied from the cache.
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16746, after: 16746
Write data and read it back.
Read should be satisfied from the cache.
3+0 records in
3+0 records out
12288 bytes (12 kB) copied, 0.00372769 s, 3.3 MB/s
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16746, after: 16749
Read again; it should not be satisfied from the cache.
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16749, after: 16749
Turn off read and write cache
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.read_cache_enable=0 		osd-*.lustre-OST*.read_cache_enable=0 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.writethrough_cache_enable=0 		osd-*.lustre-OST*.writethrough_cache_enable=0 2&amp;gt;&amp;amp;1
Write data and read it back
It should not be satisfied from the cache.
3+0 records in
3+0 records out
12288 bytes (12 kB) copied, 0.0041748 s, 2.9 MB/s
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16749, after: 16749
Turn on the read cache and turn off the write cache
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.read_cache_enable=1 		osd-*.lustre-OST*.read_cache_enable=1 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl set_param -n obdfilter.lustre-OST*.writethrough_cache_enable=0 		osd-*.lustre-OST*.writethrough_cache_enable=0 2&amp;gt;&amp;amp;1
Write data and read it back
It should not be satisfied from the cache.
3+0 records in
3+0 records out
12288 bytes (12 kB) copied, 0.00440554 s, 2.8 MB/s
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
cache hits:: before: 16749, after: 16749
Read again; it should be satisfied from the cache.
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
CMD: client-21-ib /usr/sbin/lctl get_param -n obdfilter.lustre-OST*.stats 		osd-*.lustre-OST*.stats 2&amp;gt;&amp;amp;1
 sanity test_156: @@@@@@ FAIL: NOT IN CACHE: before: 16749, after: 16755 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="53408" author="keith" created="Tue, 5 Mar 2013 23:22:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2902&quot; title=&quot;sanity test_156: NOT IN CACHE: before: , after: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2902&quot;&gt;&lt;del&gt;LU-2902&lt;/del&gt;&lt;/a&gt; seems to be the same issue: sanity test_156 trouble.  I think one of these LUs should be closed.&lt;/p&gt;</comment>
                            <comment id="53562" author="keith" created="Thu, 7 Mar 2013 20:30:58 +0000"  >&lt;p&gt;This is a dup of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2902&quot; title=&quot;sanity test_156: NOT IN CACHE: before: , after: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2902&quot;&gt;&lt;del&gt;LU-2902&lt;/del&gt;&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|hzv3mv:</customfieldvalue>

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