[ovirt-users] how to start fedora coreos

2021-06-02 Thread matthias . waldrey
Hello, i try to use fedora coreos 34 from glance-repo. i import template, choose as type redhat coreos and start with only user + key ingnition. errormessage: Failed to run VM fcos34 (User: admin@internal-authz). with other templates (centos8) i have no problems. is there anything more

[ovirt-users] Re: Creating Snapshots failed

2021-06-02 Thread Jonathan Baecker
Am 02.06.21 um 22:46 schrieb Strahil Nikolov: You can try to use the unlock_entity.sh # cd /usr/share/ovirt-engine/setup/dbutils # source /etc/ovirt-engine/engine.conf.d/10-setup-database.conf # export PGPASSWORD=$ENGINE_DB_PASSWORD # ./unlock_entity.sh -h # ./unlock_entity.sh -u engine -t

[ovirt-users] Re: Creating Snapshots failed

2021-06-02 Thread Jonathan Baecker
Am 02.06.21 um 22:46 schrieb Strahil Nikolov: You can try to use the unlock_entity.sh # cd /usr/share/ovirt-engine/setup/dbutils # source /etc/ovirt-engine/engine.conf.d/10-setup-database.conf # export PGPASSWORD=$ENGINE_DB_PASSWORD # ./unlock_entity.sh -h # ./unlock_entity.sh -u engine -t

[ovirt-users] Re: Creating Snapshots failed

2021-06-02 Thread Strahil Nikolov via Users
You can try to use the unlock_entity.sh # cd /usr/share/ovirt-engine/setup/dbutils # source /etc/ovirt-engine/engine.conf.d/10-setup-database.conf # export PGPASSWORD=$ENGINE_DB_PASSWORD # ./unlock_entity.sh -h # ./unlock_entity.sh -u engine -t disk -q Source: 

[ovirt-users] Re: Creating Snapshots failed

2021-06-02 Thread Jonathan Baecker
Am 02.06.21 um 19:08 schrieb Strahil Nikolov: Most probably it does. Can you try to restart the engine via : systemctl restart ovirt-engine Thank you for the hint! I did, and now I can create a snapshot. But the old locked snapshot disks I still can not delete. Jonathan Best Regards,

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-02 Thread Strahil Nikolov via Users
As per  https://github.com/oVirt/ovirt-ansible-collection/commit/b506a125efc1901e7f15fbfcfe53b2c7352316b8 it was removed from the code. Can you remove all 'debug' tasks and try again ? Best Regards,Strahil Nikolov On Wed, Jun 2, 2021 at 20:12, lejeczek via Users wrote: Hi guys, my: -> $

[ovirt-users] deployment fails - debug: var=server_cpu_dict

2021-06-02 Thread lejeczek via Users
Hi guys, my: -> $ ovirt-hosted-engine-setup fails every time with: ... [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Convert CPU model name] [ ERROR ] fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no

[ovirt-users] Re: Creating Snapshots failed

2021-06-02 Thread Strahil Nikolov via Users
Most probably it does. Can you try to restart the engine via :systemctl restart ovirt-engine Best Regards,Strahil Nikolov On Tue, Jun 1, 2021 at 17:27, jb wrote: ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: Hosted-engine fail and host reboot

2021-06-02 Thread Strahil Nikolov via Users
In https://github.com/gluster/gluster-ansible-infra there is an example with :vars:     # Firewall setup     gluster_infra_fw_ports:           - 5900-6923/tcp Maybe that's causing the problem ? Best Regards,Strahil Nikolov___ Users mailing list --

[ovirt-users] Ovirt node 4.4.5 failure to upgrade to 4.4.6

2021-06-02 Thread Guillaume Pavese
Maybe my problem is in part linked to an issue seen by Jayme earlier, but then the resolution that worked for him did not succeed for me : I first upgraded my Self Hosted Engine from 4.4.5 to 4.4.6 and then upgraded it to Centos-Stream and rebooted Then I tried to upgrade the cluster (3

[ovirt-users] Re: Cannot add new host to Ovirt

2021-06-02 Thread Yedidyah Bar David
On Tue, Jun 1, 2021 at 8:09 PM wrote: > > In case it is useful to anyone. > I found the problem. > The permissions on the ovirt hosted-engine for the /etc/pki/ovirt-engine were > root.root > I changed them to ovirt.ovirt and I was able to add the host without issue. > > I have no idea why root