[ovirt-users] Geo-replication configuration problem

2022-10-10 Thread dan_agache--- via Users
Hello, I have two GlusterFS clusters with Centos 9 Stream managed by oVirt 4.5 (standalone Manager with local databases) and when I want to configure geo-replication I receive this error message: Oct 10 15:15:15 myhostname vdsm[222665]: ERROR TypeError raised by dispatched function

[ovirt-users] hosted-engine-setup --deploy fail on Centos Stream 8

2022-10-10 Thread andrea.crisanti--- via Users
Hy, I am trying to install ovirt 4.5 on a 4-host cluster running Centos Stream 8, but the engine does not start and the whole process fails. Here is my procedure dnf install centos-release-ovirt45 dnf module reset virt dnf module enable virt:rhel dnf install ovirt-engine-appliance dnf install

[ovirt-users] Re: OVS Task Error when Add EL Host

2022-10-10 Thread Ɓukasz Pelczyk
I just hit the same error. Initially I got it on the beginning of installation (both netaddr and jmespath were not found). Seems that python3.9 is used so initially I solved it via pip3.9 install. Alternatively you can get the rpm packages from epel. The same issues is on ovirt VM side. As a wo

[ovirt-users] SSL error on oVirt 4.2.4

2022-10-10 Thread Don Dupuis
Hello I have oVirt cluster with 25 hypervisors that has been running fine for a couple of years and today all of a sudden engine was getting ssl errors talking to the hypervisors. Error in engine.log is: 2022-10-10 16:20:23,562-05 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring]

[ovirt-users] Re: Network Interface Already In USe - Self-Hosted Install

2022-10-10 Thread Matthew J Black
Hi All, OK, so after much reading of logs, Ansible files, blog posts, documentation, and much gnashing of teeth, glasses of bourbon, language to make a sailor blush, tears, blood, sweat, and various versions of "DOH!", I finally worked out what was wrong - what I did wrong - and so I'm putting

[ovirt-users] Re: Pre-Installing OpenVSwitch For oVirt Self-Hoster Install - Issues?

2022-10-10 Thread Matthew J Black
Hi All, OK, so I actually ended up solving the underlying issue that I was trying to work around with this - see https://lists.ovirt.org/archives/list/users@ovirt.org/thread/UYX2L76UOAMAOQ2IWCQ4KJIJHOFXKNFJ/ for details Cheers Dulux-Oz ___ Users mai

[ovirt-users] Convert raw images to qcow format

2022-10-10 Thread Jonas
Hi there I want to create incremental backups of a few imported VMs, but the VM disks are in the raw disk format which does not support incremental backup. Is there a way to convert existing disks from raw to qcow in oVirt? Since qemu-img can do this,I assume there must be a way.. Thank you Jo