<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:55:28 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-12768] readcache_max_filesize in 2.12?</title>
                <link>https://jira.whamcloud.com/browse/LU-12768</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We&apos;re playing with&#160;&lt;tt&gt;readcache_max_filesize&lt;/tt&gt; to adjust OSS caching per object size, but while it seems to work on Oak (2.10.8), we can&apos;t find the tunable with 2.12. Did we miss something obvious? Thanks!&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@fir-io1-s1 ~]# lctl get_param obdfilter.*.readcache_max_filesize
error: get_param: param_path &apos;obdfilter/*/readcache_max_filesize&apos;: No such file or directory
[root@fir-io1-s1 ~]# ls /sys/fs/lustre/obdfilter/fir-OST0000/
blocksize               client_cache_count    degraded   filestotal  grant_precreate  kbytesfree   lfsck_speed_limit  seqs_allocated   sync_journal      tgt_fmd_count    uuid
checksum_t10pi_enforce  client_cache_seconds  filesfree  fstype      kbytesavail      kbytestotal  precreate_batch    soft_sync_limit  sync_lock_cancel  tgt_fmd_seconds
[root@fir-io1-s1 ~]# cat /sys/fs/lustre/version 
2.12.2_119_g2d4809a
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#idm140482875762544&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#idm140482875762544&lt;/a&gt;&lt;br/&gt;
&#160;&lt;br/&gt;
Thanks!&lt;br/&gt;
Stephane&lt;br/&gt;
&#160;&lt;/p&gt;</description>
                <environment>2.12.2_116+3 patches, CentOS 7.6</environment>
        <key id="56918">LU-12768</key>
            <summary>readcache_max_filesize in 2.12?</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="10000">Done</resolution>
                                        <assignee username="pfarrell">Patrick Farrell</assignee>
                                    <reporter username="sthiell">Stephane Thiell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Sep 2019 17:32:39 +0000</created>
                <updated>Wed, 17 Feb 2021 22:07:43 +0000</updated>
                            <resolved>Wed, 18 Sep 2019 15:55:50 +0000</resolved>
                                    <version>Lustre 2.12.2</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="254745" author="pfarrell" created="Mon, 16 Sep 2019 17:37:44 +0000"  >&lt;p&gt;Stephane,&lt;/p&gt;

&lt;p&gt;It&apos;s been moved:&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;lctl list_param *.*OST0000*.*readcache*
osd-ldiskfs.lustre-OST0000.readcache_max_filesize &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="254746" author="sthiell" created="Mon, 16 Sep 2019 17:41:50 +0000"  >&lt;p&gt;Thanks Patrick! It works!&lt;/p&gt;

&lt;p&gt;&#160;&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@fir-io1-s1 ~]# lctl get_param osd-ldiskfs.fir-OST0000.readcache_max_filesize 
osd-ldiskfs.fir-OST0000.readcache_max_filesize=18446744073709551615
[root@fir-io1-s1 ~]# lctl set_param osd-ldiskfs.fir-OST0000.readcache_max_filesize=32M
osd-ldiskfs.fir-OST0000.readcache_max_filesize=32M
[root@fir-io1-s1 ~]# lctl get_param osd-ldiskfs.fir-OST0000.readcache_max_filesize 
osd-ldiskfs.fir-OST0000.readcache_max_filesize=33554432
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So it is ldiskfs-specific? just curious, is this option available with ZFS backend?&lt;/p&gt;</comment>
                            <comment id="254750" author="pfarrell" created="Mon, 16 Sep 2019 18:27:54 +0000"  >&lt;p&gt;It&apos;s available on ZFS as well, yeah.&#160; (In general, ZFS caching isn&apos;t quite as controllable as the ldiskfs sort, so not all the options are there...&#160; But this is.)&lt;/p&gt;</comment>
                            <comment id="254752" author="sthiell" created="Mon, 16 Sep 2019 18:32:07 +0000"  >&lt;p&gt;Thanks again Patrick, that sounds good! I would recommend to update the Lustre manual or at least add a note that it has moved to the osd backend in 2.12 to avoid any confusion.&lt;/p&gt;</comment>
                            <comment id="254990" author="pfarrell" created="Wed, 18 Sep 2019 15:55:50 +0000"  >&lt;p&gt;Opened &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-457&quot; title=&quot;readcache max file size moved in 2.12.x and newer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-457&quot;&gt;&lt;del&gt;LUDOC-457&lt;/del&gt;&lt;/a&gt; to track updating the manual.&lt;/p&gt;</comment>
                            <comment id="273439" author="gerrit" created="Mon, 22 Jun 2020 04:28:49 +0000"  >&lt;p&gt;&lt;del&gt;Neil Brown (neilb@suse.de) uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/39124&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39124&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12768&quot; title=&quot;readcache_max_filesize in 2.12?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12768&quot;&gt;&lt;del&gt;LU-12768&lt;/del&gt;&lt;/a&gt; o2iblnd: wait properly for fps&lt;/del&gt;&amp;gt;increasing.-&lt;br/&gt;
&lt;del&gt;Project: fs/lustre-release&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Branch: master&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Current Patch Set: 1&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Commit: d17be980c1f249e2c7c1787c79fbce1e64b44187&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;Should be &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12678&quot; title=&quot;LNet simplification work from linux client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12678&quot;&gt;LU-12678&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="274426" author="gerrit" created="Sat, 4 Jul 2020 03:05:21 +0000"  >&lt;p&gt;&lt;del&gt;Oleg Drokin (green@whamcloud.com) merged in patch&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/39124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39124/&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12768&quot; title=&quot;readcache_max_filesize in 2.12?&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12768&quot;&gt;&lt;del&gt;LU-12768&lt;/del&gt;&lt;/a&gt; o2iblnd: wait properly for fps&lt;/del&gt;&amp;gt;increasing.-&lt;br/&gt;
&lt;del&gt;Project: fs/lustre-release&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Branch: master&lt;/del&gt;&lt;br/&gt;
-Current Patch Set: -&lt;br/&gt;
&lt;del&gt;Commit: 530eca31556f7708781bcd1b1809ae286aee4c57&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;Should be &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12678&quot; title=&quot;LNet simplification work from linux client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12678&quot;&gt;LU-12678&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56941">LUDOC-457</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i00mt3:</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>