From: grev Date: Wed, 10 Dec 2008 09:36:24 +0000 (+0000) Subject: b=17827 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d6b80ae48444ab61828956a35b7fd63544c4d03a;p=fs%2Flustre-release.git b=17827 i=H.Huang run lsof fix --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 96ce1c3..37e9e32 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -386,7 +386,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 }