[ovirt-users] Re: New Template dialog, clicking OK in one environment results in template creation, the other environment does nothing.

2022-06-01 Thread Lucia Jelinkova
Hi,

What version are you using? We had a bug with creating a new template that
has been fixed in 4.5.0.8 [1]. It appeared only if there was no other
template except for the Blank template. Please try upgrading to that
version.

Regards,

Lucia

1: https://github.com/oVirt/ovirt-engine/pull/360


On Wed, Jun 1, 2022 at 6:37 AM  wrote:

> We have two oVirt environments configured, one for our Lab and one for
> Production.
>
> In the Lab, we can create templates. Clicking OK results in the New
> Template dialog disappearing and the VM's disk becomes locked and template
> creation begins.
>
> In the production environment, we cannot create templates. Clicking OK
> results in nothing, the dialog box remains. Nothing indicates
> missing/incorrect information.
>
> Both environments are on hosted engines, and oVirt Engine version 4.5. I
> have monitored the logs in the production environment and nothing comes up
> when the OK button is clicked.
>
> I have tested both environments in both Firefox and Chrome, and the
> behavior is also the same, our lab will progress, but production will
> simply not budge.
> ___
> 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/7IQOK664QEGQ6JIT5EP3MTCNAHP23V6K/
>
___
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/I5T4WKQZZS7VHMTVJ7KGZSL6B63WADQJ/


[ovirt-users] 4.4.10 -> 4.5.0 upgrade fails

2022-06-01 Thread Sketch
Just tried to upgrade my engine from 4.4.10.6 -> 4.5.0 on CentOS Stream 8. 
I relized I missed the step of updating to the very latest version of 
4.4.10 around the same time it failed and left things in somewhat of a bad 
state, so I just built a new Rocky 8.6 host and restored my backup there.


Update from 4.4.10.6 to 4.4.10.7 there went fine.  4.4.10.7 -> 4.5.0 fails 
with the same error, however:


[ ERROR ] schema.sh: FATAL: Cannot execute sql command: 
--file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
[ ERROR ] Failed to execute stage 'Misc configuration': Engine schema refresh 
failed

This appears to be the relevant section of the log:

psql:/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql:22: NOTICE:  column 
"default_value" of relation "vdc_options" already exists, skipping
psql:/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql:1454: ERROR:  
column "default_value" contains null values
CONTEXT:  SQL statement "ALTER TABLE vdc_options ALTER COLUMN default_value SET NOT 
NULL"
PL/pgSQL function fn_db_change_column_null(character varying,character 
varying,boolean) line 10 at EXECUTE
FATAL: Cannot execute sql command: 
--file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql

2022-06-01 01:10:03,015-0700 ERROR 
otopi.plugins.ovirt_engine_setup.ovirt_engine.db.schema schema._misc:530 
schema.sh: FATAL: Cannot execute sql command: 
--file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
2022-06-01 01:10:03,016-0700 DEBUG otopi.context context._executeMethod:145 
method exception
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/otopi/context.py", line 132, in 
_executeMethod
  method['method']()
File 
"/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/db/schema.py",
 line 532, in _misc
raise RuntimeError(_('Engine schema refresh failed'))
RuntimeError: Engine schema refresh failed
2022-06-01 01:10:03,017-0700 ERROR otopi.context 
context._executeMethod:154 Failed to execute stage 'Misc configuration': Engine 
schema refresh failed

Any ideas?
___
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/FENABEXHA4P3PHHLT6WMK6TMWEPJSRLO/


[ovirt-users] Re: New Template dialog, clicking OK in one environment results in template creation, the other environment does nothing.

2022-06-01 Thread mblecha
Hi Lucia,

According to the dashboard, both the environments are on 4.5.0.8-1. The only 
difference between the two hosted engines is that the lab engine was an upgrade 
from 4.4.10, with previous templates, and the production engine is a fresh 
install of 4.5 a few weeks ago.

Thanks,
-Matt
___
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/L5DGTY7FAASMVEEMNWUKLUDEYZ53LKLR/


[ovirt-users] Re: 4.4.10 -> 4.5.0 upgrade fails

