[ovirt-users] How to renew CA cert after upgrading to ovirt 4.4

2022-04-25 Thread noua . toukourou
Hi, I successfully migrated from 4.3 to 4.4 and ran ovirt-engine-rename. Now I would also like to renew the self-signed CA cert since it still has the CN of the former engine. Any idea how to do this ? Thanks, ___ Users mailing list -- users@ovirt.org

[ovirt-users] Re: new host addition to OVN cluster fails with Connectivity check failed, rolling back

2022-04-25 Thread Sandro Bonazzola
Il giorno mar 26 apr 2022 alle ore 07:33 ravi k ha scritto: > Hi Sandro, > Thanks for that. I remember you mentioned this in another post too :) I > posted about this as there might be some users using 4.3 and might pitch in > with some ideas. We're starting out with a greenfield setup. Would you

[ovirt-users] Re: new host addition to OVN cluster fails with Connectivity check failed, rolling back

2022-04-25 Thread ravi k
Hi Sandro, Thanks for that. I remember you mentioned this in another post too :) I posted about this as there might be some users using 4.3 and might pitch in with some ideas. We're starting out with a greenfield setup. Would you suggest that we rather go with 4.4 directly? Regards, Ravi __

[ovirt-users] Re: Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-25 Thread Abe E
Also, I checked for the postgresql-jdbc version on engine and it did not upgrade, it is on 42.2.3. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.htm

[ovirt-users] Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-25 Thread Abe E
Hey All, I am having an issue upgrading from 4.4 to 4.5. My setup 3 Node Gluster (Cluster 1) + 3 Node Cluster (Cluster 2) If i recall the process correctly, the process I did last week: On all my Nodes: dnf install -y centos-release-ovirt45 --enablerepo=extras On Ovirt Engine: dnf install -y c

[ovirt-users] Re: AMD Ryzen 5600G unsupported?

2022-04-25 Thread Gilboa Davara
On Mon, Apr 25, 2022 at 12:17 PM wrote: > Please remember to enable tha AMD-V support in the bios, every time you > upgrade bios they normally reset to "disabled". > You can find this issue when in logs appears something like: > > Apr 20 11:45:11 ovirt-node3 journal[2011]: Unable to open /dev/kv

[ovirt-users] Re: Unable to remove host from ovirt engine

2022-04-25 Thread Strahil Nikolov via Users
I think you can use 'hosted-engine --clean-metadata --host-id=1' In my case I had to use --force-cleanup, but I wouldn't recommend using it. Best Regards,Strahil Nikolov On Mon, Apr 25, 2022 at 18:08, Joseph Gelinas wrote: Recently our host and ovirt engine certificates expired and with so

