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

2022-06-21 Thread Diego Ercolani
Same in 4.5.0.3, workaround seem to work event in this version ___ 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:

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

2022-05-26 Thread David White via Users
This work around does work for me, for what its worth. Sent with Proton Mail secure email. --- Original Message --- On Tuesday, April 26th, 2022 at 8:09 AM, Sandro Bonazzola wrote: > > > Il giorno lun 25 apr 2022 alle ore 13:42 Alessandro De Salvo > ha scritto: > > > Hi, > >

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

2022-05-16 Thread Diego Ercolani
Same problem after upgrade to 4.5.0.2 I've reapplied the patch to make it work againt so please tell upstream yum --enablerepo=baseos install patch cd / patch -p0

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

2022-04-26 Thread Sandro Bonazzola
Il giorno lun 25 apr 2022 alle ore 13:42 Alessandro De Salvo < alessandro.desa...@roma1.infn.it> ha scritto: > 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 > > >

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

2022-04-26 Thread Sandro Bonazzola
Bug is here: https://bugzilla.redhat.com/show_bug.cgi?id=2078569 Il giorno lun 25 apr 2022 alle ore 13:42 Alessandro De Salvo < alessandro.desa...@roma1.infn.it> ha scritto: > Hi, > > please try this workaround, replace the following line in > /usr/lib/python3.6/site-packages/vdsm/gluster/cli.py

[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:

[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: 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

[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