From 0057d99863063721ed56b1fd617d18a873e83c8a Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 23 Jul 2007 15:29:32 +0000 Subject: [PATCH] b=12153 i=Nathan i=Shadow Print info whether $MOUNT is in use by userspace process. --- lustre/tests/conf-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index ade3888..9a71dd0 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -217,6 +217,8 @@ run_test 4 "force cleanup ost, then cleanup" test_5() { setup touch $DIR/$tfile || return 1 + fuser -m -v $MOUNT && echo "$MOUNT is in use by user space process." + stop_mds -f || return 2 # cleanup may return an error from the failed -- 1.8.3.1