<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:18:18 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-1629] MDS waiting for 0 clients in recovery</title>
                <link>https://jira.whamcloud.com/browse/LU-1629</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hyperion clustre, 100+ mounted clients. &lt;br/&gt;
Powered off entire clustre. Upon restart, MDS is in recovery waiting for 0 clients. &lt;br/&gt;
Example message: Jul 13 07:01:06 ehyperion-rst6 kernel: Lustre: lustre-MDT0000: Denying connection for new client 192.168.117.50@o2ib1 (at 11e711ab-a329-f07a-8312-6a40af7fc5a4), waiting for 0 clients in recovery for 2:38&lt;br/&gt;
At the end of the recovery timeout, clients mount&lt;/p&gt;

&lt;p&gt;Lustre: lustre-MDT0000: recovery is timed out, evict stale exports&lt;br/&gt;
Lustre: lustre-MDT0000: disconnecting 112 stale clients&lt;br/&gt;
Lustre: lustre-MDT0000: Recovery over after 5:00, of 112 clients 0 recovered and 112 were evicted.&lt;/p&gt;</description>
                <environment>Hyperion </environment>
        <key id="15216">LU-1629</key>
            <summary>MDS waiting for 0 clients in recovery</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="liwei">Li Wei</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Jul 2012 10:06:06 +0000</created>
                <updated>Wed, 1 Aug 2012 23:43:40 +0000</updated>
                            <resolved>Wed, 1 Aug 2012 23:43:30 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="41796" author="cliffw" created="Fri, 13 Jul 2012 10:08:36 +0000"  >&lt;p&gt;System log from MGS/MDS for the recovery&lt;/p&gt;</comment>
                            <comment id="41800" author="adilger" created="Fri, 13 Jul 2012 10:40:38 +0000"  >&lt;p&gt;I thought I saw a very similar bug report a week or two ago. Did you do a search for this first?  I believe there was already a patch for it. &lt;/p&gt;</comment>
                            <comment id="41826" author="tappro" created="Fri, 13 Jul 2012 15:15:27 +0000"  >&lt;p&gt;The same as ORI-668, there is discussion about that issue&lt;/p&gt;</comment>
                            <comment id="41827" author="tappro" created="Fri, 13 Jul 2012 15:16:32 +0000"  >&lt;p&gt;This is not recovery issue but reporting, we are reporting currently just number of clients in recovery, that is why there is 0. There is no patch for this yet.&lt;/p&gt;</comment>
                            <comment id="41900" author="jlevi" created="Mon, 16 Jul 2012 15:17:41 +0000"  >&lt;p&gt;Mike,&lt;br/&gt;
Would you be able to look into this one or assign to someone that could?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="42266" author="ian" created="Wed, 25 Jul 2012 15:34:35 +0000"  >&lt;p&gt;Li Wei - Mikhail is swamped with rebase. Can you please work on this? He says fix should be to change message and output slightly different values.&lt;/p&gt;</comment>
                            <comment id="42270" author="tappro" created="Wed, 25 Jul 2012 16:40:32 +0000"  >&lt;p&gt;Message can be changed like the following:&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;
                        LCONSOLE_WARN(&lt;span class=&quot;code-quote&quot;&gt;&quot;%s: Denying connection &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; client &quot;&lt;/span&gt;
                                      &lt;span class=&quot;code-quote&quot;&gt;&quot;%s (at %s), total clients to recover %d,&quot;&lt;/span&gt;
                                      &lt;span class=&quot;code-quote&quot;&gt;&quot; %d clients in recovery &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; %d:%.02d\n&quot;&lt;/span&gt;,
                                      target-&amp;gt;obd_name,
                                      libcfs_nid2str(req-&amp;gt;rq_peer.nid),
                                      cluuid.uuid,
                                      target-&amp;gt;obd_max_recoverable_clients,
                                      cfs_atomic_read(&amp;amp;target-&amp;gt; \
                                                      obd_lock_replay_clients),
                                      (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;)t / 60, (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;)t % 60);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It outputs obd_max_recoverable_clients as total expected number of client to recover and uses obd_lock_replay_clients counter to show how many of them are already participating in recovery&lt;/p&gt;</comment>
                            <comment id="42366" author="liwei" created="Fri, 27 Jul 2012 00:45:23 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/3485&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3485&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42579" author="liwei" created="Wed, 1 Aug 2012 23:43:30 +0000"  >&lt;p&gt;The patch has landed to master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11687" name="failog" size="126249" author="cliffw" created="Fri, 13 Jul 2012 10:08:36 +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|hzv613:</customfieldvalue>

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