[ovirt-users] Re: Deployment suddenly fails at engine check

2022-04-30 Thread Harry O
Hi Martin, Thanks for your reply, Here is some output from the process: [root@hej ~]# dnf downgrade postgresql-jdbc Last metadata expiration check: 0:37:09 ago on Sat 30 Apr 2022 09:42:39 AM CEST. Dependencies resolved.

[ovirt-users] Re: Cannot start ovirt-engine java server - 500 Internal Server Error - after update to 4.4.10

2022-04-30 Thread Jan Burian
Hi guys, thanks for sharing. I can confirm that solved my problem. I missed the email from Martin from 22th April. I wasn't member of mailing list yet. Maybe this information from Martin's email could be in release notes for 4.4.10 and 4.5.0 as known issue:

[ovirt-users] Re: Cannot start ovirt-engine java server - 500 Internal Server Error - after update to 4.4.10

2022-04-30 Thread Maton, Brett
I ran in to this problem yesterday, if you've already upgraded 'everything' you can roll back the postgresql driver with dnf downgrade postgresql-jdbc and then restart the engine systemctl restart ovirt-engine On Sat, 30 Apr 2022 at 08:10, Latchezar Filtchev wrote: > Dear Jan, > > Please

[ovirt-users] Re: Deployment suddenly fails at engine check

2022-04-30 Thread Harry O
When I time the postgresql-jdbc downgrade right with the engine deployment, it runs perfect - thanks again. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy

