s/NFS/NBD

This commit is contained in:
Harald Hoyer 2009-06-08 14:48:39 +02:00
parent d5e1e577ee
commit b2c5f5dc72

View File

@ -4,11 +4,11 @@ TEST_DESCRIPTION="root filesystem on NBD"
KVERSION=${KVERSION-$(uname -r)}
# Uncomment this to debug failures
#DEBUGFAIL="rdinitdebug rdnetdebug rdbreak"
#DEBUGFAIL="rdinitdebug rdnetdebug"
run_server() {
# Start server first
echo "NBD TEST SETUP: Starting DHCP/NFS server"
echo "NBD TEST SETUP: Starting DHCP/NBD server"
$testdir/run-qemu -hda server.ext2 -hdb nbd.ext2 -m 512M -nographic \
-net nic,macaddr=52:54:00:12:34:56,model=e1000 \