<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:05 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-11919] cl_max_dirty_pages not zeroed on startup</title>
                <link>https://jira.whamcloud.com/browse/LU-11919</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;cl_dirty_max_pages (the internal representation of max_dirty_mb) is not zeroed at initialization.&#160; The function client_adjust_max_dirty is called, but it only sets it if the value is &amp;lt;= 0, which will be true &lt;b&gt;most&lt;/b&gt; of the time for random memory...&#160; But not all of the time.&lt;/p&gt;

&lt;p&gt;So sometimes cl_max_dirty_pages ends up at some random positive value.&#160; Easy fix.&lt;/p&gt;</description>
                <environment></environment>
        <key id="54759">LU-11919</key>
            <summary>cl_max_dirty_pages not zeroed on startup</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="pfarrell">Patrick Farrell</assignee>
                                    <reporter username="pfarrell">Patrick Farrell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Feb 2019 03:38:19 +0000</created>
                <updated>Mon, 8 Apr 2019 14:20:44 +0000</updated>
                            <resolved>Tue, 19 Feb 2019 06:11:12 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="241260" author="pfarrell" created="Mon, 4 Feb 2019 03:40:17 +0000"  >&lt;p&gt;This is the issue causing the odd max_dirty_mb values.&#160; (The grant request issue is separate and should still be fixed with that patch.)&lt;/p&gt;</comment>
                            <comment id="241263" author="gerrit" created="Mon, 4 Feb 2019 03:48:34 +0000"  >&lt;p&gt;Patrick Farrell (pfarrell@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34173&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34173&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11919&quot; title=&quot;cl_max_dirty_pages not zeroed on startup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11919&quot;&gt;&lt;del&gt;LU-11919&lt;/del&gt;&lt;/a&gt; llite: Initialize cl_dirty_max_pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6f7ceb99574ddf136f18ba77c3a3c41887464529&lt;/p&gt;</comment>
                            <comment id="242172" author="gerrit" created="Mon, 18 Feb 2019 06:38:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34173/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34173/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11919&quot; title=&quot;cl_max_dirty_pages not zeroed on startup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11919&quot;&gt;&lt;del&gt;LU-11919&lt;/del&gt;&lt;/a&gt; llite: Initialize cl_dirty_max_pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2e9c896dec6d5c582c5dd24d3026e8324dfa807c&lt;/p&gt;</comment>
                            <comment id="242223" author="pjones" created="Tue, 19 Feb 2019 06:11:12 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="244250" author="gerrit" created="Tue, 19 Mar 2019 17:31:27 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34458&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34458&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11919&quot; title=&quot;cl_max_dirty_pages not zeroed on startup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11919&quot;&gt;&lt;del&gt;LU-11919&lt;/del&gt;&lt;/a&gt; llite: Initialize cl_dirty_max_pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f5c0d51c8e372de438a2c469e9cfbfc96d888ccd&lt;/p&gt;</comment>
                            <comment id="245377" author="gerrit" created="Mon, 8 Apr 2019 06:28:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34458/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34458/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11919&quot; title=&quot;cl_max_dirty_pages not zeroed on startup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11919&quot;&gt;&lt;del&gt;LU-11919&lt;/del&gt;&lt;/a&gt; llite: Initialize cl_dirty_max_pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7c8d60106acd5a781660a05fef7612a7db5b243f&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </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|i00avj:</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>