2022-04-30 Thread diego . ercolani
I have a full installation of ovirt hosted-engine but it always stop telling: [ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! => {"attempts": 30, "changed": false, "connection": "close", "content_encoding": "identity", "content_length": "86", "content_type": "text/html; charset=UTF-8",

[ovirt-users] Re: HTTP Error 500: Internal Server Error

2022-04-30 Thread John
I would run the deploy again, wait until the engine is up and then from the server you are deploying the engine on # virsh console 1 login as root wait for all packages to finish updating: tail -f /var/log/dnf.rpm.log then: # dnf downgrade postgresql-jdbc once that's done the deployment

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

2022-04-30 Thread Strahil Nikolov via Users
*storage  On Sat, Apr 30, 2022 at 13:50, Strahil Nikolov via Users wrote: ___ 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

[ovirt-users] Re: Getting error on oVirt installation

2022-04-30 Thread Strahil Nikolov via Users
I think this is the problem: "url": "http://localhost /ovirt-engine/services/health; I believe it should be :http://oengine.servername.local/ovirt-engine/services/health Best Regards,Strahil Nikolov My records on the DNS server are as follows. When I check with nslookup, there is no

[ovirt-users] Remove ovirt 4.4 repos after upgrade on the engine?

2022-04-30 Thread David White via Users
Hello, After an update from 4.4 to 4.5 on the Engine, I noticed that the 4.4 repos still exist: Is it safe to run "yum autoremove" on the Engine, followed by removing all of the 4.4 repositories from /etc/yum.repos.d/ ? ovirt-4.4                                                                    

[ovirt-users] Re: ERROR! couldn't resolve module/action 'vdo'

2022-04-30 Thread Strahil Nikolov via Users
What is the output of 'cat  /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml' ? Best Regards,Strahil Nikolov My newly installed version ovirt-node-ng-installer-4.5.0-2022042607 el8 Deploy the run gluster wizard for single node and the error is as follows: Apr 30

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Patrick Hibbs
>[ERROR] fatal:[localhost -> my_fqdn.domain]:FAILED!=>{"attempts":12, >"changed":false,"msg":"Failed to validate the SSL certificate for >localhost:443. >Make sure your managed systems have a valid CA certificate installed. Given that this seems to be an error from engine-setup, you've probably

[ovirt-users] Re: Cannot start ovirt-engine java server - 500 Internal Server Error - after update to 4.4.10

2022-04-30 Thread Latchezar Filtchev
Dear Jan, Please check Martin's e-mail from 22.04.2022 (below). I confirm the workaround works for me. Best, Latcho] From: Martin Perina Sent: Friday, April 22, 2022 6:35 PM To: users ; devel Cc: Eli Mesika Subject: [ovirt-users] [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks

[ovirt-users] Re: hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy

2022-04-30 Thread John
Hi, Please downgrade the postgresql-jdbc package from inside the engine: # dnf downgrade postgresql-jdbc That should cure the 500 internal server error. On 30/04/2022 10:18, diego.ercol...@ssis.sm wrote: I have a full installation of ovirt hosted-engine but it always stop telling: [ ERROR ]

[ovirt-users] Re: HTTP Error 500: Internal Server Error

2022-04-30 Thread Nathaniel Roach via Users
I would also try downgrading the postgres connector, as that's causing issues for existing installs in the same way: https://lists.ovirt.org/archives/list/users@ovirt.org/message/3IQ5C4AK4K65MVEHCIWDAREWW4QPF5KJ/ On 30/4/22 18:01, John wrote: I would run the deploy again, wait until the engine

[ovirt-users] Re: hosted engine ovirt-engine-appliance-4.5-20220419162115.1.el8.x86_64 doesn't deploy

2022-04-30 Thread diego . ercolani
Yes. The problem is that hosted-engine --deploy --4 --ansible-extra-vars=he_pause_host=true pause the deploy far after the problem so you have to intercept the engine start then, as I have an installation behind proxy: echo "proxy=http://192.168.9.149:3128; >> /etc/yum.conf then waiting the

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

2022-04-30 Thread Strahil Nikolov via Users
hosted-engine output and UI are totally unrelated.The output of hosted-engine is matching the 'crown' icon in the UI and indicates on which hosts the HostedEngine VM can run.In the UI, the host is just a host that is capable of running VMs. You need to remove the host from the UI. What kind of

[ovirt-users] Re: Getting error on oVirt installation

2022-04-30 Thread Erez Zarum
It is the correct URL to localhost as it is just making sure the engine health is up, it uses localhost as the playbook delegate to the engine VM so it is localhost. He received a status code of 500 back, which means he was hit by the postgresql-jdbc bug and should downgrade. I just don't

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Tnchawy
I set the FQDN name every time run "hosted-engine --deploy" and I want to install self-host engine. *I set up the servers as pictured below:* [image: image.png] [image: image.png] ในวันที่ ส. 30 เม.ย. 2022 เวลา 17:03 Patrick Hibbs เขียนว่า: > >[ERROR] fatal:[localhost ->

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Strahil Nikolov via Users
Hm...then everything should be fine.You specified the FQDN, the FQDN has a valid A/ record and that IP has a valid PTR record. Best Regards,Strahil Nikolov On Sat, Apr 30, 2022 at 17:58, Tnchawy wrote: ___ Users mailing list --

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

2022-04-30 Thread Strahil Nikolov via Users
You need to first replace the host on gluster level (it looks it has/had a brick) before ovirt allows you to remove the host. Can you check if the gluster volumes have a brick from that host ? Best Regards,Strahil Nikolov On Sat, Apr 30, 2022 at 15:24, Joseph Gelinas wrote: Using

[ovirt-users] Re: Getting error on oVirt installation

2022-04-30 Thread Strahil Nikolov via Users
There are threads in the mailing list describing the issue. @Sandro,is there any chance to remove the broken postgresql-jdbc package  (or issue a new version with the rollbacked changes ) untill the issue is fixed ? Best Regards,Strahil Nikolov  No matter how many times I tried to

[ovirt-users] Re: HELP ME! Failed to validate the SSL certificate for localhost:443

2022-04-30 Thread Strahil Nikolov via Users
Most probably it's the postgresql-jdbc issue. Let's see if the package can be removed (or newer version generated). Best Regards,Strahil Nikolov On Sat, Apr 30, 2022 at 22:29, Strahil Nikolov via Users wrote: ___ Users mailing list --

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

2022-04-30 Thread Joseph Gelinas
Using GlusterFS for storage. > On Apr 30, 2022, at 06:55, Strahil Nikolov via Users wrote: > > *storage > > On Sat, Apr 30, 2022 at 13:50, Strahil Nikolov via Users > wrote: > ___ > Users mailing list -- users@ovirt.org > To unsubscribe send an

[ovirt-users] Re: Getting error on oVirt installation

2022-04-30 Thread mahmutduzenn
No matter how many times I tried to install it, I encountered this error and I could not find a method for the solution. Do we need to downgrade postgresql-jdbc? Is there a resource-article we can get information about this subject? Thanks for your answers

[ovirt-users] Re: understanding if real engine offline deployment is possible

2022-04-30 Thread vk
Hi Erez, Thanks a lot for all your help here! Le ven. 29 avr. 2022 à 20:21, Erez Zarum a écrit : > It is possible to have a fully offline installation, you just need the > files either installed or fetch them from a local repo. > > Yes, you are using an outdated version of the ovirt ansible