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

2022-05-10 Thread Ritesh Chikatwar
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'] =

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

2022-05-10 Thread Ritesh Chikatwar
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 wrote: > It did

[ovirt-users] Re: OVIRT Engine Restore from old Backup

2022-05-10 Thread Abe E
Do you think I could salvage the data at this point? I have only node that remains saying it has 1.5TB of 4/5ishTB although I cannot find within the image folders my VMsize that I expect. I am beginning to think my gluster had issues before 4.5 "broke" it. 27K Unsynced Entries doesnt sound

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I also started to receive the error message below after making the suggested changes: VDSM ovirtdl380gen10 command HSMGetAllTasksStatusesVDS failed: Not SPM: () On my browser it indicates that there is no tracking, verified by my domain, You have granted this website additional permission.

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I also noticed that I started to receive the error message below: VDSM ovirtdl380gen10 command HSMGetAllTasksStatusesVDS failed: Not SPM: () Thanks ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
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 { "backend_file": { "buffer_size": 8388608 }, "backend_http": { "buffer_size": 8388608, "ca_file":

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
Thank you very much for your response and I agree with you based on everything I've read. But below are the steps that I've followed: I greatly appreciate the response, however, following you instructions I’m still not able to upload an ISO via the GUI. When try an upload using the GUI I

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I greatly appreciate the response, however, following you instructions I’m still not able to upload an ISO via the GUI. When try an upload using the GUI I follow the instruction below: • In the pane on the left hand side of the screen, I select “Storage”. • Select “Disks”.

[ovirt-users] Re: OVIRT Engine Restore from old Backup

2022-05-10 Thread Strahil Nikolov via Users
If you decide to do it, I would do the following:  Verify if there are any heals towards the 4.4 node -> If not, proceed.use remove-brick replica 1 mode (see gluster volume help) and remove both 4.5 bricks.Then remove the nodes with gluster peer detach.Remove gluster 4.5 and install 4.4 Then

[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
Yes, that worked, I saw this solution but was referred to an old ovirt-engine version, is this a regression issue? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread Patrick Hibbs
You shouldn't need to change anything if you are using the apache cert generated by engine-setup. That whole conversation only applies if you've changed the certificate used by apache on the engine host. For default setups, you just need to import and trust the CA generated by engine-setup into

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

2022-05-10 Thread John
This looks like the postgresql-jdbc issue to me. Did you manage to virsh console onto the engine (and wait for the dnf packages update to finish) then "dnf downgrade postgresql-jdbc"? On 10/05/2022 13:31, paul.chap...@farmgroup.tv wrote: [ ERROR ] fatal: [localhost -> 192.168.222.253]:

[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread Igor Davidoff
the following workaround can help: * edit the file /etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf * add "ProxyPreserveHost on" in Location /ovirt-engine-grafana * restart the httpd service ~~~text (/etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf) LoadModule proxy_module

[ovirt-users] Re: [ovirt-announce] Async release for ovirt-engine (4.5.0.7) is now available

2022-05-10 Thread Michal Skrivanek
> On 10. 5. 2022, at 13:04, Lev Veyde wrote: > > The oVirt Team has just released a new version of ovirt-engine package > (4.5.0.7) that fixes a few important bugs: It's worth mentioning that 4.5.0.8 should follow shortly and should fix the compatibility with new postgresql-jdbc so that

[ovirt-users] Unable to install Hosted engine.

2022-05-10 Thread paul . chapman
I'm trying to install a self hosted engine and it fails in the same place everytime. This looks like it could be the postgres error but the uninstall/reinstall fix doesn't work because the engine doesn't get installed. Here is the feedback from the install. I have posted this on the devel list

[ovirt-users] Async release for ovirt-engine (4.5.0.7) is now available

2022-05-10 Thread Lev Veyde
The oVirt Team has just released a new version of ovirt-engine package (4.5.0.7) that fixes a few important bugs: - Bug 2066084 - vmconsole-proxy-user certificate expired - cannot access serial console - Bug 2079799 -

[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread Nir Soffer
On Mon, May 9, 2022 at 10:40 PM wrote: > > I’m trying to upload an ISO image in ovirt 4.4.10, It’s been a huge challenge > to accomplish this. I read several post regarding this issue, I really don’t > have s clear understanding of solution to this issue. My experience has not > been very

[ovirt-users] Unable to ugprade cluster level to 4.7 for the hosted engine (only)

2022-05-10 Thread lists--- via Users
Hello, i upgraded my engine and nodes to 4.5 a few days ago and now planning to upgrade the cluster level compatibility from 4.6 to 4.7. First i tried doing this from the cluster settings, but it fails because hosted-engine settings are locked. So i tried it by hand but again got the locked

[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
I tried but obtaining the same message. Keep in mind that I cannot see any data from grafana wichever dashboard I try to visualize I obtain a plenty of popup saying: "Error updating options: origin not allowed" ___ Users mailing list -- users@ovirt.org

[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread Artur Socha
Hi, I have seen similar thing in my dev environment. However, I blamed a browser because after I cleaned cookies, this error went away. Perhaps you could try to use it in private mode just to test? Artur On Tue, May 10, 2022 at 10:59 AM wrote: > Hello, > in my current new installation

[ovirt-users] grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
Hello, in my current new installation ovirt-engine-4.5.0.6-1.el8.noarch I have a problem setting up the grafana monitoring portal. I'm supposing that there is some problem regarding connection to ovirt DWH DB. I tested the credentials stored in