[ovirt-users] Re: Please help: Failure Restoring Data on Clean Engine After Migration

2022-07-18 Thread Yedidyah Bar David
On Tue, Jul 19, 2022 at 9:38 AM Andrei Verovski wrote: > > Hi, > > > Thanks, I solved this problem before by means of executing these commands: > > su - postgres -s/bin/bash > psql -d ovirt_engine_history > > CREATE ROLE ovirt_engine_history_grafana; > ALTER DEFAULT PRIVILEGES FOR ROLE ovirt_engin

[ovirt-users] Re: SOLVED: oVirt 4.4.10 Internal server error 500 after engine-setup (vdsm-jsonrpc-java )

2022-07-18 Thread Andrei Verovski
Hi, Problem solved with downgrade postgresql-jdbc dnf --showduplicates list postgresql-jdbc dnf install postgresql-jdbc-42.2.3-3.el8_2 > On 18 Jul 2022, at 09:28, Andrei Verovski wrote: > > Hi, > > > Finally I managed to migrate 4.4.7 to fresh installation of 4.4.10. > However, after suc

[ovirt-users] Re: Please help: Failure Restoring Data on Clean Engine After Migration

2022-07-18 Thread Andrei Verovski
Hi, Thanks, I solved this problem before by means of executing these commands: su - postgres -s/bin/bash psql -d ovirt_engine_history CREATE ROLE ovirt_engine_history_grafana; ALTER DEFAULT PRIVILEGES FOR ROLE ovirt_engine_history IN SCHEMA public GRANT SELECT ON TABLES TO ovirt_engine_history

[ovirt-users] Re: Console does not work on run once

2022-07-18 Thread José Ferradeira via Users
sorry, my mistake De: "José Ferradeira via Users" Para: "users" Enviadas: Segunda-feira, 18 De Julho de 2022 13:41:41 Assunto: [ovirt-users] Console does not work on run once Hi, In run once, when open console nothing shows. But it works on any other VM. Version 4.5.1.3-1.el8 Any i

[ovirt-users] Re: Grafana login

2022-07-18 Thread Klaas Demter
I thought that was fixed in latest version: https://bugzilla.redhat.com/show_bug.cgi?id=1996292 https://bugzilla.redhat.com/show_bug.cgi?id=2021497 Maybe report your findings in one of the bzs. Greetings Klaas On 7/18/22 08:16, markec...@gmail.com wrote: Ok, i finally found a way to login,

[ovirt-users] Console does not work on run once

2022-07-18 Thread José Ferradeira via Users
Hi, In run once, when open console nothing shows. But it works on any other VM. Version 4.5.1.3-1.el8 Any idea? -- Jose Ferradeira http://www.logicworks.pt ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@

[ovirt-users] Re: Please help: Failure Restoring Data on Clean Engine After Migration

2022-07-18 Thread Yedidyah Bar David
On Fri, Jul 15, 2022 at 10:31 AM Andrei Verovski wrote: > > Hi, > > I did this and still struck at that Grafana stage. > > CREATE ROLE ovirt_engine_history_grafana; > ALTER DEFAULT PRIVILEGES FOR ROLE ovirt_engine_history IN SCHEMA public GRANT > SELECT ON TABLES TO ovirt_engine_history_grafana;

[ovirt-users] Re: oVirt over gluster: Replacing a dead host

2022-07-18 Thread Patrick Hibbs
If I'm understanding your question / setup correctly, the best way would be to simply mount -o bind the old path to the new one. The old path would still be used by gluster, but it would ultimately go to the new location. Changing the brick path on a single brick while leaving the original path in

[ovirt-users] Re: Cannot deserialize - engine doesn't start

2022-07-18 Thread Giulio Casella
Hi Benny, here the bug link: https://bugzilla.redhat.com/show_bug.cgi?id=2107985 Thank you, gc On 13/07/2022 16:48, Benny Zlotnik wrote: Thanks, I posted a fix[1], please share the bug link after you submit it and I'll attach the PR to it [1] https://github.com/oVirt/ovirt-engine/pull/526 O