<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:14: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-14955] LNet: change use of fatal error flag for ni selection to be a part of health feature</title>
                <link>https://jira.whamcloud.com/browse/LU-14955</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Making use of fatal error flag for NI selection to be a part of health feature allows the user to control it by turning the health feature on/off. Some user may decide to turn of fatal link state detection if LNet is configured with a single NI.&lt;/p&gt;</description>
                <environment></environment>
        <key id="65744">LU-14955</key>
            <summary>LNet: change use of fatal error flag for ni selection to be a part of health feature</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="ssmirnov">Serguei Smirnov</assignee>
                                    <reporter username="ssmirnov">Serguei Smirnov</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Aug 2021 23:42:47 +0000</created>
                <updated>Wed, 22 Nov 2023 20:40:56 +0000</updated>
                            <resolved>Thu, 1 Sep 2022 14:01:07 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="310803" author="adilger" created="Sat, 21 Aug 2021 07:02:03 +0000"  >&lt;p&gt;Serguei, is there any real benefit for the &lt;b&gt;only&lt;/b&gt; link/interface on a node to be marked unavailable? I don&apos;t think that makes sense.  In general, I guess enabling LNet Health doesn&apos;t make sense for a system with only a single link/interface, since there isn&apos;t any choice but to continue using that one interface. In most such cases, the error will be transient, so retrying will fix the problem, and if the only interface on a client is permanently broken, then there isn&apos;t anything that can be done anyway. &lt;/p&gt;</comment>
                            <comment id="310922" author="ssmirnov" created="Mon, 23 Aug 2021 22:51:10 +0000"  >&lt;p&gt;Andreas, yes, after some debating, the patch that I&apos;m about to push is going to allow the only NI to be picked regardless of its fatal state. As an extrapolation, if there are many NIs and they are all in fatal state, LNet is also going to be able to select one.&lt;/p&gt;</comment>
                            <comment id="311100" author="gerrit" created="Tue, 24 Aug 2021 20:58:47 +0000"  >&lt;p&gt;&quot;Serguei Smirnov &amp;lt;ssmirnov@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44746&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44746&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14955&quot; title=&quot;LNet: change use of fatal error flag for ni selection to be a part of health feature&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14955&quot;&gt;&lt;del&gt;LU-14955&lt;/del&gt;&lt;/a&gt; lnet: make fatal ni handling part of health feature&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f9ae83236e0c4cda5b5a1ae04ab1f71a3cf6036&lt;/p&gt;</comment>
                            <comment id="345298" author="gerrit" created="Thu, 1 Sep 2022 05:53:20 +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/44746/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44746/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14955&quot; title=&quot;LNet: change use of fatal error flag for ni selection to be a part of health feature&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14955&quot;&gt;&lt;del&gt;LU-14955&lt;/del&gt;&lt;/a&gt; lnet: Use fatal NI if none other available&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ff3322fd0c77a8042558711d9f410326d2aa6375&lt;/p&gt;</comment>
                            <comment id="345389" author="pjones" created="Thu, 1 Sep 2022 14:01:07 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <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|i022dj:</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>