Whamcloud - gitweb
Remove old config files that were supposed to be removed long ago.
authoradilger <adilger>
Fri, 4 Jul 2003 21:37:46 +0000 (21:37 +0000)
committeradilger <adilger>
Fri, 4 Jul 2003 21:37:46 +0000 (21:37 +0000)
lustre/tests/fs.sh [deleted file]

diff --git a/lustre/tests/fs.sh b/lustre/tests/fs.sh
deleted file mode 100644 (file)
index b158c6e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/bash
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-#!/bin/sh
-
-R=/r
-
-insmod /lib/modules/2.4.17/kernel/drivers/block/loop.o
-dd if=/dev/zero of=/tmp/fs bs=1024 count=10000
-mke2fs -b 4096 -F /tmp/fs
-losetup /dev/loop/0 /tmp/fs
-
-insmod $R/usr/src/lustre/obdclass/obdclass.o 
-insmod $R/usr/src/lustre/obdext2/obdext2.o
-mknod /dev/obd c 10 241
-
-$R/usr/src/lustre/utils/obdctl <<EOF
-device 0
-attach obdext2 OBDEXT2DEV
-setup /dev/loop/0
-quit
-EOF
-
-insmod $R/usr/src/lustre/obdfs/obdfs.o
-mount -t obdfs -o device=0 none /mnt