<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:20:30 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-8782] queue depth too large:  63 (&lt;=16 wanted)</title>
                <link>https://jira.whamcloud.com/browse/LU-8782</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We would like to get clarification and verify configuration using patch &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3322&quot; title=&quot;ko2iblnd support for different map_on_demand and peer_credits between systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3322&quot;&gt;&lt;del&gt;LU-3322&lt;/del&gt;&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;We are running 2.7.2 with patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3322&quot; title=&quot;ko2iblnd support for different map_on_demand and peer_credits between systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3322&quot;&gt;&lt;del&gt;LU-3322&lt;/del&gt;&lt;/a&gt;. When configureing two hosts with different peer_credits we get this error when the initial connection is made.&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;LNetError: 81:0:(o2iblnd_cb.c:2325:kiblnd_passive_connect()) Can&apos;t accept conn from xxx.xxx.xxx.xxx@o2ib, queue depth too large:  63 (&amp;lt;=16 wanted)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Although we get the error lnet_selftest is working. &lt;/p&gt;

&lt;p&gt;Host1:&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;options ko2iblnd timeout=150 retry_count=7 peer_timeout=0 peer_credits=63 concurrent_sends=63
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Host2&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;options ko2iblnd timeout=150 retry_count=7 peer_credits=16 concurrent_sends=63
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Attaching debug output from HOST2&lt;/p&gt;</description>
                <environment></environment>
        <key id="41197">LU-8782</key>
            <summary>queue depth too large:  63 (&lt;=16 wanted)</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="6">Not a Bug</resolution>
                                        <assignee username="ashehata">Amir Shehata</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                    </labels>
                <created>Mon, 31 Oct 2016 17:39:24 +0000</created>
                <updated>Fri, 30 Jun 2017 17:46:22 +0000</updated>
                            <resolved>Fri, 30 Jun 2017 17:46:22 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="171924" author="jgmitter" created="Tue, 1 Nov 2016 17:19:25 +0000"  >&lt;p&gt;Hi Doug,&lt;/p&gt;

&lt;p&gt;Any advice for this issue?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="172090" author="doug" created="Wed, 2 Nov 2016 23:52:47 +0000"  >&lt;p&gt;Looking at the code for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3322&quot; title=&quot;ko2iblnd support for different map_on_demand and peer_credits between systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3322&quot;&gt;&lt;del&gt;LU-3322&lt;/del&gt;&lt;/a&gt;, when a connection attempt is rejected due to a queue depth being too big, a new connection attempt should be done at the lower queue depth value.  &lt;/p&gt;

&lt;p&gt;So, when you see this error message, do the two nodes still end up with a connection and everything works fine?  If so, then we should just &quot;turn-down&quot; this error message to just be informational.&lt;/p&gt;</comment>
                            <comment id="200578" author="mhanafi" created="Thu, 29 Jun 2017 13:08:46 +0000"  >&lt;p&gt;Please close this case. This error is well understood.&lt;/p&gt;</comment>
                            <comment id="200742" author="mdiep" created="Fri, 30 Jun 2017 17:46:22 +0000"  >&lt;p&gt;Thanks&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="23899" name="debug.out" size="17956" author="mhanafi" created="Mon, 31 Oct 2016 17:39:24 +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|hzytyf:</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>