[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Strahil Nikolov via Users
Would you be able to open a issue for that ? @Sandro Bonazzola, as far as I remember, we started using github, right ? Best Regards,Strahil Nikolov On Mon, Apr 25, 2022 at 14:16, Alessandro De Salvo wrote: ___ Users mailing list -- users@ovirt.o

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread Strahil Nikolov via Users
The exclude option takes not only a package but package with version, so you can block a specific version of package without blocking future updates. Best Regards,Strahil Nikolov On Mon, Apr 25, 2022 at 11:24, Alessandro De Salvo wrote: Hi, I’m not sure if it works with the web installer,

[ovirt-users] Unable to remove host from ovirt engine

2022-04-25 Thread Joseph Gelinas
Recently our host and ovirt engine certificates expired and with some ideas from Strahil we were able to get 2 of the 3 ovirt hosts updated with usable certificates and move all of our VMs to those two nodes. https://lists.ovirt.org/archives/list/users@ovirt.org/thread/QCFPKQ3OKPOUV266MFJUMVTNG2

[ovirt-users] Re: Notified that Engine's certification is about to expire but no documentation to renew it

2022-04-25 Thread Guillaume Pavese
Thank you Didi, I can confirm that engine-setup detected the approaching expiration of the engine certificate and proposed to renew it. We'll try proposing a documentation fix Guillaume Pavese Ingénieur Système et Réseau Interactiv-Group On Mon, Apr 25, 2022 at 9:02 PM Yedidyah Bar David wrote

[ovirt-users] Re: failed to mount hosted engine gluster storage - how to debug?

2022-04-25 Thread diego . ercolani
yes it seem it worked thank you very much ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/

[ovirt-users] Re: Notified that Engine's certification is about to expire but no documentation to renew it

2022-04-25 Thread Martin Perina
Hi Guillaume, to renew host certificates you need to perform following actions in webadmin or RESTAPI: 1. Move the host to Maintenance status 2. Execute Enroll Certificates for the host 3. Watch Events on the host to see if Enroll Certificates finished successfully 4. Execute Activate for the hos

[ovirt-users] Re: Notified that Engine's certification is about to expire but no documentation to renew it

2022-04-25 Thread Yedidyah Bar David
On Mon, Apr 25, 2022 at 2:45 PM Guillaume Pavese wrote: > > Hello > > We are receiving the following notifications from our ovirt manager : > > Message:Engine's certification is about to expire at 2022-05-03. Please renew > the engine's certification. > Severity:WARNING > > > Effectively : > > #

[ovirt-users] Re: Cannot remove geo-replication session

2022-04-25 Thread simon
I removed the slave volumes and recreated them - manually removing entries in /etc/fstab that weren't removed. Recreated geo-rep session and all data replicated to other oVirt Datacenter. One issue with one of the Master nodes reporting it's status as Faulty - so not completely resolved but the D

[ovirt-users] Notified that Engine's certification is about to expire but no documentation to renew it

2022-04-25 Thread Guillaume Pavese
Hello We are receiving the following notifications from our ovirt manager : Message:Engine's certification is about to expire at 2022-05-03. Please renew the engine's certification. Severity:WARNING Effectively : # openssl x509 -in /etc/pki/ovirt-engine/certs/engine.cer -startdate -enddate -n

[ovirt-users] Re: failed to mount hosted engine gluster storage - how to debug?

2022-04-25 Thread Alessandro De Salvo
Hi, please try this workaround, replace the following line in /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py value['stripeCount'] = el.find('stripeCount').text with: if (el.find('stripeCount')): value['stripeCount'] = el.find('stripeCount').text Then restart vdsmd and supervdmsd

[ovirt-users] Re: Windows VMs randomly wont boot after compatibility change

2022-04-25 Thread David Sekne
Hello, I played around a bit with the emulated machine option and I see we have a slight misunderstanding. We upgraded the cluster compatibility level to 4.5 last year at which time indeed we had to reconfigure most of the NIC's on Windows VM's (I forgot we had to do this as it wasnt my task). We

[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Alessandro De Salvo
Hi, I think I've found the root of the problem, it is a bug in vdsm. Gluster 10 produces xml description without the stripeCount tag, while vdsm expects it to be present. I've tried to fix it simply adding a check in /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py 429c429 < if

[ovirt-users] Re: Issue on Ovirt Node 4.4.10 installation by using DUD for MPTSAS driver update

2022-04-25 Thread Patrick Hibbs
That error typically means you don't have the correct DUD for the kernel you are using. Each DUD is kernel specific, and will only work on the kernel it was built for. You need to find whatever DUD matches the kernel used in oVirt Node 4.4.10. Alternatively, to quote the inevitable response from

[ovirt-users] Re: AMD Ryzen 5600G unsupported?

2022-04-25 Thread diego . ercolani
Please remember to enable tha AMD-V support in the bios, every time you upgrade bios they normally reset to "disabled". You can find this issue when in logs appears something like: Apr 20 11:45:11 ovirt-node3 journal[2011]: Unable to open /dev/kvm: No such file or directory to resolve remember

[ovirt-users] Re: failed to mount hosted engine gluster storage - how to debug?

2022-04-25 Thread diego . ercolani
I saw your report infact, they suggested to downgrade jdbc, for completeness I found also error report in vdsm.log while issuing "hosted-engine --connect-storage" corresponding to what you are noticing. I report the log except here if it can be useful. by the way, why vdsm it's searching for the

[ovirt-users] Re: AMD Ryzen 5600G unsupported?

2022-04-25 Thread Gilboa Davara
... Thanks. Same here. Worked in the end following a BIOS reset. - Gilboa On Mon, Apr 25, 2022 at 10:30 AM wrote: > In my system is correctly recognized: > Manufacturer: > Gigabyte Technology Co., Ltd. > Family: > B550 MB > Product Name: > B550 AORUS ELITE V2 > Version: > Default string > UUID

[ovirt-users] Re: failed to mount hosted engine gluster storage - how to debug?

2022-04-25 Thread Alessandro De Salvo
Hi, I think it may be a problem with vdsm and gluster 10, I’ve reported a similar issue in another thread. Vdsm is throwing an exception when parsing the XML from the gluster volume info when using the latest gluster version 10. This is particularly bad when the gluster server updates have been

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread Alessandro De Salvo
Hi, I’m not sure if it works with the web installer, but if you deploy with CLI you can use the following to ask the installer to pause before running engine-setup: hosted-engine --deploy --ansible-extra-vars=he_pause_before_engine_setup=true This gives you the time to ssh and exclude the offend

[ovirt-users] Re: Installing new self-hosted engine v4.5.0 on gluster 10

2022-04-25 Thread Alessandro De Salvo
Hi, thanks, unfortunately I’ve done it already, otherwise it would not even start the engine. This error appears after the engine is up with the downgraded postgresql-jdbc. Cheers, Alessandro > Il giorno 25 apr 2022, alle ore 06:11, Strahil Nikolov > ha scritto: > > Mybe it's worth tryin

[ovirt-users] Re: AMD Ryzen 5600G unsupported?

2022-04-25 Thread diego . ercolani
In my system is correctly recognized: Manufacturer: Gigabyte Technology Co., Ltd. Family: B550 MB Product Name: B550 AORUS ELITE V2 Version: Default string UUID: 03C00218-044D-05AE-3406-0D0700080009 Serial Number: Default string CPU Model Name: AMD Ryzen 7 5700G with Radeon Graphics Tipo CPU: Secur

[ovirt-users] Re: How to configure oVirt for OKD 4.10

2022-04-25 Thread Avital Pinnick
Sandro and Marcellus, The "Installing on oVirt" section does not appear in the 4.10 or 4.11 topic maps. The section was probably overlooked when the original topic map was split into multiple files. I created an issue to fix this. Avital

[ovirt-users] Issue on Ovirt Node 4.4.10 installation by using DUD for MPTSAS driver update

2022-04-25 Thread peter . yu
Hello, I'm trying to install Ovirt Node 4.4.10 to my server and it gets an error when I'm trying to install iso for my MPT SAS driver by using DUD. In the boot menu, I pressed tab to enter Kernel and added "inst,dd". After that I got a screen shows a list of disk devices and selected USB that

[ovirt-users] Re: Error 500 on Hosted Engine admin portal!!!

2022-04-25 Thread lpatsch
This is the cause, yes Martin - but it wont help since the Installer/deployment does an update while running, so "almost" no way to bypass that WORKAROUND: preparation: - ssh login to the node, prepare ssh root@ - copy paste buffer ready: echo exclude=postgresql-jdbc >> /etc/dnf/dnf.conf when t

[ovirt-users] failed to mount hosted engine gluster storage - how to debug?

2022-04-25 Thread diego . ercolani
Hello, I have an issue probably related to my particular implementation but I think some controls are missing Here is the story. I have a cluster of two nodes 4.4.10.3 with an upgraded kernel as the cpu (Ryzen 5) suffer from an incompatibility issue with the kernel provided by 4.4.10.x series. O

[ovirt-users] Re: engine.rar

2022-04-25 Thread Nazeem Durgahee
Hi Sandro, This what I am getting while trying to upgrade. Complete! [root@fscdrs-ovirt-001 ~]# dnf install -y centos-release-ovirt45 Last metadata expiration check: 0:02:50 ago on Fri 22 Apr 2022 01:51:06 PM +04. No match for argument: centos-release-ovirt45 Error: Unable to find a match: centos