From 881390f42c31e17a876517d6b2244880dd48c400 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 13 Mar 2002 19:07:20 +0000 Subject: [PATCH] Script to set up MDS using ext3 (basically llmount.sh with ext3 instead of ext2 for MDS). Will not work unless ext3 has been patched with a_ops=&ext3_ops in fs/ext3/inode.c and fs/ext3/namei.c. Not sure if that is the correct solution yet or not. --- lustre/tests/llext3.sh | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 lustre/tests/llext3.sh diff --git a/lustre/tests/llext3.sh b/lustre/tests/llext3.sh new file mode 100755 index 0000000..211cfdf --- /dev/null +++ b/lustre/tests/llext3.sh @@ -0,0 +1,43 @@ +#!/bin/sh + +SRCDIR="`dirname $0`" +. $SRCDIR/common.sh + +setup + +$PTLCTL < /proc/sys/portals/debug + +$OBDCTL <