Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
15340
Description
When running the testsuite as:
NAME=local ./acceptance-small.sh
the test gets stuck on sanity test 17m.
The reason is that a previous test called check_and_cleanup_lustre, which unmounted /sbin/mount.lustre. So when test 17m tries to mount the mds, that fails, because /sbin/mount.lustre is not there anymore.
The issue seems to have been introduced in 41b9a4 (revert of LU-1538).
Reverting the last part of it seems to cure the problem.