[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Benny Zlotnik
yes, this is definitely a bug On Thu, Mar 17, 2022 at 7:04 PM Sandro Bonazzola wrote: > > > Il giorno gio 17 mar 2022 alle ore 17:57 Jöran Malek > ha scritto: > >> python3-psycopg2-2.8.6-3.el8.x86_64 landed on testing repo, Joran can you >>> please retry? >>> >> >> With python3-psycopg2-2.8.6-3

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 17:57 Jöran Malek ha scritto: > python3-psycopg2-2.8.6-3.el8.x86_64 landed on testing repo, Joran can you >> please retry? >> > > With python3-psycopg2-2.8.6-3 on the hosted engine VM I can successfully > add a Managed Block Storage domain. > > Changes needed fo

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
> > python3-psycopg2-2.8.6-3.el8.x86_64 landed on testing repo, Joran can you > please retry? > With python3-psycopg2-2.8.6-3 on the hosted engine VM I can successfully add a Managed Block Storage domain. Changes needed for Ceph to ultimately work from a reboot: OSDs arent't auto activated. This

[ovirt-devel] Re: Welcome to oVirt 4.5.0 Alpha test day!

2022-03-17 Thread Sandro Bonazzola
Many thanks to: - Jöran Malek - Diego Ercolani - Tomáš Golembiovský For having joined today's test day and reporting their findings. And to: - Benny Zlotnik - Alfredo Moralejo Alonso - Yedidyah Bar David For having assisted looking into reported issues. Today test day resulted with the opening

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Alfredo Moralejo Alonso
On Thu, Mar 17, 2022 at 2:00 PM Sandro Bonazzola wrote: > > > Il giorno gio 17 mar 2022 alle ore 13:40 Benny Zlotnik < > bzlot...@redhat.com> ha scritto: > >> I did some more research, execute_values() is actually from psycopg2 >> (a dependency of sqlalchemy), the docs[1] mention fetch is availab

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 16:40 Sandro Bonazzola < sbona...@redhat.com> ha scritto: > > > Il giorno gio 17 mar 2022 alle ore 16:32 Sandro Bonazzola < > sbona...@redhat.com> ha scritto: > >> >> >> Il giorno gio 17 mar 2022 alle ore 16:20 Alfredo Moralejo Alonso < >> amora...@redhat.com> ha

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 16:32 Sandro Bonazzola < sbona...@redhat.com> ha scritto: > > > Il giorno gio 17 mar 2022 alle ore 16:20 Alfredo Moralejo Alonso < > amora...@redhat.com> ha scritto: > >> >> >> On Thu, Mar 17, 2022 at 2:00 PM Sandro Bonazzola >> wrote: >> >>> >>> >>> Il giorno g

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 16:20 Alfredo Moralejo Alonso < amora...@redhat.com> ha scritto: > > > On Thu, Mar 17, 2022 at 2:00 PM Sandro Bonazzola > wrote: > >> >> >> Il giorno gio 17 mar 2022 alle ore 13:40 Benny Zlotnik < >> bzlot...@redhat.com> ha scritto: >> >>> I did some more resear

[ovirt-devel] Re: Testing "Installation oVirt Node 4.5 EL9"

2022-03-17 Thread Jöran Malek
Looks similar, indeed. Thanks for the hint. Checking in regularly for updates then. ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of

[ovirt-devel] Re: Testing "Installation oVirt Node 4.5 EL9"

2022-03-17 Thread Sandro Bonazzola
I think you hit https://bugzilla.redhat.com/show_bug.cgi?id=2063112 Il giorno gio 17 mar 2022 alle ore 15:01 Jöran Malek ha scritto: > Installing oVirt Node 4.5 from EL9 iso fails on post installation scripts. > /tmp attached as Zip. > > Environment Proxmox VM, configuration as follows: > # qemu

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
As the issue shouldn't occur on oVirt Node el9 I'll go ahead and verify the installation there, with EL8 being taken care of (for now). Then note for Trello board: Blocked for testing on EL8 until psycopg2 dependency is updated. ___ Devel mailing list --

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 13:40 Benny Zlotnik ha scritto: > I did some more research, execute_values() is actually from psycopg2 > (a dependency of sqlalchemy), the docs[1] mention fetch is available > since 2.8 > The version on my system is: > $ rpm -q python3-psycopg2 >pyth

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Benny Zlotnik
I did some more research, execute_values() is actually from psycopg2 (a dependency of sqlalchemy), the docs[1] mention fetch is available since 2.8 The version on my system is: $ rpm -q python3-psycopg2 python3-psycopg2-2.8.6-1.rhel8.x86_64 [1] https://www.psycopg.org/docs/extras.html#p

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
Enabled the module hotfixes for yoga-testing, successfully updated to # rpm -q python3-sqlalchemy python3-sqlalchemy-1.4.31-1.el8.x86_64 Issue is still the same: 2022-03-17 13:11:06,310 - cinderlib-client - ERROR - Failure occurred when trying to run command 'storage_stats': execute_values() got an

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
Il giorno gio 17 mar 2022 alle ore 11:52 Jöran Malek ha scritto: > Hi Benny, > > On ovirt-engine VM: > ovirt-engine# rpm -q python3-sqlalchemy > python3-sqlalchemy-1.4.18-1.1.el8.x86_64 > Can you please try with: adding `module_hotfixes=1` to `[ovirt-45-centos-stream-openstack-yoga-testing]` sec

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Yedidyah Bar David
On Thu, Mar 17, 2022 at 1:35 PM Jöran Malek wrote: > > Performed a dnf list for python3-sqlalchemy: > dnf --showduplicates list python3-sqlalchemy > Last metadata expiration check: 2:25:41 ago on Thu 17 Mar 2022 09:21:55 AM > CET. > Installed Packages > python3-sqlalchemy.x86_64

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
Performed a dnf list for python3-sqlalchemy: dnf --showduplicates list python3-sqlalchemy Last metadata expiration check: 2:25:41 ago on Thu 17 Mar 2022 09:21:55 AM CET. Installed Packages python3-sqlalchemy.x86_64 1.4.18-1.1.el8 @centos-openstack-xena Avai

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
Hi Benny, On ovirt-engine VM: ovirt-engine# rpm -q python3-sqlalchemy python3-sqlalchemy-1.4.18-1.1.el8.x86_64 Best, Jöran ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovi

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Benny Zlotnik
Can you try and upgrade it? $ dnf upgrade python3-sqlalchemy It's possible it is filtered On Thu, Mar 17, 2022 at 12:19 PM Jöran Malek wrote: > > Hi Benny, > > On ovirt-engine VM: > ovirt-engine# rpm -q python3-sqlalchemy > python3-sqlalchemy-1.4.18-1.1.el8.x86_64 > > Best, > Jöran > _

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Benny Zlotnik
Thanks for the report! I suspect this is an issue with sqlalchemy[1], can you share the output of: $ rpm -q python3-sqlalchemy [1] 2022-03-17 10:31:26,932 - cinderlib-client - ERROR - Failure occurred when trying to run command 'storage_stats': execute_values() got an unexpected keyword argumen

[ovirt-devel] Re: Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Sandro Bonazzola
@Benny Zlotnik can you please help here? Il giorno gio 17 mar 2022 alle ore 11:04 Jöran Malek ha scritto: > I tried deploying oVirt 4.5 Alpha (using the oVirt Node NG master > installer ISO for el8) with converged Ceph using following steps: > > * Install two oVirt Node-nodes > * Install cephad

[ovirt-devel] Alpha 4.5 Test Day | Deploy on Ceph Storage

2022-03-17 Thread Jöran Malek
I tried deploying oVirt 4.5 Alpha (using the oVirt Node NG master installer ISO for el8) with converged Ceph using following steps: * Install two oVirt Node-nodes * Install cephadm on both, single 240GB OSD per node (this is a nested virtualization test environment) * Deploy ceph cluster with ceph

[ovirt-devel] Testing "Install oVirt as a standalone Manager with local databases"

2022-03-17 Thread Sandro Bonazzola
Hi, I'm going to test https://trello.com/c/KpWvU36x / Install oVirt as a standalone Manager with local databases using minimum hardware requirements and following only the available documentation. -- Sandro Bonazzola MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA