<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:43:04 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-11347] Do not use pagecache for SSD I/O when read/write cache are disabled</title>
                <link>https://jira.whamcloud.com/browse/LU-11347</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;For SSD optimization, disable pagecache for IO when:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;non-rotational storage is used&lt;/li&gt;
	&lt;li&gt;when both read and write caches are disabled&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="53231">LU-11347</key>
            <summary>Do not use pagecache for SSD I/O when read/write cache are disabled</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="jgmitter">Joseph Gmitter</reporter>
                        <labels>
                            <label>perf_optimization</label>
                    </labels>
                <created>Thu, 6 Sep 2018 04:08:56 +0000</created>
                <updated>Mon, 15 Jun 2020 19:44:52 +0000</updated>
                            <resolved>Sat, 13 Oct 2018 04:58:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="233093" author="jgmitter" created="Thu, 6 Sep 2018 04:10:45 +0000"  >&lt;p&gt;test only patch is at &lt;a href=&quot;https://review.whamcloud.com/#/c/32875/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/32875/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="233991" author="adilger" created="Tue, 25 Sep 2018 22:17:04 +0000"  >&lt;p&gt;Attached flame graph (  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/31097/31097_ost_io.svg&quot; title=&quot;ost_io.svg attached to LU-11347&quot;&gt;ost_io.svg&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; ) shows &lt;tt&gt;find_or_create_page()&lt;/tt&gt; using 4.25% of CPU under heavy random read workload (using fake IO to avoid storage overhead)..&lt;/p&gt;</comment>
                            <comment id="234874" author="gerrit" created="Fri, 12 Oct 2018 23:50:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32875/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32875/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11347&quot; title=&quot;Do not use pagecache for SSD I/O when read/write cache are disabled&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11347&quot;&gt;&lt;del&gt;LU-11347&lt;/del&gt;&lt;/a&gt; osd: do not use pagecache for I/O&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 72372486a5e96dd2078e01a697025da41bbf03c2&lt;/p&gt;</comment>
                            <comment id="234880" author="pjones" created="Sat, 13 Oct 2018 04:58:00 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                            <comment id="247134" author="lflis" created="Wed, 15 May 2019 08:22:11 +0000"  >&lt;p&gt;Alex, Andreas:&lt;br/&gt;
According to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9252&quot; title=&quot;osd: Cannot really disable cache on OSS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9252&quot;&gt;&lt;del&gt;LU-9252&lt;/del&gt;&lt;/a&gt; this patch is needed to disable osd cache.&lt;/p&gt;

&lt;p&gt;Would it be possible to have it ported to b2_10?&lt;/p&gt;</comment>
                            <comment id="247143" author="pjones" created="Wed, 15 May 2019 11:01:20 +0000"  >&lt;p&gt;It would be possible to do this but we have no plans to do this at this time&lt;/p&gt;</comment>
                            <comment id="247145" author="lflis" created="Wed, 15 May 2019 11:22:03 +0000"  >&lt;p&gt;I think it would be beneficial in some cases. &lt;br/&gt;
In 2.10.7 and mixed workload cluster - profiling of ost_io threads shows that we spend 35% of the thread time in find_or_create_page and kswapd0 being hyperactive (swap is off)&lt;/p&gt;


&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
+   34.99%     0.35%             7  ll_ost_io01_034  [kernel.vmlinux]  [k] find_or_create_page                                                                     
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I have already backported the patch - if it&apos;s possible to submit it for autotesting it would be great&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25657">LU-5375</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59576">LU-13680</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55393">LU-12179</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45001">LU-9252</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52783">LU-11164</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55163">LU-12071</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="31097" name="ost_io.svg" size="443483" author="adilger" created="Tue, 25 Sep 2018 22:16:04 +0000"/>
                    </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|i001xj:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>