Details
-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
3
-
9223372036854775807
Description
If discovery removes a peer NI but lnet_peer_del_nid() refuses
deletion (e.g. locked primary), the NI remains present, appears healthy,
and so may still be selected for TX.
Treat this as a discovery-driven DOWN event instead by calling
handle_disc_lpni_health(). This preserves the NI for identity while
preventing its use for transmission.