<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:25:29 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-9356] add blk_plug into osd-ldiskfs when do bio</title>
                <link>https://jira.whamcloud.com/browse/LU-9356</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;During 16MB bulk RPC I/O evaluation on rhel7, due to kernel BIO_MAX_PAGES (256) limit, the 16MB IO is divided into 16 1MB I/O submitting to underly block device one by one. And we found that the SFA disk driver got lots of 1MB IOs.&lt;/p&gt;

&lt;p&gt;To optimize the performance, this patch introduces blk_plug into osd-ldiskfs when do bio, before submit IOs, it calls blk_start_plug, after submit all 16MB IOs, calls blk_finish_plug, so that the 16MB bulk IO will have more change to merge in the block evelvator scheduler layer.&lt;/p&gt;</description>
                <environment></environment>
        <key id="45548">LU-9356</key>
            <summary>add blk_plug into osd-ldiskfs when do bio</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="qian">Qian Yingjin</assignee>
                                    <reporter username="qian">Qian Yingjin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Apr 2017 06:04:59 +0000</created>
                <updated>Mon, 19 Jun 2017 14:22:11 +0000</updated>
                            <resolved>Fri, 28 Apr 2017 22:22:21 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="192406" author="gerrit" created="Tue, 18 Apr 2017 06:15:53 +0000"  >&lt;p&gt;Yingjin Qian (qian@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26697&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26697&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9356&quot; title=&quot;add blk_plug into osd-ldiskfs when do bio&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9356&quot;&gt;&lt;del&gt;LU-9356&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: add blk_plug when do bio&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3c8aa6748b197bb1bc12f36eec4169bfbd433767&lt;/p&gt;</comment>
                            <comment id="193138" author="adilger" created="Sun, 23 Apr 2017 04:10:28 +0000"  >&lt;p&gt;What else might be interesting in this area in the future would be to combine the IO queue plugging with NRS (like ORR, or similar enhancements to TBF) so that small write RPCs from multiple clients can be merged into a single large write by one OSS thread.  &lt;/p&gt;

&lt;p&gt;Essentially the OSS thread would select multiple RPCs from the queue based on FID and file offset and then remove them from the NRS queue and process them together so that they can be merged before submission to the block device.&lt;/p&gt;</comment>
                            <comment id="193950" author="gerrit" created="Fri, 28 Apr 2017 20:36:36 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26697/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26697/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9356&quot; title=&quot;add blk_plug into osd-ldiskfs when do bio&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9356&quot;&gt;&lt;del&gt;LU-9356&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: add blk_plug when do bio&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 68d19d5a0a772a002054d516f99464db4a478556&lt;/p&gt;</comment>
                            <comment id="193971" author="pjones" created="Fri, 28 Apr 2017 22:22:21 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="35844">LU-7990</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|hzzagf:</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>