From: shaver Date: Wed, 3 Dec 2003 21:24:57 +0000 (+0000) Subject: Instrumentation for reproducing and verifying 1897 (open-count leaked if close X-Git-Tag: v1_7_0_51~2^7~157 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=27d75c52f16581d5c20e5609f5eb09ee3e32870e;p=fs%2Flustre-release.git Instrumentation for reproducing and verifying 1897 (open-count leaked if close is interrupted on the client). r=robert. --- diff --git a/lustre/tests/llmount-upcall.sh b/lustre/tests/llmount-upcall.sh new file mode 100755 index 0000000..f5a1ef7 --- /dev/null +++ b/lustre/tests/llmount-upcall.sh @@ -0,0 +1,6 @@ +#!/bin/sh +LUSTRE=`dirname $0`/.. +exec >> /tmp/recovery-`hostname`.log +exec 2>&1 + +$LUSTRE/utils/lconf --recover --verbose --tgt_uuid $2 --client_uuid $3 --conn_uuid $4 $LUSTRE/tests/local.xml