Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
16367
Description
LNetNIInit() in some places the code goto failed2 and call lnet_destroy_routes() before lnet_parse_routes() has been called. While it causes no harm as the routing table should be empty any way, technically it's not correct. The code should be cleaned up. This is also related to LU-5734.
Attachments
Issue Links
- is related to
-
LU-5734 LNet dynamic control: lnet_dyn_add_ni() can't clean up failed NI in some cases
- Resolved