Re: [PATCH 0/2] tests/vm: fix ENOSPC in the openbsd VM image

2023-03-22 Thread Alex Bennée
Daniel P. Berrangé writes: > The openbsd VM builds only have 3.5 GB of space available in /home, out > of the 20 GB disk image. This is insufficient when running iotests in > parallel with all other tests. > > Note, after applying this series: > > rm ~/.cache/qemu-vm/images/openbsd.img > > is

[PATCH 0/2] tests/vm: fix ENOSPC in the openbsd VM image

2023-03-22 Thread Daniel P . Berrangé
The openbsd VM builds only have 3.5 GB of space available in /home, out of the 20 GB disk image. This is insufficient when running iotests in parallel with all other tests. Note, after applying this series: rm ~/.cache/qemu-vm/images/openbsd.img is needed for it to take effect if you've previo