<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:03:12 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-13668] open-for-read should not conflict with mirror creation</title>
                <link>https://jira.whamcloud.com/browse/LU-13668</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;it should be possible to create mirror(s) while a file is opened for read.&lt;/p&gt;</description>
                <environment></environment>
        <key id="59547">LU-13668</key>
            <summary>open-for-read should not conflict with mirror creation</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                            <label>HPv3</label>
                    </labels>
                <created>Fri, 12 Jun 2020 04:43:35 +0000</created>
                <updated>Fri, 14 Jan 2022 13:10:09 +0000</updated>
                            <resolved>Sat, 11 Sep 2021 13:54:17 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="272920" author="bzzz" created="Mon, 15 Jun 2020 20:35:32 +0000"  >&lt;p&gt;as reported by &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=jhammond&quot; class=&quot;user-hover&quot; rel=&quot;jhammond&quot;&gt;jhammond&lt;/a&gt; even lfs getstripe can interrupt replication:&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;
 # lfs mirror extend -N /mnt/lustre/f0 &amp;amp;
# lfs getstripe /mnt/lustre/f0
... 
error: lfs mirror extend: /mnt/lustre/f0: data copy failed: Device or resource busy
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="273095" author="gerrit" created="Wed, 17 Jun 2020 14:09:19 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38964&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38964&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13668&quot; title=&quot;open-for-read should not conflict with mirror creation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13668&quot;&gt;&lt;del&gt;LU-13668&lt;/del&gt;&lt;/a&gt; mdt: change lock mode for lease&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 64412dd3964f2bece51aff3046b2c4af725d2392&lt;/p&gt;</comment>
                            <comment id="273399" author="yujian" created="Sat, 20 Jun 2020 06:22:14 +0000"  >&lt;p&gt;I hit the same issue while reading or writing to a file that is being replicated:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# lfs mirror extend -N --pool=slow_pool -c 3 /mnt/lustre/dir/file &amp;amp;
[1] 55601
# tail /mnt/lustre/dir/file
&amp;lt;~snip~&amp;gt;
error: lfs mirror extend: /mnt/lustre/dir/file: data copy failed: Device or resource busy

# lfs mirror extend -N --pool=slow_pool -c 3 /mnt/lustre/dir/file &amp;amp;
[1] 55603
# echo foo &amp;gt;&amp;gt; /mnt/lustre/dir/file
error: lfs mirror extend: /mnt/lustre/dir/file: data copy failed: Device or resource busy
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="312526" author="gerrit" created="Sat, 11 Sep 2021 06:19:51 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/38964/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38964/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13668&quot; title=&quot;open-for-read should not conflict with mirror creation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13668&quot;&gt;&lt;del&gt;LU-13668&lt;/del&gt;&lt;/a&gt; mdt: change lock mode for lease&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2869f429ddc92ea6660fe210b098f6ff83c167f1&lt;/p&gt;</comment>
                            <comment id="312551" author="pjones" created="Sat, 11 Sep 2021 13:54:17 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="322726" author="gerrit" created="Fri, 14 Jan 2022 12:48:22 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46113&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46113&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13668&quot; title=&quot;open-for-read should not conflict with mirror creation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13668&quot;&gt;&lt;del&gt;LU-13668&lt;/del&gt;&lt;/a&gt; mdt: change lock mode for lease&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 02e845c3f9dfdcc08cd3c3ff3a8c6ee750b1eb68&lt;/p&gt;</comment>
                            <comment id="322728" author="eaujames" created="Fri, 14 Jan 2022 13:00:37 +0000"  >&lt;p&gt;This issue could be annoying when migrating files with &quot;--non-blocking&quot; option on a filesystem with a scanning software (like robinhood).&lt;br/&gt;
We observed at the CEA that robinhood can cause lot of migration failures by getting file layout information (or fid : &quot;lfs path2fid&quot;).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="59627">LU-13693</issuekey>
        </issuelink>
                            </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|i012lj:</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>