X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Fllmountcleanup.sh;h=298d01d53fa62b100c462ed62c0ec6b9fc435414;hb=2af1f6e65adcad803f7b49c8cad493152c6f215c;hp=42bbcaeae051fcd20d312917b120baac9ca8340b;hpb=493a98b2dab75c040306f2b28f0fea4b1585356c;p=fs%2Flustre-release.git diff --git a/lustre/tests/llmountcleanup.sh b/lustre/tests/llmountcleanup.sh index 42bbcae..298d01d 100755 --- a/lustre/tests/llmountcleanup.sh +++ b/lustre/tests/llmountcleanup.sh @@ -3,7 +3,9 @@ SRCDIR="`dirname $0`/" . $SRCDIR/common.sh -$DBGCTL debug_kernel /tmp/debug.1 +TIME=`date +'%s'` + +$DBGCTL debug_kernel /tmp/debug.1.$TIME 1 if mount | grep '/mnt/lustre'; then umount /mnt/lustre || fail "cannot unmount" @@ -11,16 +13,12 @@ fi killall acceptor rmmod llite -rmmod mdc $OBDCTL <