<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:58:20 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-13096] incorrect used_mb in max_cached_mb</title>
                <link>https://jira.whamcloud.com/browse/LU-13096</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;it seems to print incorrect used_mb size in max_cached_mb on large memory client.&lt;br/&gt;
 that client has 24TB memory and it has 12TB for max_cached_mb by default, but max_cached_mb says most of cache is &quot;used_mb&quot;.&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;sdf2{root}1014: free
              total        used        free      shared  buff/cache   available
Mem:    24965051716   139544736 24824112084       39772     1394896 24818988328
Swap:       8388604           0     8388604
sdf2{root}1015: lctl get_param llite.*.max_cached_mb
llite.lustre-ffff96631b3d6800.max_cached_mb=
users: 16
max_cached_mb: 12189966
used_mb: 12157198
unused_mb: 32768
reclaim_count: 0

&apos;Drop cache&apos; doesn&apos;t help niether.

sdf2{root}1016: echo 3 &amp;gt; /proc/sys/vm/drop_caches 
sdf2{root}1017: lctl get_param llite.*.max_cached_mb
llite.lustre-ffff96631b3d6800.max_cached_mb=
users: 16
max_cached_mb: 12189966
used_mb: 12157198
unused_mb: 32768
reclaim_count: 0&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="57688">LU-13096</key>
            <summary>incorrect used_mb in max_cached_mb</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>Fri, 20 Dec 2019 14:18:16 +0000</created>
                <updated>Sat, 13 Jun 2020 10:23:24 +0000</updated>
                            <resolved>Tue, 17 Mar 2020 18:01:53 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="260244" author="gerrit" created="Fri, 20 Dec 2019 14:26:22 +0000"  >&lt;p&gt;&lt;del&gt;Emoly Liu (emoly@whamcloud.com) uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/37080&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37080&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; client: fix incorrect used_mb in max_cached_mb&lt;/del&gt;&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: f9e0b9f65b3f529e3dacaab53ae12f738ed11945&lt;/del&gt;&lt;/p&gt;</comment>
                            <comment id="261669" author="jfilizetti" created="Wed, 22 Jan 2020 22:16:17 +0000"  >&lt;p&gt;I want to make sure I understand things correctly.&#160; This patch doesn&apos;t actually attempt to fix the problem does it?&#160; On a 64 bit platform as far as I can tell an atomic_long_t is an atomic64_t.&#160; Today I was able to confirm that the patch had no effect for us.&lt;/p&gt;</comment>
                            <comment id="263988" author="gerrit" created="Tue, 25 Feb 2020 08:05:56 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37707&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37707&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; llite: fix potential overflow in ll_max_cached_mb_seq_write()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 83576aeab760887fc8fd58290fb22d59641705ce&lt;/p&gt;</comment>
                            <comment id="263993" author="gerrit" created="Tue, 25 Feb 2020 09:13:26 +0000"  >&lt;p&gt;&lt;del&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/37708&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37708&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; llite: limit default max lru pages&lt;/del&gt;&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: 48202d2aad10f75f8d6df3f10400ab4c6c23a85e&lt;/del&gt;&lt;/p&gt;</comment>
                            <comment id="263998" author="gerrit" created="Tue, 25 Feb 2020 11:03:08 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37710&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37710&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; llite: serialize max_cached_mb write operation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0247c40f5ff6884856575199bb74a1e9e815afe0&lt;/p&gt;</comment>
                            <comment id="264339" author="gerrit" created="Sun, 1 Mar 2020 05:38:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37707/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37707/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; llite: fix potential overflow in ll_max_cached_mb_seq_write()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a7d0e91ea687564d3d5be0eb96bd5b6a260e665b&lt;/p&gt;</comment>
                            <comment id="265409" author="gerrit" created="Tue, 17 Mar 2020 03:40:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37710/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37710/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13096&quot; title=&quot;incorrect used_mb in max_cached_mb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13096&quot;&gt;&lt;del&gt;LU-13096&lt;/del&gt;&lt;/a&gt; llite: serialize max_cached_mb write operation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e4d63c854d774792f8a77b8d1e575ccc2d8c3c8b&lt;/p&gt;</comment>
                            <comment id="265474" author="pjones" created="Tue, 17 Mar 2020 18:01:53 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|i00rbz:</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>