From 52b625220e61a0a5bac9604c9260f29766717c81 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 20 Mar 2002 20:47:57 +0000 Subject: [PATCH] Add "llrmount.sh" script, which does the same setup as llmount.sh, but does not create new filesystems. It uses the existing filesystems from a previous invocation of llmount.sh. This is useful for persistency testing or testing recoverability. --- lustre/tests/llrmount.sh | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 lustre/tests/llrmount.sh diff --git a/lustre/tests/llrmount.sh b/lustre/tests/llrmount.sh new file mode 100755 index 0000000..ca1ed31 --- /dev/null +++ b/lustre/tests/llrmount.sh @@ -0,0 +1,42 @@ +#!/bin/sh + +SRCDIR="`dirname $0`" +. $SRCDIR/common.sh + +setup + +$PTLCTL < /proc/sys/portals/debug + +$OBDCTL <