<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:21:45 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-2027] writethrough_cache_enable reports erroneous number</title>
                <link>https://jira.whamcloud.com/browse/LU-2027</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When enabled (by default) /proc/fs/lustre/obdfilter/*/writethrough_cache_enable reports an erroneous number which appears to continue to increment upward. &lt;/p&gt;

&lt;p&gt;Speaking with Oleg about this, he believes it to be a bug. Per the manual this should either be 1 or 0 indicating enable or disable&lt;/p&gt;</description>
                <environment></environment>
        <key id="16118">LU-2027</key>
            <summary>writethrough_cache_enable reports erroneous number</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="yujian">Jian Yu</assignee>
                                    <reporter username="cfaber#1">Colin Faber [X]</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Sep 2012 14:22:47 +0000</created>
                <updated>Mon, 26 Mar 2018 05:22:40 +0000</updated>
                            <resolved>Mon, 26 Mar 2018 05:22:39 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="45636" author="pjones" created="Thu, 27 Sep 2012 12:23:43 +0000"  >&lt;p&gt;Yujian&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="45770" author="yujian" created="Sat, 29 Sep 2012 09:33:50 +0000"  >&lt;p&gt;Hello Colin,&lt;/p&gt;

&lt;p&gt;I provisioned a test cluster (2 clients, 1 combined MGS/MDS and 1 OSS with 7 OSTs) with Lustre b2_2 build &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/17/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_2/17/&lt;/a&gt; and set up a fresh Lustre filesystem by running llmount.sh. After the filesystem was up, I ran the following commands on the OSS node:&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;[root@fat-intel-4 ~]# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1             20642428   1985276  17608576  11% /
tmpfs                 12298420         0  12298420   0% /dev/shm
/dev/sdc5              2064208    107448   1851904   6% /mnt/ost1
/dev/sdc6              2064208    107448   1851904   6% /mnt/ost2
/dev/sdc7              2064208    107448   1851904   6% /mnt/ost3
/dev/sdc8              2064208    107448   1851904   6% /mnt/ost4
/dev/sdc9              2064208    107448   1851904   6% /mnt/ost5
/dev/sdc10             2064208    107448   1851904   6% /mnt/ost6
/dev/sdc11             2064208    107448   1851904   6% /mnt/ost7
[root@fat-intel-4 ~]# lctl get_param obdfilter.*.writethrough_cache_enable
obdfilter.lustre-OST0000.writethrough_cache_enable=1
obdfilter.lustre-OST0001.writethrough_cache_enable=1
obdfilter.lustre-OST0002.writethrough_cache_enable=1
obdfilter.lustre-OST0003.writethrough_cache_enable=1
obdfilter.lustre-OST0004.writethrough_cache_enable=1
obdfilter.lustre-OST0005.writethrough_cache_enable=1
obdfilter.lustre-OST0006.writethrough_cache_enable=1
[root@fat-intel-4 ~]# lctl set_param obdfilter.*.writethrough_cache_enable 0
obdfilter.lustre-OST0000.writethrough_cache_enable=0
obdfilter.lustre-OST0001.writethrough_cache_enable=0
obdfilter.lustre-OST0002.writethrough_cache_enable=0
obdfilter.lustre-OST0003.writethrough_cache_enable=0
obdfilter.lustre-OST0004.writethrough_cache_enable=0
obdfilter.lustre-OST0005.writethrough_cache_enable=0
obdfilter.lustre-OST0006.writethrough_cache_enable=0
[root@fat-intel-4 ~]# lctl get_param obdfilter.*.writethrough_cache_enable
obdfilter.lustre-OST0000.writethrough_cache_enable=0
obdfilter.lustre-OST0001.writethrough_cache_enable=0
obdfilter.lustre-OST0002.writethrough_cache_enable=0
obdfilter.lustre-OST0003.writethrough_cache_enable=0
obdfilter.lustre-OST0004.writethrough_cache_enable=0
obdfilter.lustre-OST0005.writethrough_cache_enable=0
obdfilter.lustre-OST0006.writethrough_cache_enable=0
[root@fat-intel-4 ~]# lctl set_param obdfilter.*.writethrough_cache_enable 1
obdfilter.lustre-OST0000.writethrough_cache_enable=1
obdfilter.lustre-OST0001.writethrough_cache_enable=1
obdfilter.lustre-OST0002.writethrough_cache_enable=1
obdfilter.lustre-OST0003.writethrough_cache_enable=1
obdfilter.lustre-OST0004.writethrough_cache_enable=1
obdfilter.lustre-OST0005.writethrough_cache_enable=1
obdfilter.lustre-OST0006.writethrough_cache_enable=1
[root@fat-intel-4 ~]# lctl get_param obdfilter.*.writethrough_cache_enable
obdfilter.lustre-OST0000.writethrough_cache_enable=1
obdfilter.lustre-OST0001.writethrough_cache_enable=1
obdfilter.lustre-OST0002.writethrough_cache_enable=1
obdfilter.lustre-OST0003.writethrough_cache_enable=1
obdfilter.lustre-OST0004.writethrough_cache_enable=1
obdfilter.lustre-OST0005.writethrough_cache_enable=1
obdfilter.lustre-OST0006.writethrough_cache_enable=1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;As we can see, the value of writethrough_cache_enable was correct.&lt;/p&gt;

&lt;p&gt;I also did the same test on the following Lustre builds:&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/898/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-master/898/&lt;/a&gt;&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_3/24/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_3/24/&lt;/a&gt;&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_2/21/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All worked properly.&lt;/p&gt;

&lt;p&gt;Could you please tell me what tests/operations you performed to hit the erroneous number issue? Thanks.&lt;/p&gt;</comment>
                            <comment id="45772" author="pjones" created="Sat, 29 Sep 2012 12:31:06 +0000"  >&lt;p&gt;Colin&lt;/p&gt;

&lt;p&gt;Could you also please clarify whether this is a vanilla 2.2 release or whether there have been any modifications made to it?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="224506" author="yujian" created="Mon, 26 Mar 2018 05:22:40 +0000"  >&lt;p&gt;Close old ticket. If the issue occurs again, please feel free to reopen the ticket.&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|hzv3v3:</customfieldvalue>

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