<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:02:23 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-13569] LNet Health should not recover interfaces indefinitely</title>
                <link>https://jira.whamcloud.com/browse/LU-13569</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We should not recover interfaces, remote or local, indefinitely. A remote interface may never come back (remote peer rebooted with new LNet config). A local interface may be down for extended periods of time when, say, a NIC needs to be swapped or cable replaced.&lt;/p&gt;

&lt;p&gt;Let&apos;s define criteria for when we should stop trying to recover an interface.&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;After X recovery attempts?&lt;/li&gt;
	&lt;li&gt;After Y amount of time?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We also need to decide how to stop doing recover.&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Flag the ni/lpni so that it doesn&apos;t get placed back onto the recovery queue?&lt;/li&gt;
	&lt;li&gt;Delete the ni/lpni outright?&lt;/li&gt;
	&lt;li&gt;Rather than stop completely, use an exponential backoff algorithm so that recovery doesn&apos;t add any real load to the system.&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="59211">LU-13569</key>
            <summary>LNet Health should not recover interfaces indefinitely</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="hornc">Chris Horn</assignee>
                                    <reporter username="hornc">Chris Horn</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 May 2020 20:28:43 +0000</created>
                <updated>Fri, 27 Jan 2023 17:41:44 +0000</updated>
                            <resolved>Mon, 14 Jun 2021 19:34:45 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="270383" author="adilger" created="Fri, 15 May 2020 21:33:12 +0000"  >&lt;p&gt;What is the expected timeframe for giving up on the interface?  I can definitely see that interfaces might be down for many hours/days because of bad cables/switches/etc.  Typically what we do in such cases is have exponential backoff of the retry so that they do not add any real load to the system (on the order of one message every 5-10 minutes.&lt;/p&gt;

&lt;p&gt;The alternative would be to disable local-side recovery and wait until the peer starts using the interface to send messages to this node again.  The drawback here would be if e.g. a switch goes down for an hour and the nodes all stop using their interfaces and never restart.&lt;/p&gt;</comment>
                            <comment id="273361" author="hornc" created="Fri, 19 Jun 2020 20:59:58 +0000"  >&lt;p&gt;What I&apos;m thinking is that:&lt;br/&gt;
1. We can put a simple hard limit on remote NI recovery. Try to recover remote NIs, perhaps with exponential backoff, until the hard limit is reached. When the hard limit is reached we no longer attempt to recover the NI until we receive a message from that NI. At that point the algorithm resets and the remote NI becomes eligible for recovery again.&lt;br/&gt;
1.1 We might be able to leverage the existing lpni_last_alive field of the lnet_peer_ni struct for this purpose.&lt;br/&gt;
2. We recover local NIs indefinitely, but with an exponential backoff. This ensures that when a local NI becomes healthy again then we&apos;ll eventually use it for a send and this will cause other peers to mark it back up.&lt;br/&gt;
3. Maybe successful recovery messages cause us to send subsequent ones without delay. Failed recovery ping -&amp;gt; increases recovery interval; successful recovery ping -&amp;gt; decreases recovery interval.&lt;/p&gt;</comment>
                            <comment id="277993" author="gerrit" created="Mon, 24 Aug 2020 21:38:25 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39716&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39716&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Introduce lnet_recovery_limit parameter&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b8b728355cbaead6cba862f5cec9703e77bfced7&lt;/p&gt;</comment>
                            <comment id="277994" author="gerrit" created="Mon, 24 Aug 2020 21:38:26 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39717&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39717&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Add lnet_recovery_limit to lnetctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 21ba92081131f86de4a6ee0bd1211a51b6f8ff32&lt;/p&gt;</comment>
                            <comment id="277995" author="gerrit" created="Mon, 24 Aug 2020 21:38:26 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39718&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39718&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Age peer NI out of recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0aa87980f624ceb0e8c96553becb953a5c7b95cb&lt;/p&gt;</comment>
                            <comment id="277996" author="gerrit" created="Mon, 24 Aug 2020 21:38:27 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39719&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39719&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Only recover known good peer NIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 043ae30076f397cb1ac2f5a0bdd2c6ac4e171fd1&lt;/p&gt;</comment>
                            <comment id="277997" author="gerrit" created="Mon, 24 Aug 2020 21:38:28 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39720&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Recover peer NI w/exponential backoff interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 35017495ca09ad86c6f414d1d3c1f7f61394ee65&lt;/p&gt;</comment>
                            <comment id="277998" author="gerrit" created="Mon, 24 Aug 2020 21:38:29 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39721&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39721&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Recover local NI w/exponential backoff interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e9ba241290326846f9796b9652d58e80b2796f92&lt;/p&gt;</comment>
                            <comment id="277999" author="gerrit" created="Mon, 24 Aug 2020 21:38:29 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39722&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Deprecate lnet_recovery_interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f7e142362ad03d6c43af1dee6dd3fdd15fe26fc0&lt;/p&gt;</comment>
                            <comment id="278000" author="gerrit" created="Mon, 24 Aug 2020 21:38:30 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39723&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39723&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; tests: Check LNet Health recovery logic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f0cf735e93c9defb7ac911289a65ff5cccd0f5e&lt;/p&gt;</comment>
                            <comment id="282769" author="gerrit" created="Tue, 20 Oct 2020 21:07:14 +0000"  >&lt;p&gt;Chris Horn (chris.horn@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40314&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40314&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Add health ping stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bc7d9963c08ced81fca69f3f735e477583ba0bf4&lt;/p&gt;</comment>
                            <comment id="287049" author="gerrit" created="Wed, 9 Dec 2020 07:48:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39716/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39716/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Introduce lnet_recovery_limit parameter&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a2e61838f8de89e0f7c80c3bf288cbeb1b358baa&lt;/p&gt;</comment>
                            <comment id="287050" author="gerrit" created="Wed, 9 Dec 2020 07:48:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39717/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39717/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Add lnet_recovery_limit to lnetctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3e5c6620fd0b0511498d14d38e8610d08f6da7b3&lt;/p&gt;</comment>
                            <comment id="297171" author="gerrit" created="Tue, 30 Mar 2021 04:15:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39718/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39718/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Age peer NI out of recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cc27201a76574b51dc3ffb37f039b3364cab386d&lt;/p&gt;</comment>
                            <comment id="297172" author="gerrit" created="Tue, 30 Mar 2021 04:16:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39719/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39719/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Only recover known good peer NIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 39a169cd02738a13866f3b88fbe3304dc20565d6&lt;/p&gt;</comment>
                            <comment id="297173" author="gerrit" created="Tue, 30 Mar 2021 04:16:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39720/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39720/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Recover peer NI w/exponential backoff interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 917553c537a8860f57a50dc9752e3ac69d06c11c&lt;/p&gt;</comment>
                            <comment id="299887" author="gerrit" created="Wed, 28 Apr 2021 02:10:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39721/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39721/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Recover local NI w/exponential backoff interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8fdf2bc62ac9c418bd8e326112da9a2835f09ccb&lt;/p&gt;</comment>
                            <comment id="299888" author="gerrit" created="Wed, 28 Apr 2021 02:10:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39722/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39722/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Deprecate lnet_recovery_interval&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 79ab0535622782c82636cee47918dc4b19983144&lt;/p&gt;</comment>
                            <comment id="304450" author="gerrit" created="Mon, 14 Jun 2021 16:44:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40314/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40314/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; lnet: Add health ping stats&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4c7e4aa57629660386ae2849151a0639b6177200&lt;/p&gt;</comment>
                            <comment id="304451" author="gerrit" created="Mon, 14 Jun 2021 16:44:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39723/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39723/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13569&quot; title=&quot;LNet Health should not recover interfaces indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13569&quot;&gt;&lt;del&gt;LU-13569&lt;/del&gt;&lt;/a&gt; tests: Check LNet Health recovery logic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aa7391445519b46752b5b0adcbe5baa368750e70&lt;/p&gt;</comment>
                            <comment id="304484" author="pjones" created="Mon, 14 Jun 2021 19:34:45 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="59214">LU-13572</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_10092" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>LU-13422</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i010j3:</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>