Martin Perina

Results 21 issues of Martin Perina

Add ovirt-engine-4.5* string to branches specification to remove the need to allow running CI on every new 4.5 branch in future Signed-off-by: Martin Perina

1. Bump spotbugs to version 4.5.3

RHV 4.4 SP1 is supported only on RHEL 8.6 EUS, so we need to prevent customers to use it on RHEL 8.7+ Bug-Url: https://bugzilla.redhat.com/2108985 Signed-off-by: Martin Perina

fails on a different issue (attached supervdsm log): Traceback (most recent call last): ..... File "/usr/lib/python3.9/site-packages/vdsm/common/supervdsm.py", line 53, in getattr(self._supervdsmProxy._svdsm, self._funcName)(*args, File "", line 2, in setupNetworks File "/usr/lib64/python3.9/multiprocessing/managers.py", line...

bug
network
el9

Description of problem: I have noticed that the ansible-lint was not running on the GitHub engine CI. So I have added the patch which enables it https://github.com/oVirt/ovirt-engine/pull/484. The problem is...

enhancement
infra

Considering scenario with two hosts being deployed over IPv6 at the same time, the first host finishes setup networks and reboots. the second host starts setup networks, but fails with...

bug
networking

reated [attachment 1899425](https://bugzilla.redhat.com/attachment.cgi?id=1899425) [[details]](https://bugzilla.redhat.com/attachment.cgi?id=1899425&action=edit) qos Steps to Reproduce: 1. Create non-bridged vlan network with qos params: no_br_100, vlan 100, qos_30_50_10 (qos.png), and attach this network to host interface. You will...

bug
networking

Description of problem: When I attach two networks (one with vlan, one without) with qos to same interface vdsm duplicates tc filters Steps to Reproduce: 1. Create non-bridged network without...

Normally, when VM with NUMA resize and pin policy is started it cannot be migrated onto a host that does not satisfy VM's current CPU pinning and NUMA constraints. However,...

bug
virt

We are still using SHA-1 code in: ``` backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/crypto/EnvelopeEncryptDecrypt.java backend/manager/modules/uutils/src/test/java/org/ovirt/engine/core/uutils/crypto/EnvelopePBETest.java ``` Upgrading these parts to use SHA-2 or better methods needs to be coordinated with aaa-jdbc change: https://github.com/oVirt/ovirt-engine-extension-aaa-jdbc/issues/15