The test device is now used as a nfs filesystem.

Merge of master-melb:xfs-cmds:26462a by kenmcd.

  modified this test to run on xfs only.
This commit is contained in:
Andrew Jones
2006-07-07 16:00:24 +00:00
parent 1947a974dd
commit 4800bae8cc
4 changed files with 43 additions and 14 deletions
+11 -1
View File
@@ -1,6 +1,6 @@
##/bin/sh
#
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (c) 2000-2003,2006 Silicon Graphics, Inc. All Rights Reserved.
#
# setup and check for config parameters, and in particular
#
@@ -160,6 +160,16 @@ known_hosts()
#RMT_IRIXTAPE_DEV=snort:/dev/tape
#RMT_TAPE_USER=guest
;;
break)
MODULAR=1
EMAIL="nathans@larry"
SCRATCH_MNT=/mnt/scratch
#SCRATCH_DEV=/dev/sda6
SCRATCH_DEV=budgie:/mnt/scratch
TEST_DIR=/mnt/test
#TEST_DEV=/dev/sda5
TEST_DEV=budgie:/mnt/test
;;
bruce)
MODULAR=0
EMAIL="nathans@larry"