Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
After using the lnetctl utility a reference count is taken on the lnet modules and lnetctl lnet unconfigure needs to be called in order for lustre_rmmod to remove the lnet module.
I think it would be a good idea to modify lustre_rmmod to unconfigure lnet to avoid having to do it manually.
Steps to reproduce:
modprobe lustre lnetctl lnet configure lustre_rmmod
Attachments
Issue Links
- is related to
-
LU-14627 Lost ref on lnet_peer in discovery leads to LNetError: 24909:0:(peer.c:292:lnet_destroy_peer_locked()) ASSERTION( list_empty(&lp->lp_peer_nets) ) failed:
- Resolved