]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: more disk space for test 30 iscsi
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Feb 2021 12:53:34 +0000 (13:53 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 15 Feb 2021 08:30:29 +0000 (09:30 +0100)
```
mke2fs 1.45.6 (20-Mar-2020)

Filesystem too small for a journal
Discarding device blocks:          done
Creating filesystem with 1024 1k blocks and 128 inodes

Allocating group tables: 0/1   done
Writing inode tables: 0/1   done
Writing superblocks and filesystem accounting information: 0/1   done

cp: error writing '/sysroot/usr/bin/bash': No space left on device
cp: error writing '/sysroot/usr/bin/grep': No space left on device
cp: error writing '/sysroot/usr/bin/ping': No space left on device
[…]
```

test/TEST-30-ISCSI/test.sh

index c636bbbf30e9f6e361fdee6e17b713bfc34d8e65..185f060629338f3d7141a752998e64618850928b 100755 (executable)
@@ -129,9 +129,9 @@ test_setup() {
     fi
 
     # Create the blank file to use as a root filesystem
-    dd if=/dev/zero of=$TESTDIR/root.ext3 bs=1M count=45
-    dd if=/dev/zero of=$TESTDIR/iscsidisk2.img bs=1M count=45
-    dd if=/dev/zero of=$TESTDIR/iscsidisk3.img bs=1M count=45
+    dd if=/dev/zero of=$TESTDIR/root.ext3 bs=1M count=100
+    dd if=/dev/zero of=$TESTDIR/iscsidisk2.img bs=1M count=50
+    dd if=/dev/zero of=$TESTDIR/iscsidisk3.img bs=1M count=50
 
     kernel=$KVERSION
     # Create what will eventually be our root filesystem onto an overlay