Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
sanity-lnet test_210 sometimes fails with "Expected discovery to fail".
The "lnetctl discover" command runs lnet_discover() which clears LNET_PEER_NIDS_UPTODATE on the assumption that will cause a ping to be attempted.
However if LNET_PEER_DATA_PRESENT is set, then lnet_peer_discovery() won't even test LNET_PEER_NIDS_UPTODATE but will call lnet_peer_data_present(), which will succeed.