From 1009cbc5d7d0e66f25d41b2d9052bf2d235fb4f6 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 10 Dec 2008 09:48:59 +0000 Subject: [PATCH] b=17827 i=H.Huang run lsof fix --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 2818d7f..3146bdd 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -384,7 +384,7 @@ zconf_umount() { local running=$(do_node $client "grep -c $mnt' ' /proc/mounts") || true if [ $running -ne 0 ]; then echo "Stopping client $client $mnt (opts:$force)" - lsof | grep "$mnt" || true + do_node $client lsof | grep "$mnt" || true do_node $client umount $force $mnt fi } -- 1.8.3.1