1# $FreeBSD$
2
3# Configuration needed for the orangutan test box
4
5RUNDIR=/m2/stressX
6KBLOCKS=`df -ik $RUNDIR | tail -1 | awk '{print $4}`
7INODES=`df -ik $RUNDIR | tail -1 | awk '{print  $7}`
8
9BLASTHOST=127.0.0.1
10
11DISKIMAGE=/m2/diskimage # Location of 1G disk image
12MNTPOINT=/m2            # Disk image mount point
13TESTUSER=test           # Name of non root test user
14MDSTART=5               # Start of free md units
15
16TZ=Europe/Copenhagen; export TZ
17SHELL=/bin/sh
18