[ovirt-users] Re: [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks oVirt Engine 4.4/4.5

2022-05-11 Thread Yedidyah Bar David
On Wed, May 11, 2022 at 10:18 PM Martin Perina  wrote:
>
> Hi,
>
> as mentioned in 4.5.0.8 announcement and Doc Text of 
> https://bugzilla.redhat.com/show_bug.cgi?id=2077794 postgresql-jdbc >= 
> 42.2.14 is required for ovirt-engine to work properly.
>
> So please remove the exclude, update postgresql-jdbc to the latest and 
> restart ovirt-engine service.

Perhaps we should have updated the spec file to Require: the correct version.

This would have caused engine-setup (upgrade), if the new version was
excluded/blocked/whatever, to fail - rather early and safely, IMO.

Best regards,

>
> Martin
>
> On Wed, May 11, 2022 at 4:52 PM Maton, Brett  wrote:
>>
>> Probably worth pointing out that if you (as I did) update to 4.5.0.8 and 
>> exclude the postgresql-jdbc update you'll wind up with
>>
>> 500 - Internal Server Error
>>
>> When you try to login to the admin console again.
>>
>> On Wed, 11 May 2022 at 13:43, Martin Perina  wrote:
>>>
>>> Hi,
>>>
>>> oVirt 4.5.0.8 async release has fixed the issue with postgresql-jdbc 
>>> drivers:
>>>
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GAENJ2DPZSDCC276KM5QKUAZE5XPWTRG/
>>>
>>> So for oVirt 4.5.0.8 you no longer need to exclude postgresql-jdbc >= 
>>> 42.2.14 package during installation/upgrade.
>>>
>>> Regards,
>>> Martin
>>>
>>>
>>> On Fri, Apr 22, 2022 at 5:35 PM Martin Perina  wrote:

 Hi,
 Unfortunately we have just found that latest release of 
 postgresql-jdbc-42.2.14-1 breaks existing oVirt Engine 4.4 and 4.5 
 installations running on CentOS Stream.
 The workaround is to downgrade to previous version, for example 
 postgresql-jdbc-42.2.3-3 should work fine.

 Here are detailed instructions:

 1. If you have already upgraded to postgresql-jdbc-42.2.14-1, please 
 downgrade to previous version:

 $ dnf downgrade postgresql-jdbc
 $ systemctl restart ovirt-engine

 2. If you are going to upgrade your oVirt Engine machine, please exclude 
 postgresql-jdbc package from upgrades:

 $ dnf update -x postgresql-jdbc

 We have created https://bugzilla.redhat.com/2077794 to track this issue, 
 but unfortunately we don't have a fix yet.

 Regards,
 Martin

 --
 Martin Perina
 Manager, Software Engineering
 Red Hat Czech s.r.o.
>>>
>>>
>>>
>>> --
>>> Martin Perina
>>> Manager, Software Engineering
>>> Red Hat Czech s.r.o.
>>> ___
>>> 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/about/community-guidelines/
>>> List Archives: 
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GVFSXYLTQKRAVAVXY5ONBN4NRI24ED55/
>
>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
> ___
> 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/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/DKWQJMDQVQRLKYPQTBIPVJM4WZHY2FAY/



-- 
Didi
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HSABWV3ITXP53NQGANBZTQQGYMNGSDJP/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread louisb
The ovirt server is internal only, could it be my browser configuration?  I 
keep look but I’m not seeing anything.  I’ve deleted the certificate and 
reloaded it several time with change.  

I’ve tried connection on server and on a workstation nothing appears to be 
working, I’m getting the same results. 

What else or where else should I look.  

I appreciate all of your help.  
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TD2N7TXBUFURG7M2FFCITHFS26ATM3XS/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread Nir Soffer
On Wed, May 11, 2022 at 9:58 PM  wrote:
>
> I checked the network configuration on both the Client & Server I found 
> network proxy turned off.  However, during the installation of ovirt there is 
> a question regarding proxy.  The question is as follows:
>
> Configure WebSocket Proxy on this machine? (Yes, No) [Yes]:
>
> I took the default above could this my issue?

No, the web socket proxy is not related.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DJVNWQPBJL6Z2U3GCUVWBRD2DE3UOC6P/


[ovirt-users] Re: [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks oVirt Engine 4.4/4.5

2022-05-11 Thread Martin Perina
Hi,

as mentioned in 4.5.0.8 announcement and Doc Text of
https://bugzilla.redhat.com/show_bug.cgi?id=2077794 postgresql-jdbc >=
42.2.14 is required for ovirt-engine to work properly.

So please remove the exclude, update postgresql-jdbc to the latest and
restart ovirt-engine service.

Martin

On Wed, May 11, 2022 at 4:52 PM Maton, Brett 
wrote:

> Probably worth pointing out that if you (as I did) update to 4.5.0.8 and
> exclude the postgresql-jdbc update you'll wind up with
>
> 500 - Internal Server Error
>
> When you try to login to the admin console again.
>
> On Wed, 11 May 2022 at 13:43, Martin Perina  wrote:
>
>> Hi,
>>
>> oVirt 4.5.0.8 async release has fixed the issue with postgresql-jdbc
>> drivers:
>>
>>
>> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GAENJ2DPZSDCC276KM5QKUAZE5XPWTRG/
>>
>> So for oVirt 4.5.0.8 you no longer need to exclude postgresql-jdbc >=
>> 42.2.14 package during installation/upgrade.
>>
>> Regards,
>> Martin
>>
>>
>> On Fri, Apr 22, 2022 at 5:35 PM Martin Perina  wrote:
>>
>>> Hi,
>>> Unfortunately we have just found that latest release of
>>> postgresql-jdbc-42.2.14-1 breaks existing oVirt Engine 4.4 and 4.5
>>> installations running on CentOS Stream.
>>> The workaround is to downgrade to previous version, for example
>>> postgresql-jdbc-42.2.3-3 should work fine.
>>>
>>> Here are detailed instructions:
>>>
>>> 1. If you have already upgraded to postgresql-jdbc-42.2.14-1, please
>>> downgrade to previous version:
>>>
>>> $ dnf downgrade postgresql-jdbc
>>> $ systemctl restart ovirt-engine
>>>
>>> 2. If you are going to upgrade your oVirt Engine machine, please exclude
>>> postgresql-jdbc package from upgrades:
>>>
>>> $ dnf update -x postgresql-jdbc
>>>
>>> We have created https://bugzilla.redhat.com/2077794 to track this
>>> issue, but unfortunately we don't have a fix yet.
>>>
>>> Regards,
>>> Martin
>>>
>>> --
>>> Martin Perina
>>> Manager, Software Engineering
>>> Red Hat Czech s.r.o.
>>>
>>
>>
>> --
>> Martin Perina
>> Manager, Software Engineering
>> Red Hat Czech s.r.o.
>> ___
>> 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/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GVFSXYLTQKRAVAVXY5ONBN4NRI24ED55/
>>
>

-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DKWQJMDQVQRLKYPQTBIPVJM4WZHY2FAY/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread louisb
I checked the network configuration on both the Client & Server I found network 
proxy turned off.  However, during the installation of ovirt there is a 
question regarding proxy.  The question is as follows: 

Configure WebSocket Proxy on this machine? (Yes, No) [Yes]:

I took the default above could this my issue? 

Thanks
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/T3ZSKZLWSGG6IYHXE3RAGHU4RGOHHXDT/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread Nir Soffer
On Wed, May 11, 2022 at 6:42 PM  wrote:
>
> I started to investigate based on your question regarding a secure 
> connection.  From that investigation this what I’ve found:
>
> When viewing he certificate the AIA section shows the following:
>
> Authority Info (AIA)
> Location: 
> http://ovirtdl380gen10.cscd.net:80/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA
>
> Method: CA Issuers
>
> It appears that the certificate is being issue/released on port 80, could 
> this be the reason no connection can be established with the “ovirt imageio” 
> service; since the service is looking for a connection on a secured port such 
> as 443?
>
> How can or what should be done to correct this.  If this is the issue I 
> suspect that I need to have a certificate that is from port 443 or some other 
> secured connection.

So you are accessing the engine via http:?

I don't think this can work for image upload. We support only https.

Access engine at:

 https://ovirtdl380gen10.cscd.net/

You should get a secure connection - if not download the certificate
and install it,
and make sure the proxy is disabled, and upload should work.

Trying your engine address:
https://ovirtdl380gen10.cscd.net/

I get unrelated site (24th Judicial District Community ...). You may
need to fix the web server
setup so engine can be accessed using https.

Also having engine accessible on the web is not a good idea, it is
better to make it available
only inside a closed network.

Nir
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7KNWU2G6PPLSYMRQYC43JMGUEXWPMGBI/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread Patrick Hibbs
No. The AIA section is for certificate distribution only. It's used if
the client cannot build a valid certificate chain with it's current
information. In that case it needs an insecure connection, or a secure
connection that the client can build a certificate chain for, to be
able to download the CA. You cannot use a certificate you don't have to
establish a secure connection for downloading that same certificate.

-Patrick Hibbs

On Wed, 2022-05-11 at 15:41 +, lou...@ameritech.net wrote:
> I started to investigate based on your question regarding a secure
> connection.  From that investigation this what I’ve found:
> 
> When viewing he certificate the AIA section shows the following:
> 
> Authority Info (AIA)
> Location:
> http://ovirtdl380gen10.cscd.net:80/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA
> 
> Method: CA Issuers
> 
> It appears that the certificate is being issue/released on port 80,
> could this be the reason no connection can be established with the
> “ovirt imageio” service; since the service is looking for a
> connection on a secured port such as 443?
> 
> How can or what should be done to correct this.  If this is the issue
> I suspect that I need to have a certificate that is from port 443 or
> some other secured connection.  
> 
> Thanks
> ___
> 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/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2C3FIPZEZ4HQ636J4FTVSEHBML3SLUL7/

___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JFBPITB3BCHZFD7VDM2NMEQ5BRHS3EON/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread louisb
I started to investigate based on your question regarding a secure connection.  
From that investigation this what I’ve found:

When viewing he certificate the AIA section shows the following:

Authority Info (AIA)
Location: 
http://ovirtdl380gen10.cscd.net:80/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA

Method: CA Issuers

It appears that the certificate is being issue/released on port 80, could this 
be the reason no connection can be established with the “ovirt imageio” 
service; since the service is looking for a connection on a secured port such 
as 443?

How can or what should be done to correct this.  If this is the issue I suspect 
that I need to have a certificate that is from port 443 or some other secured 
connection.  

Thanks
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2C3FIPZEZ4HQ636J4FTVSEHBML3SLUL7/


[ovirt-users] Re: [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks oVirt Engine 4.4/4.5

2022-05-11 Thread Maton, Brett
Probably worth pointing out that if you (as I did) update to 4.5.0.8 and
exclude the postgresql-jdbc update you'll wind up with

500 - Internal Server Error

When you try to login to the admin console again.

On Wed, 11 May 2022 at 13:43, Martin Perina  wrote:

> Hi,
>
> oVirt 4.5.0.8 async release has fixed the issue with postgresql-jdbc
> drivers:
>
>
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GAENJ2DPZSDCC276KM5QKUAZE5XPWTRG/
>
> So for oVirt 4.5.0.8 you no longer need to exclude postgresql-jdbc >=
> 42.2.14 package during installation/upgrade.
>
> Regards,
> Martin
>
>
> On Fri, Apr 22, 2022 at 5:35 PM Martin Perina  wrote:
>
>> Hi,
>> Unfortunately we have just found that latest release of
>> postgresql-jdbc-42.2.14-1 breaks existing oVirt Engine 4.4 and 4.5
>> installations running on CentOS Stream.
>> The workaround is to downgrade to previous version, for example
>> postgresql-jdbc-42.2.3-3 should work fine.
>>
>> Here are detailed instructions:
>>
>> 1. If you have already upgraded to postgresql-jdbc-42.2.14-1, please
>> downgrade to previous version:
>>
>> $ dnf downgrade postgresql-jdbc
>> $ systemctl restart ovirt-engine
>>
>> 2. If you are going to upgrade your oVirt Engine machine, please exclude
>> postgresql-jdbc package from upgrades:
>>
>> $ dnf update -x postgresql-jdbc
>>
>> We have created https://bugzilla.redhat.com/2077794 to track this issue,
>> but unfortunately we don't have a fix yet.
>>
>> Regards,
>> Martin
>>
>> --
>> Martin Perina
>> Manager, Software Engineering
>> Red Hat Czech s.r.o.
>>
>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
> ___
> 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/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GVFSXYLTQKRAVAVXY5ONBN4NRI24ED55/
>
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GQ7YJZVFXFZCO33YZJEAJP6ISKHAYFWB/


[ovirt-users] Async release for ovirt-engine-appliance is now available

2022-05-11 Thread Sandro Bonazzola
The oVirt community has just released a new version of the
ovirt-engine-appliance
(4.5-20220511122240) including ovirt-engine-4.5.0.8 and
ovirt-dependencies-4.5.2.

Full list of changes:

NetworkManager   1.39.0-1.el8
1.39.2-2.el8
NetworkManager-libnm 1.39.0-1.el8
1.39.2-2.el8
NetworkManager-team  1.39.0-1.el8
1.39.2-2.el8
NetworkManager-tui   1.39.0-1.el8
1.39.2-2.el8
binutils 2.30-113.el8
2.30-114.el8
centos-release-ovirt45   8.6-4.el8s
8.6-5.el8s
cloud-init   21.1-15.el8
22.1-1.el8
fapolicyd1.1-4.el8
1.1-6.el8
fapolicyd-selinux1.1-4.el8
1.1-6.el8
fribidi  1.0.4-8.el8
1.0.4-9.el8
gdisk1.0.3-9.el8
1.0.3-11.el8
glib22.56.4-158.el8
2.56.4-159.el8
glibc2.28-197.el8
2.28-199.el8
glibc-common 2.28-197.el8
2.28-199.el8
glibc-gconv-extra2.28-197.el8
2.28-199.el8
glibc-langpack-en2.28-197.el8
2.28-199.el8
grafana  7.5.11-2.el8
7.5.15-1.el8
gzip 1.9-12.el8
1.9-13.el8
kernel   4.18.0-373.el8
4.18.0-383.el8
kernel-core  4.18.0-373.el8
4.18.0-383.el8
kernel-modules   4.18.0-373.el8
4.18.0-383.el8
kernel-tools 4.18.0-373.el8
4.18.0-383.el8
kernel-tools-libs4.18.0-373.el8
4.18.0-383.el8
krb5-libs1.18.2-14.el8
1.18.2-17.el8
libgcc   8.5.0-12.el8
8.5.0-13.el8
libgfortran  8.5.0-12.el8
8.5.0-13.el8
libgomp  8.5.0-12.el8
8.5.0-13.el8
libquadmath  8.5.0-12.el8
8.5.0-13.el8
libstdc++8.5.0-12.el8
8.5.0-13.el8
mod_auth_openidc
2.3.7-11.module_el8.6.0+1083+4025e8c5
2.4.9.4-1.module_el8.7.0+1136+d8f380b8
openvswitch2.15  2.15.0-81.el8s
2.15.0-88.el8s
ovirt-dependencies   4.5.1-1.el8
4.5.2-1.el8
ovirt-engine 4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-backend 4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-dbscripts   4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-restapi 4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup   4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-base  4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-cinderlib  4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-imageio4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-ovirt-engine   4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-ovirt-engine-common4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-vmconsole-proxy-helper 4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-setup-plugin-websocket-proxy4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-tools   4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-tools-backup4.5.0.4-1.el8
4.5.0.8-1.el8
ovirt-engine-ui-extensions   1.3.2-1.el8
1.3.3-1.el8
ovirt-engine-vmconsole-proxy-helper  4.5.0.4-1.el8
4.5.0.8-1.el8

[ovirt-users] Re: [IMPORTANT] Upgrade to postgresql-jdbc-42.2.14-1 breaks oVirt Engine 4.4/4.5

2022-05-11 Thread Martin Perina
Hi,

oVirt 4.5.0.8 async release has fixed the issue with postgresql-jdbc
drivers:

https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GAENJ2DPZSDCC276KM5QKUAZE5XPWTRG/

So for oVirt 4.5.0.8 you no longer need to exclude postgresql-jdbc >=
42.2.14 package during installation/upgrade.

Regards,
Martin


On Fri, Apr 22, 2022 at 5:35 PM Martin Perina  wrote:

> Hi,
> Unfortunately we have just found that latest release of
> postgresql-jdbc-42.2.14-1 breaks existing oVirt Engine 4.4 and 4.5
> installations running on CentOS Stream.
> The workaround is to downgrade to previous version, for example
> postgresql-jdbc-42.2.3-3 should work fine.
>
> Here are detailed instructions:
>
> 1. If you have already upgraded to postgresql-jdbc-42.2.14-1, please
> downgrade to previous version:
>
> $ dnf downgrade postgresql-jdbc
> $ systemctl restart ovirt-engine
>
> 2. If you are going to upgrade your oVirt Engine machine, please exclude
> postgresql-jdbc package from upgrades:
>
> $ dnf update -x postgresql-jdbc
>
> We have created https://bugzilla.redhat.com/2077794 to track this issue,
> but unfortunately we don't have a fix yet.
>
> Regards,
> Martin
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
>


-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GVFSXYLTQKRAVAVXY5ONBN4NRI24ED55/


[ovirt-users] Re: Host cannot connect to storage domains

2022-05-11 Thread Ritesh Chikatwar
Sorry compile-time error in this

Use this:

if el.find('stripeCount') is not None:
value['stripeCount'] = el.find('stripeCount').text
else:
value['stripeCount'] = 1



On Wed, May 11, 2022 at 11:07 AM Ritesh Chikatwar 
wrote:

> and once you have done the changes Restart VDSM and SuperVDSM, then your
> host should be able to connect
>
> On Wed, May 11, 2022 at 10:33 AM Ritesh Chikatwar 
> wrote:
>
>> Hey Jose,
>>
>>
>> If still have a setup can you try replacing with this
>>
>> if el.find('stripeCount'):
>> value['stripeCount'] = el.find('stripeCount').text
>> else:
>> value['stripeCount'] = '1'
>>
>> can you try replacing with this
>>
>> On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users <
>> users@ovirt.org> wrote:
>>
>>> It did not work
>>>
>>> Thanks
>>>
>>> --
>>> *De: *"Abe E" 
>>> *Para: *users@ovirt.org
>>> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
>>> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>>>
>>> I think you're running into that bug, someone mentioned the following
>>> which seemed to work for my nodes that complained of not being able to
>>> connect to the storage pool.
>>>
>>> The following fix worked for me, i.e. replacing the following line in
>>> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>>>
>>>
>>> Replace: value['stripeCount'] =el.find('stripeCount').text
>>>
>>> With: if (el.find('stripeCount')): value['stripeCount'] =
>>> el.find('stripeCount').text
>>>
>>> Restart VSMD and SuperVSMD and then your host should be able to connect
>>> if you have the same issue
>>> ___
>>> 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/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
>>> ___
>>> 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/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>>>
>>
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MJZJQ43T3OPUZSNM6PGZWD6MJ3OG3UF5/


[ovirt-users] Re: Unable to install Hosted engine.

2022-05-11 Thread John

Hi Paul,

If you logon to the host where the hosted engine is running and type in 
"virsh list" (if prompted for a userid and password use vdsm@ovirt 
password shibboleth) the hostedengine VM should have a number (like 1,2 
3 etc). Using this number, type "virsh console n" where "n" is that VM 
number and again use the same userid and password credentials if 
prompted. This should drop you into a console session on the 
hostedengine VM. from there, login as root. If you can't access the 
engine via a web browser double check that the postgresql-jdbc was 
indedd downgraded and you are not hitting the "500 error". If all else 
fails, a fix is due out as per Michael Skrivanek's post yesterday:


"It's worth mentioning that 4.5.0.8 should follow shortly and should fix 
the compatibility with new postgresql-jdbc so that people don't have to 
downgrade"


HTH

John
On 11/05/2022 10:49, paul.chap...@farmgroup.tv wrote:

Hi John, thanks for replying. I didn't realised virsh was the way to go. I've 
done the downgrade now but the engine is listed in virsh as HostedEngineLocal 
so I'm not sure if the install completed. I need to get a point where I can 
managed the engine via the web browser.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2O53J2L7FQO6HF5YF7II2UIZPG57EFMO/


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MWDMCGVNNEXKVIDVOYQVDCH3ADK5WENK/


[ovirt-users] Re: Console error

2022-05-11 Thread John
I had the same issue. I resolved it by starting the VM, clicking on the 
Console dropdown arrow on the console button, edited settings and then 
selected spice. I was then able to access the console for the VM 
successfully.


HTH

On 11/05/2022 09:32, Andrea Chierici wrote:

Hi,
yesterday I've migrated from 4.4.10.7-1 to 4.5.0.7-1. Installation 
went fine and no error at all was reported.
A problem anyway is now hitting my installation: if I try to open a vm 
console, I get the error:


Failed to complete handshake Error in the pull function

It's not a problem on my browser/os since with another 4.4.x ovirt 
installation, consoles work flawlessly. No modifications at all were 
made to default settings on console.
Any suggestion on how to solve this issue? Haven't seen any previous 
report on this.


Thanks,

Andrea
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EWY4I4EHQJNJIZCEWZAKNTPUJYEVIOHK/


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3AJT7PLZJSBIAZOS7PYF4IUUTS7PSS45/


[ovirt-users] Async release for ovirt-engine and ovirt-dependencies is now available

2022-05-11 Thread Lev Veyde
The oVirt community has just released a new versions of:


* ovirt-engine package (4.5.0.8) fixing

   -

   [BZ 2077794 ]
   Upgrading postgresql-jdbc package to 42.2.14-1 breaks ovirt-engine
   functionality
   -

   [BZ 2083230 ]
   engine-setup on a separate machine fails with: Command '/usr/bin/rpm'
   failed to execute


* ovirt-dependencies (4.5.2) fixing:

   -

   [BZ 2084027 ]
   CVE-2022-22950  -
   moderate impact - ovirt-dependencies: spring-expression: Denial of service
   via specially crafted SpEL expression [ovirt-4.5]


The update is already available on resources.ovirt.org and should land on
oVirt mirrors within 24 hours.

Thanks in advance,
-- 

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com | lve...@redhat.com

TRIED. TESTED. TRUSTED. 
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GAENJ2DPZSDCC276KM5QKUAZE5XPWTRG/


[ovirt-users] oVirt and cluster level 4.7

2022-05-11 Thread Gianluca Cecchi
Hello,
I've not had the chance to try 4.5 yet, but in a thread I saw reference to
a supposed cluster level 4.7.
I didn't find anything special in release notes about it, its features and
matrix of compatibility levels usable in 4.5 (only 4.7 up or what?)
I found this bugzilla, now closed, where in some part it was asked to file
a doc part
https://bugzilla.redhat.com/show_bug.cgi?id=2021545

Any further information?

BTW: what are the versions of libvirt and qemu-kvm used in latest 4.5.x?

Thanks,
Gianluca
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/V6W3BNX7GHG66X2NOWTV6PVZNP2TF3R3/


[ovirt-users] Re: Unable to install Hosted engine.

2022-05-11 Thread paul . chapman
Hi John, thanks for replying. I didn't realised virsh was the way to go. I've 
done the downgrade now but the engine is listed in virsh as HostedEngineLocal 
so I'm not sure if the install completed. I need to get a point where I can 
managed the engine via the web browser.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2O53J2L7FQO6HF5YF7II2UIZPG57EFMO/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread Nir Soffer
On Wed, May 11, 2022 at 1:37 AM  wrote:
>
> I also started to receive the error message below after making the suggested 
> changes:
>
> VDSM ovirtdl380gen10 command HSMGetAllTasksStatusesVDS failed: Not SPM: ()

This is not related. You may have other issue in this setup.

>
> On my browser it indicates that there is no tracking, verified by my domain, 
> You have granted this website additional permission.

Do you have secure connection or not?

Upload will not work if you don't have a secure connection.
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6SFIKPGK4C7MTSLD7LXEJTAZUCCIX3EJ/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-11 Thread Nir Soffer
On Wed, May 11, 2022 at 1:29 AM  wrote:
>
> Made the suggestion that you made earlier I continued to get the same results.
> Sharing the files/things you requested below:
>
> ovirt-imageio --show-config
...
> "control": {
> "port": 54324,
> "prefer_ipv4": true,
> "remove_timeout": 60,
> "socket": "/run/ovirt-imageio/sock",
> "transport": "unix"
> },

So your ovirt-imageio service is configured for vdsm. This confirms
that your engine host is also used a hypervisor
(all-in-one deprecated configuration).

...
> },
> "remote": {
> "host": "::",
> "port": 54322
> },

Since the ovirt-imageio service listen on port 54322, engine
UI should not try to connect to the proxy (port 54323). This
is done by disabling the proxy as I explained in the previous email.

> "tls": {
> "ca_file": "/etc/pki/vdsm/certs/cacert.pem",
> "cert_file": "/etc/pki/vdsm/certs/vdsmcert.pem",
> "enable": true,
> "enable_tls1_1": false,
> "key_file": "/etc/pki/vdsm/keys/vdsmkey.pem"
> }
> }

Using vdsm pki, works for all-in-one setup.

Did you run engine-config as root?
Did you restart ovirt-engine after disabling the proxy?

Just to be sure - do this and share the output:

sudo engine-config -s ImageTransferProxyEnabled=false
sudo engine-config -g ImageTransferProxyEnabled
sudo systemctl restart ovirt-engine

engine-config should report:

ImageTransferProxyEnabled: false version: general

After the engine is restarted, try the "Test connection" again from
the upload UI.
If it works, upload should also work. If not, we will have to dig deeper.

Nir
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GUT5IAEQAFCJCF6Y47YLJ6KA2ZHA4KZ5/


[ovirt-users] Console error

2022-05-11 Thread Andrea Chierici

Hi,
yesterday I've migrated from 4.4.10.7-1 to 4.5.0.7-1. Installation went 
fine and no error at all was reported.
A problem anyway is now hitting my installation: if I try to open a vm 
console, I get the error:


Failed to complete handshake Error in the pull function

It's not a problem on my browser/os since with another 4.4.x ovirt 
installation, consoles work flawlessly. No modifications at all were 
made to default settings on console.
Any suggestion on how to solve this issue? Haven't seen any previous 
report on this.


Thanks,

Andrea
___
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/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EWY4I4EHQJNJIZCEWZAKNTPUJYEVIOHK/