2022-06-01 Thread Yedidyah Bar David
On Wed, Jun 1, 2022 at 12:33 PM Sketch  wrote:
>
> Just tried to upgrade my engine from 4.4.10.6 -> 4.5.0 on CentOS Stream 8.
> I relized I missed the step of updating to the very latest version of
> 4.4.10 around the same time it failed and left things in somewhat of a bad
> state, so I just built a new Rocky 8.6 host and restored my backup there.
>
> Update from 4.4.10.6 to 4.4.10.7 there went fine.  4.4.10.7 -> 4.5.0 fails
> with the same error, however:
>
> [ ERROR ] schema.sh: FATAL: Cannot execute sql command: 
> --file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
> [ ERROR ] Failed to execute stage 'Misc configuration': Engine schema refresh 
> failed
>
> This appears to be the relevant section of the log:
>
> psql:/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql:22:
>  NOTICE:  column "default_value" of relation "vdc_options" already exists, 
> skipping
> psql:/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql:1454:
>  ERROR:  column "default_value" contains null values
> CONTEXT:  SQL statement "ALTER TABLE vdc_options ALTER COLUMN default_value 
> SET NOT NULL"
> PL/pgSQL function fn_db_change_column_null(character varying,character 
> varying,boolean) line 10 at EXECUTE
> FATAL: Cannot execute sql command: 
> --file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
>
> 2022-06-01 01:10:03,015-0700 ERROR 
> otopi.plugins.ovirt_engine_setup.ovirt_engine.db.schema schema._misc:530 
> schema.sh: FATAL: Cannot execute sql command: 
> --file=/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
> 2022-06-01 01:10:03,016-0700 DEBUG otopi.context context._executeMethod:145 
> method exception
> Traceback (most recent call last):
>File "/usr/lib/python3.6/site-packages/otopi/context.py", line 132, in 
> _executeMethod
>method['method']()
>  File 
> "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/db/schema.py",
>  line 532, in _misc
> raise RuntimeError(_('Engine schema refresh failed'))
> RuntimeError: Engine schema refresh failed
> 2022-06-01 01:10:03,017-0700 ERROR otopi.context 
> context._executeMethod:154 Failed to execute stage 'Misc configuration': 
> Engine schema refresh failed
>
> Any ideas?

Might be a case of:

https://bugzilla.redhat.com/2077387

Adding Eli.

Best regards,
-- 
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/JUZOOVIHKMMLVEXG7NRR4UIDE22ZYE4U/


[ovirt-users] Re: 4.4.10 -> 4.5.0 upgrade fails

2022-06-01 Thread Sketch

On Wed, 1 Jun 2022, Yedidyah Bar David wrote:


Might be a case of:

https://bugzilla.redhat.com/2077387


That was it.  The SQL query affected 2 rows, so I guess my install wasn't 
quite as ancient as the bug filer's.  I think this system was built in 
either late 4.2 or early 4.3 timeframe.


Thanks!
Sketch
___
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/T6ACRGU2PO5G5O4WZCICN2HB4KQNWLQF/


[ovirt-users] Re: VM access to infiniband network

2022-06-01 Thread Roberto Bertucci
Thank you Vinicious, customer has beegfs through infiniband and he wants vms 
having access to beegfs storage.
I will try to convince him to buy a new mellanox card dedicated to beegfs.
___
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/KBONEZNZBC6UXRTU3PBA6ZXSS6357FGX/


[ovirt-users] Re: VM access to infiniband network

2022-06-01 Thread Vinícius Ferrão via Users
Hmm, BeeGFS natively supports RDMA.

Which is good.

So the customer wants to access BeeGFS storage inside the VM? Is that the 
purpose? If yes you should use IOMMU to provide ib0 interfaces direct to the VM.

If it’s a unique VM just passthrough the Connect-X card to it.

If it’s more than a VM, you may need to look at SR-IOV, and enable it.

Which case are you looking for?

Regards,

> On 1 Jun 2022, at 14:47, Roberto Bertucci  wrote:
> 
> Thank you Vinicious, customer has beegfs through infiniband and he wants vms 
> having access to beegfs storage.
> I will try to convince him to buy a new mellanox card dedicated to beegfs.
> ___
> 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/KBONEZNZBC6UXRTU3PBA6ZXSS6357FGX/

___
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/5YVXUJPLXITZ5RX22PYDQPSZSAV7UMU5/


[ovirt-users] Re: New Template dialog, clicking OK in one environment results in template creation, the other environment does nothing.

2022-06-01 Thread mblecha
I was able to workaround this by checking and unchecking the versioning 
checkbox in the New Template dialog. After the first "on-engine" template was 
generated, the dialog's behavior now works as expected.
___
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/OWDDLPLVDXG56LZUW2MZPRVQGG6BQS6Q/


[ovirt-users] Updating oVirt Node

2022-06-01 Thread Jonas

Hello all

For Updates to the oVirt Node hosts I have seen two options in the 
documentation:
- 
https://ovirt.org/documentation/administration_guide/index.html#Updating_all_hosts_in_a_cluster_admin
- 
https://ovirt.org/documentation/administration_guide/index.html#Updating_Individual_Hosts_admin


Does anyone here have experiences with one or the other strategy or any 
recommendation of one over the other? I would like to update the hosts 
in intervals and not all at once, but as far as I understand it is only 
possible to update to the latest packages at the time of the update. Or 
is there a way to define something like a baseline for nodes using oVirt 
Engine?


Thank you for your valuable input!
Jonas
___
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/54EI4VY67GCAMB6LA3K44PNZNDVAEEFT/