<div>Hi,</div>
<div> </div>
<div>This is what starts off as a "minor" issue and I know it has been discussed it somewhat in the past: </div>
<div> </div>
<div>Putting a loopback connector on a (switch) link causes OpenSM to indicate duplicated GUID error 0D18 as follows:<br><br>__osm_ni_rcv_set_links<br>{<br>...<br>          /*<br>             When there are only two nodes with exact same guids (connected back
<br>             to back) - the previous check for duplicated guid will not catch<br>             them. But the link will be from the port to itself...<br>             Enhanced Port 0 is an exception to this<br>          */
<br>          if ((osm_node_get_node_guid( p_node ) == p_ni_context->node_guid) &&<br>              (port_num == p_ni_context->port_num) &&<br>              (port_num != 0))<br>          {<br>            osm_log( p_rcv->p_log, OSM_LOG_ERROR,
<br>                     "__osm_ni_rcv_set_links: ERR 0D18: "<br>                     "Duplicate GUID found by link from a port to itself:"<br>                     "node 0x%" PRIx64 ", port number 0x%X\n",
<br>                     cl_ntoh64( osm_node_get_node_guid( p_node ) ),<br>                     port_num );<br>...<br><br>So this occurs over and over and over and fills the log with the same spew. This should be improved IMO.
<br><br>Is this really a fatal condition ? Doesn't seem like it should be to me. </div>
<div> </div>
<div>Also, OpenSM can "ride" this out with -y (stay on fatal) but is that safe for this condition ?</div>
<div> </div>
<div>Seems like something like an extra loopback bit should be added to some port structure which should cause these links to be ignored. This bit would then be reset when the peer is now longer itself. <br><br>Also, is there a relationship of this with the 12x/duplicated GUID code ?
</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>-- Hal<span class="sg"></span></div>