<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:11 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-454] osc_io_submit_page() set OBD_BRW_NOQUOTA incorrectly</title>
                <link>https://jira.whamcloud.com/browse/LU-454</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Actually, the ignore quota flag has already been set before the osc page entering the cache, and the caller of osc_io_submit_page() is usually not the original write submiting process, so setting ignore quota flag in osc_io_submit_page() could wrongly overwrite the original flag, I think we can just simply remove the following piece of code in osc_io_submit_page():&lt;/p&gt;

&lt;p&gt;        if (!client_is_remote(osc_export(cl2osc(opg-&amp;gt;ops_cl.cpl_obj))) &amp;amp;&amp;amp;&lt;br/&gt;
            cfs_capable(CFS_CAP_SYS_RESOURCE)) &lt;/p&gt;
{
                oap-&amp;gt;oap_brw_flags |= OBD_BRW_NOQUOTA;
                oap-&amp;gt;oap_cmd |= OBD_BRW_NOQUOTA;
        }</description>
                <environment></environment>
        <key id="11226">LU-454</key>
            <summary>osc_io_submit_page() set OBD_BRW_NOQUOTA incorrectly</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="niu">Niu Yawei</assignee>
                                    <reporter username="niu">Niu Yawei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jun 2011 03:39:07 +0000</created>
                <updated>Fri, 24 Jun 2011 00:34:17 +0000</updated>
                            <resolved>Fri, 24 Jun 2011 00:34:17 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="16903" author="niu" created="Fri, 24 Jun 2011 00:34:17 +0000"  >&lt;p&gt;As discussed with Jay, there is a check for &apos;if cfs_list_empty(&amp;amp;oap-&amp;gt;oap_pending_item)&apos; before calling osc_io_submit_page() in osc_io_submit(), so we guarantee that the osc_io_submit_page() will not be called on cached pages, then the setting ignore quota flag in osc_io_submit_page() is just a redundant operation, and it&apos;ll not cause any other trouble.&lt;/p&gt;

&lt;p&gt;Mark it as won&apos;t fix. &lt;/p&gt;</comment>
                    </comments>
                    <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|hzvi6n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6595</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>