<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:24:13 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-2319] Remove &quot;Not available for connect&quot; messages</title>
                <link>https://jira.whamcloud.com/browse/LU-2319</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Do these messages provide any real benefit?&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2012-11-13 09:54:49 LustreError: 137-5: lstest-MDT0000: Not available for connect from 172.20.4.132@o2ib500 (not set up)
2012-11-13 09:54:49 LustreError: 137-5: lstest-MDT0000: Not available for connect from 172.20.17.141@o2ib500 (not set up)
2012-11-13 09:54:50 LustreError: 137-5: lstest-MDT0000: Not available for connect from 172.20.17.65@o2ib500 (not set up)
2012-11-13 09:54:50 LustreError: Skipped 4 previous similar messages
2012-11-13 09:54:51 LustreError: 137-5: lstest-MDT0000: Not available for connect from 172.20.3.112@o2ib500 (not set up)
2012-11-13 09:54:51 LustreError: Skipped 12 previous similar messages
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;At first glance, it looks like a peer is trying to connect before the target is fully initialized. Why do we need to print this to the console?&lt;/p&gt;</description>
                <environment></environment>
        <key id="16666">LU-2319</key>
            <summary>Remove &quot;Not available for connect&quot; messages</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                            <label>llnl</label>
                            <label>shh</label>
                    </labels>
                <created>Tue, 13 Nov 2012 19:47:24 +0000</created>
                <updated>Tue, 7 Jun 2016 15:37:50 +0000</updated>
                                            <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="47766" author="pjones" created="Tue, 13 Nov 2012 22:21:01 +0000"  >&lt;p&gt;Alex &lt;/p&gt;

&lt;p&gt;Can you please triage and assign this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="47768" author="adilger" created="Tue, 13 Nov 2012 22:34:07 +0000"  >&lt;p&gt;Unlike some of the other messages, this one is potentially quite important, if the client is trying to connect to a server but the server is not set up or the client is configured incorrectly. &lt;/p&gt;</comment>
                            <comment id="47795" author="prakash" created="Wed, 14 Nov 2012 12:52:23 +0000"  >&lt;p&gt;Will these messages really be shown if the target was misconfigured? From what I can tell, it&apos;s coming from here:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt; 803         if (target-&amp;gt;obd_stopping || !target-&amp;gt;obd_set_up) {                      
 804                 cfs_spin_unlock(&amp;amp;target-&amp;gt;obd_dev_lock);                         
 805                                                                                 
 806                 deuuidify(str, NULL, &amp;amp;target_start, &amp;amp;target_len);               
 807                 LCONSOLE_ERROR_MSG(0x137, &quot;%.*s: Not available for connect &quot;    
 808                                    &quot;from %s (%s)\n&quot;, target_len, target_start,  
 809                                    libcfs_nid2str(req-&amp;gt;rq_peer.nid),            
 810                                    (target-&amp;gt;obd_stopping ?                      
 811                                    &quot;stopping&quot; : &quot;not set up&quot;));                 
 812                 GOTO(out, rc = -ENODEV);                                        
 813         }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So at first glance, I don&apos;t see how a configuration error would cause it.&lt;/p&gt;

&lt;p&gt;And the case where a client is trying to connect to a server by the server is not set up is exactly the case this message for. Why is that important enough to make it to the console? I&apos;d argue, it should handle it silently since that&apos;s normal during set up and tear down.&lt;/p&gt;</comment>
                            <comment id="47843" author="adilger" created="Thu, 15 Nov 2012 10:47:16 +0000"  >&lt;p&gt;Sorry, I was thinking of some other message then.  &lt;/p&gt;</comment>
                            <comment id="47845" author="bzzz" created="Thu, 15 Nov 2012 10:50:40 +0000"  >&lt;p&gt;Andreas, would you agree to turn this into CDEBUG() ? &lt;/p&gt;</comment>
                    </comments>
                    <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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 27 Jun 2014 19:47:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvc67:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5543</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 13 Nov 2012 19:47:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>