<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:58:18 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-6219] Unnecessary usage of O_NONBLOCK flag for archive file by copytool/lhsm_posix</title>
                <link>https://jira.whamcloud.com/browse/LU-6219</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In the first implementations of Posix copytool, file archive/restore was using a loop around select() with handling/retry on EAGAIN.&lt;br/&gt;
This was later found as useless for regular files and fixed/changed in patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3971&quot; title=&quot;CLONE - Posix copytool cleanup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3971&quot;&gt;&lt;del&gt;LU-3971&lt;/del&gt;&lt;/a&gt; (&lt;a href=&quot;http://review.whamcloud.com/7583&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7583&lt;/a&gt;, commit 397ebc93cef378e6d77450cdd095e2737b94f2f6).&lt;br/&gt;
But the O_NONBLOCK flag usage, during open() of file on archive, has been kept since and must be removed, even if ineffective, to improve code clarity.&lt;/p&gt;</description>
                <environment></environment>
        <key id="28586">LU-6219</key>
            <summary>Unnecessary usage of O_NONBLOCK flag for archive file by copytool/lhsm_posix</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="bfaccini">Bruno Faccini</assignee>
                                    <reporter username="bfaccini">Bruno Faccini</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 Feb 2015 10:56:17 +0000</created>
                <updated>Thu, 14 Jun 2018 21:41:36 +0000</updated>
                            <resolved>Tue, 24 Mar 2015 12:11:22 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="106008" author="gerrit" created="Fri, 6 Feb 2015 11:07:38 +0000"  >&lt;p&gt;Faccini Bruno (bruno.faccini@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13672&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13672&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6219&quot; title=&quot;Unnecessary usage of O_NONBLOCK flag for archive file by copytool/lhsm_posix&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6219&quot;&gt;&lt;del&gt;LU-6219&lt;/del&gt;&lt;/a&gt; utils: remove O_NONBLOCK usage for archive file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b5883d7c41d1a90feaa48f182c8cfc0432957c77&lt;/p&gt;</comment>
                            <comment id="106010" author="bfaccini" created="Fri, 6 Feb 2015 11:25:47 +0000"  >&lt;p&gt;Patch to remove the useless usage of O_NONBLOCK flag for archive file is at &lt;a href=&quot;http://review.whamcloud.com/13672&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13672&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="109965" author="gerrit" created="Wed, 18 Mar 2015 11:19:59 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13672/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13672/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6219&quot; title=&quot;Unnecessary usage of O_NONBLOCK flag for archive file by copytool/lhsm_posix&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6219&quot;&gt;&lt;del&gt;LU-6219&lt;/del&gt;&lt;/a&gt; utils: remove O_NONBLOCK usage for archive file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 24f96966d7c85c1e2ffdaa1be314039a0f5cf422&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <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|hzx5tj:</customfieldvalue>

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