From: Andreas Dilger Date: Thu, 11 Mar 2021 09:39:57 +0000 (-0700) Subject: LU-10632 tests: recovery-small test_26 idle_timeout X-Git-Tag: 2.14.52~188 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b4391fcdaf392a50bd1419342eca3b730c077ed2;hp=b4391fcdaf392a50bd1419342eca3b730c077ed2 LU-10632 tests: recovery-small test_26 idle_timeout In recovery-small test_26() use "lfs df" instead of plain "df" since statfs may be fetched from the MDS cache and will not ensure that the client->OST connections are currently active. Also, check a few entries further back in the OSC state log for an EVICTED message, in case the client idle disconnects from the server again while checking all of the imports. Test-Parameters: trivial testlist=recovery-small env=ONLY=26a,ONLY_REPEAT=100 Fixes: 5a6ceb664f07 ("LU-7236 ptlrpc: idle connections can disconnect") Signed-off-by: Andreas Dilger Change-Id: I8c370cb75f4e06258ef3c032630fc20354a15dcc Reviewed-on: https://review.whamcloud.com/42006 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: James Nunez Reviewed-by: Oleg Drokin ---