
On Tue, Feb 2, 2021 at 12:28 AM Nir Soffer <nsoffer@redhat.com> wrote:
On Mon, Feb 1, 2021 at 10:31 PM Nir Soffer <nsoffer@redhat.com> wrote:
We have tests that used to pass 2-3 weeks ago, but started to fail today on ppc64le with this error:
qemu-kvm: Requested safe cache capability level not supported by kvm, try appending -machine cap-cfpc=broken
Full log: https://jenkins.ovirt.org/job/ovirt-imageio_standard-check-patch/3599//artif...
I can add -machine cap-cfpc=broken, but it looks like we are running the wrong qemu version in CI:
17:31:08,513 DEBUG (MainThread) [qmp] Talking with qemu 4.2.0
We should use 5.1.0, available on Centos 8.3.2011:
$ dnf info qemu-kvm ... Available Packages Name : qemu-kvm Epoch : 15 Version : 5.1.0 Release : 14.el8.1 Architecture : x86_64 Size : 126 k Source : qemu-kvm-5.1.0-14.el8.1.src.rpm Repository : ovirt-master-advanced-virtualization-testing
Is it possible that we don't have a build for ppc6le, or something is broken in this build?
Looking in vdsm repos file, we are missing this repo: https://buildlogs.centos.org/centos/8/virt/
More specific, this: https://buildlogs.centos.org/centos/8/virt/ppc64le/advanced-virtualization/ I wonder if we don't miss this also in vdsm CI?
Hopefully this will fix the issue: https://gerrit.ovirt.org/c/ovirt-imageio/+/113236