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

Daniel P. Berrangé posted 2 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230322123639.836104-1-berrange@redhat.com
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Brad Smith <brad@comstyle.com>
tests/vm/openbsd | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
[PATCH 0/2] tests/vm: fix ENOSPC in the openbsd VM image
Posted by Daniel P. Berrangé 1 year, 1 month ago
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 previously used the openbsd
image.

Daniel P. Berrangé (2):
  tests/vm: skip X11 in openbsd installation
  tests/vm: custom openbsd partitioning to increase /home space

 tests/vm/openbsd | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

-- 
2.39.2


Re: [PATCH 0/2] tests/vm: fix ENOSPC in the openbsd VM image
Posted by Alex Bennée 1 year, 1 month ago
Daniel P. Berrangé <berrange@redhat.com> 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 needed for it to take effect if you've previously used the openbsd
> image.
>
> Daniel P. Berrangé (2):
>   tests/vm: skip X11 in openbsd installation
>   tests/vm: custom openbsd partitioning to increase /home space
>
>  tests/vm/openbsd | 30 +++++++++++++++++++++++++++---
>  1 file changed, 27 insertions(+), 3 deletions(-)

Queued to pr/170323-for-8.0-1, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro