danrue / lava-docker-compose

7 stars 13 forks source link

Disable 'highmem' on QEMU device #4

Closed pawiecz closed 4 years ago

pawiecz commented 4 years ago

Release 2019.11 of LAVA Docker container images switched to Debian 10 (Buster). Dispatcher has been shipped with QEMU 3.x since then. QEMU 3.x changed use of "highmem" property - it is now "on" by default [1].

Using kernel without LPAE support requires switching it off [2].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1633328#c6 [2] https://wiki.qemu.org/ChangeLog/3.0#Incompatible_changes

Resolves: #3

danrue commented 4 years ago

Hi Paweł! Thanks for figuring that out.

This repository is not really maintained anymore, now that LAVA officially supports docker-compose at https://git.lavasoftware.org/lava/pkg/docker-compose.

I'll be updating the README with a note saying as much, and I would encourage you to take a look at LAVA's implementation going forward. It should be well maintained.

Dan

pawiecz commented 4 years ago

Hi Dan! Thanks for pulling this change.

I will definitely take a look at LAVA docker-compose from the link you provided.

Paweł