<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:13:59 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-14930] Server has no clients to recover after failover</title>
                <link>https://jira.whamcloud.com/browse/LU-14930</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Several reports point to the problem with INACTIVE recovery_status on MDT and OSTs. Such status is reported when server has no clients in &lt;tt&gt;last_rcvd&lt;/tt&gt; file to recover, but in reported cases there were clients for sure and servers were under load.&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="65606">LU-14930</key>
            <summary>Server has no clients to recover after failover</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="tappro">Mikhail Pershin</assignee>
                                    <reporter username="tappro">Mikhail Pershin</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Aug 2021 17:50:52 +0000</created>
                <updated>Mon, 22 Aug 2022 14:57:12 +0000</updated>
                            <resolved>Wed, 25 Aug 2021 20:20:41 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="309967" author="gerrit" created="Wed, 11 Aug 2021 19:15:23 +0000"  >&lt;p&gt;&quot;Mike Pershin &amp;lt;mpershin@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44610&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44610&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14930&quot; title=&quot;Server has no clients to recover after failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14930&quot;&gt;&lt;del&gt;LU-14930&lt;/del&gt;&lt;/a&gt; mdt: abort_recov_mdt shouldn&apos;t abort client recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 905a73042510887855ae709d2a04c0b001bd2333&lt;/p&gt;</comment>
                            <comment id="309969" author="tappro" created="Wed, 11 Aug 2021 19:17:58 +0000"  >&lt;p&gt;I am not sure that this is the real reason for the issue, but found that while investigation and think that might be related. At least that could explain why server has no more clients on storage&lt;/p&gt;</comment>
                            <comment id="311188" author="eaujames" created="Wed, 25 Aug 2021 18:25:58 +0000"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have observed that &quot;umount -f &amp;lt;target&amp;gt;&quot; removes clients from last_rcvd.&lt;br/&gt;
So at the next &quot;mount&quot; status INACTIVE is displayed (recovery is disabled and errors will be reported on user applications).&lt;/p&gt;

&lt;p&gt;Not sure if is related but it could be good to know.&lt;/p&gt;</comment>
                            <comment id="311191" author="tappro" created="Wed, 25 Aug 2021 18:57:43 +0000"  >&lt;p&gt;yes, that is exactly the reason for INACTIVE &lt;tt&gt;recovery_status&lt;/tt&gt;, because it means not that target is &apos;inactive&apos; but that recovery is &apos;inactive&apos; which can be in two cases - it is yet not started, i.e. server didn&apos;t read client data from storage OR it was not started at all because server has no clients in &lt;tt&gt;last_rcvd.&lt;/tt&gt;&lt;br/&gt;
 In reports mentioned in description servers were unmounted with &apos;-f&apos; option so that explains what we have seen. That also means patch is not quite related though it still fixes existing problem&lt;/p&gt;</comment>
                            <comment id="311197" author="gerrit" created="Wed, 25 Aug 2021 20:04:13 +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/44610/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44610/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14930&quot; title=&quot;Server has no clients to recover after failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14930&quot;&gt;&lt;del&gt;LU-14930&lt;/del&gt;&lt;/a&gt; mdt: abort_recov_mdt shouldn&apos;t abort client recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6fd75f264c5f5c186bbfe559e1a98fb3769d8128&lt;/p&gt;</comment>
                            <comment id="311201" author="pjones" created="Wed, 25 Aug 2021 20:20:41 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="315621" author="gerrit" created="Thu, 14 Oct 2021 20:27:00 +0000"  >&lt;p&gt;&quot;Gian-Carlo DeFazio &amp;lt;defazio1@llnl.gov&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45245&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45245&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14930&quot; title=&quot;Server has no clients to recover after failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14930&quot;&gt;&lt;del&gt;LU-14930&lt;/del&gt;&lt;/a&gt; mdt: abort_recov_mdt shouldn&apos;t abort client recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_14&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b4f396a1efe57029160d13e2419d8730925f3438&lt;/p&gt;</comment>
                            <comment id="344242" author="gerrit" created="Mon, 22 Aug 2022 14:57:12 +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/48285&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48285&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14930&quot; title=&quot;Server has no clients to recover after failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14930&quot;&gt;&lt;del&gt;LU-14930&lt;/del&gt;&lt;/a&gt; mdt: abort_recov_mdt shouldn&apos;t abort client recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f69cc05fca93db87d5c69cfe6b86aae0fe1ce6a2&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="56404">LU-12546</issuekey>
        </issuelink>
                            </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|i021iv:</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>
                                                                                            <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>