From: Chris Horn Date: Fri, 7 Aug 2020 16:02:10 +0000 (-0500) Subject: LU-13895 lnet: Prevent discovery on peer marked deletion X-Git-Tag: 2.14.51~69 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=aa7de0af6969df77a896e3a2e90c971a5081e324;hp=aa7de0af6969df77a896e3a2e90c971a5081e324 LU-13895 lnet: Prevent discovery on peer marked deletion If a peer has been marked for deletion then we needn't perform any other discovery operation on it. Integrate this peer state into the top level of the discovery state machine so that it is checked before any other state. HPE-bug-id: LUS-9192 Signed-off-by: Chris Horn Change-Id: Ie9de5b0d38d720f4f49d7e4a0673a6b52f9d3d80 Reviewed-on: https://review.whamcloud.com/39604 Reviewed-by: Serguei Smirnov Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin ---