Harald Hoyer 5f0dd7
From 3ba12b22491de49853685bec5bb345e624c119ab Mon Sep 17 00:00:00 2001
Harald Hoyer 5f0dd7
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 5f0dd7
Date: Wed, 4 Mar 2020 14:39:22 +0100
Harald Hoyer 5f0dd7
Subject: [PATCH] test/TEST-35-ISCSI-MULTI: bump disk space
Harald Hoyer 5f0dd7
Harald Hoyer 5f0dd7
---
Harald Hoyer 5f0dd7
 test/TEST-35-ISCSI-MULTI/test.sh | 6 +++---
Harald Hoyer 5f0dd7
 1 file changed, 3 insertions(+), 3 deletions(-)
Harald Hoyer 5f0dd7
Harald Hoyer 5f0dd7
diff --git a/test/TEST-35-ISCSI-MULTI/test.sh b/test/TEST-35-ISCSI-MULTI/test.sh
Harald Hoyer 5f0dd7
index e96c9c56..740ab918 100755
Harald Hoyer 5f0dd7
--- a/test/TEST-35-ISCSI-MULTI/test.sh
Harald Hoyer 5f0dd7
+++ b/test/TEST-35-ISCSI-MULTI/test.sh
Harald Hoyer 5f0dd7
@@ -144,9 +144,9 @@ test_setup() {
Harald Hoyer 5f0dd7
     fi
Harald Hoyer 5f0dd7
 
Harald Hoyer 5f0dd7
     # Create the blank file to use as a root filesystem
Harald Hoyer 5f0dd7
-    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=45
Harald Hoyer 5f0dd7
-    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=45
Harald Hoyer 5f0dd7
-    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=45
Harald Hoyer 5f0dd7
+    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=90
Harald Hoyer 5f0dd7
+    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=90
Harald Hoyer 5f0dd7
+    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=90
Harald Hoyer 5f0dd7
 
Harald Hoyer 5f0dd7
     kernel=$KVERSION
Harald Hoyer 5f0dd7
     # Create what will eventually be our root filesystem onto an overlay
Harald Hoyer 5f0dd7