<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:47 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-6051] &quot;lfs_migrate&quot; improvements</title>
                <link>https://jira.whamcloud.com/browse/LU-6051</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are a couple of improvements to make to the &lt;tt&gt;lfs_migrate&lt;/tt&gt; script:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;pass all of the &quot;lfs setstripe&quot; options through to &quot;lfs migrate&quot; when calling &quot;lfs_migrate&quot; (they do not overlap), so it would be possible to just strip out existing &lt;tt&gt;lfs_migrate&lt;/tt&gt; options and pass the rest to &quot;lfs migrate&quot;&lt;/li&gt;
	&lt;li&gt;the man page should be updated to say it is safe to use on in-use files for 2.5+ MDTs (when the &lt;tt&gt;lfs migrate&lt;/tt&gt; command was in place and working correctly)&lt;/li&gt;
	&lt;li&gt;the man page should be split into a separate &lt;tt&gt;lfs-migrate.1&lt;/tt&gt; man page with more description and examples (per &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;the hard-link migration doesn&apos;t need to do anything special if &quot;lfs migrate&quot; works, and if it fails then &quot;lfs path2fid&quot; and &quot;lfs fid2path&quot; (or &quot;lfs path2fid --parents&quot;) can be used to generate the list of links to a file and then hard-link&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="27979">LU-6051</key>
            <summary>&quot;lfs_migrate&quot; improvements</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="sguminsx">Steve Guminski</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Thu, 18 Dec 2014 22:43:14 +0000</created>
                <updated>Mon, 5 Nov 2018 23:13:17 +0000</updated>
                            <resolved>Mon, 6 Nov 2017 17:41:30 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.4</fixVersion>
                                        <due></due>
                            <votes>1</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="187249" author="karcaw" created="Mon, 6 Mar 2017 21:30:43 +0000"  >&lt;p&gt;I&apos;ve attached a version of lfs_migrate that deals pretty well with hard links if you specify -l on the command line.  it has one bug I decided not to fix: if there are two slashes in a path passed in it does not work well since the paths back from fid2path do not have these in them.&lt;/p&gt;</comment>
                            <comment id="187309" author="adilger" created="Tue, 7 Mar 2017 11:57:08 +0000"  >&lt;p&gt; Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25851&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25851&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to handle hard links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a8083fd4cdcc723b376d4b46370cf019469710ae&lt;/p&gt;</comment>
                            <comment id="187310" author="adilger" created="Tue, 7 Mar 2017 12:05:36 +0000"  >&lt;p&gt;Hi Evan, great to hear from you again. I pushed your patch to Gerrit for review. &lt;/p&gt;

&lt;p&gt;In the future it would be great if you submitted the patch directly to Gerrit instead of attaching the whole file to the Jira ticket. Please see the &lt;a href=&quot;https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes&lt;/a&gt; and &lt;a href=&quot;https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit&lt;/a&gt; wiki pages for details.  Also, if you have a Gerrit account you can be added to the patch for review comments. &lt;/p&gt;

&lt;p&gt;I made a few cleanups to the patch beore submitting it to gerrit.  The one item that still needs to be done is to add a regression test to sanity.sh to test for hard link migration, along with the other lfs_migrate tests. Please see lustre/tests/sanity.sh. . &lt;/p&gt;</comment>
                            <comment id="187416" author="gerrit" created="Wed, 8 Mar 2017 00:15:04 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25878&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25878&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: improve efficiency of lfs_migrate cmp&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6b556f4ac78cd31b7e2fb38c019ca38542f5bc40&lt;/p&gt;</comment>
                            <comment id="189678" author="gerrit" created="Sun, 26 Mar 2017 06:50:56 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25878/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25878/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: improve efficiency of lfs_migrate cmp&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d32895446d4f74b6e49513109007736a4fe48df2&lt;/p&gt;</comment>
                            <comment id="198779" author="adilger" created="Fri, 9 Jun 2017 19:34:53 +0000"  >&lt;p&gt;Once you are finished with this issue, you may want to look into &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9629&quot; title=&quot;lfs migrate does not work as a non-root user&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9629&quot;&gt;&lt;del&gt;LU-9629&lt;/del&gt;&lt;/a&gt; as well.&lt;/p&gt;</comment>
                            <comment id="198781" author="sguminsx" created="Fri, 9 Jun 2017 19:41:30 +0000"  >&lt;p&gt;I&apos;ve assigned the new &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9629&quot; title=&quot;lfs migrate does not work as a non-root user&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9629&quot;&gt;&lt;del&gt;LU-9629&lt;/del&gt;&lt;/a&gt; ticket to myself.&lt;/p&gt;</comment>
                            <comment id="198814" author="gerrit" created="Sat, 10 Jun 2017 02:59:27 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27553&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to migrate links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b2ec1c1eb062c053e689136fc5bb2e6f79210128&lt;/p&gt;</comment>
                            <comment id="203855" author="gerrit" created="Sat, 29 Jul 2017 00:02:45 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/27553/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27553/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to migrate links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6086d0d69c84ce57c4daff18595fa7b620ed2b04&lt;/p&gt;</comment>
                            <comment id="205734" author="gerrit" created="Fri, 18 Aug 2017 14:12:35 +0000"  >&lt;p&gt;Steve Guminski (stephenx.guminski@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28597&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28597&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: Fix incorrect request for getstripe help&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6886fc5d73240e008396c525a626b545b9cd8d2f&lt;/p&gt;</comment>
                            <comment id="207980" author="gerrit" created="Sun, 10 Sep 2017 04:55:18 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28597/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28597/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: Remove incorrect request for getstripe help&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ad45173d94e0be94de90368019be52a905bcb993&lt;/p&gt;</comment>
                            <comment id="212827" author="gerrit" created="Mon, 6 Nov 2017 03:43:20 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25851/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25851/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to handle hard links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 80a2ff7137d3504e5672c6a68561d4ae8d5a28e3&lt;/p&gt;</comment>
                            <comment id="212856" author="pjones" created="Mon, 6 Nov 2017 13:33:51 +0000"  >&lt;p&gt;All the patches seem to have landed - are more still to come?&lt;/p&gt;</comment>
                            <comment id="212889" author="adilger" created="Mon, 6 Nov 2017 17:41:30 +0000"  >&lt;p&gt;The other &lt;tt&gt;lfs migrate&lt;/tt&gt; patches are tracked by their own tickets. &lt;/p&gt;</comment>
                            <comment id="212893" author="gerrit" created="Mon, 6 Nov 2017 18:15:25 +0000"  >&lt;p&gt;Steve Guminski (stephenx.guminski@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29950&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29950&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; lfs: Update lfs_migrate man page for in-use files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2c47428fbf9d6624b6b652d239730bf0e06cf7a4&lt;/p&gt;</comment>
                            <comment id="217824" author="gerrit" created="Tue, 9 Jan 2018 16:56:40 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30799&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30799&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to migrate links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 263465020d55735841f89fe325168da7c8ee982a&lt;/p&gt;</comment>
                            <comment id="217825" author="gerrit" created="Tue, 9 Jan 2018 16:56:41 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30800&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30800&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: Remove incorrect request for getstripe help&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7e23e96e3cc8eec0013c1c1b908b15c08fed4a4a&lt;/p&gt;</comment>
                            <comment id="217826" author="gerrit" created="Tue, 9 Jan 2018 16:56:42 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30801&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30801&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to handle hard links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9f0a1fda800cf58ed278ed86f8338ba90545dccc&lt;/p&gt;</comment>
                            <comment id="218197" author="gerrit" created="Sun, 14 Jan 2018 02:37:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29950/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29950/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; lfs: Update lfs_migrate man page for in-use files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6b097499d9ce191b49a4e9c4b590ca2b7e89700f&lt;/p&gt;</comment>
                            <comment id="220604" author="gerrit" created="Fri, 9 Feb 2018 16:58:17 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30799/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30799/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to migrate links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 84e0507e79b2baa5b011aed17989395d79ec7f8a&lt;/p&gt;</comment>
                            <comment id="223356" author="gerrit" created="Mon, 12 Mar 2018 18:18:37 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30800/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30800/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: Remove incorrect request for getstripe help&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 44a4b7931f5dbaf0a07c41aaedf6ad93d671dca9&lt;/p&gt;</comment>
                            <comment id="223970" author="gerrit" created="Mon, 19 Mar 2018 19:00:01 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30801/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30801/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6051&quot; title=&quot;&amp;quot;lfs_migrate&amp;quot; improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6051&quot;&gt;&lt;del&gt;LU-6051&lt;/del&gt;&lt;/a&gt; utils: allow lfs_migrate to handle hard links&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 19fb581aa291f5d192a2e192e5079ae300b5e7aa&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="37384">LU-8235</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22243">LU-4315</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="37216">LU-8207</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46611">LU-9629</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53924">LU-11621</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="25708" name="lfs_migrate" size="6952" author="karcaw" created="Mon, 6 Mar 2017 21:28:50 +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|hzx2uv:</customfieldvalue>

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