[ovirt-users] Failing to restore a backup

2020-07-14 Thread Andrea Chierici

Dear all,
I'm rather new to the list, not to ovirt, that I use since 2014 profitably.
I've a problem with an ovirt instance and I am desperately seeking for help.

I run a 4.3 self hosted engine installation, with 8 hypervisors and an 
iscsi storage.
Since the storage is not  very reliable, I bought a dell powervault 
where to move everything. No problem to move the VMs, the problem came 
out with the hosted engine.
I've read many documentation and the procedure I think I must follow 
involves backing up the current HE, powering it off, installing a new 
host where to create a new HE recovering the backup.

The command I used to generate the backup is:
engine-backup --mode=backup --file=file_name --log=log_file_name

and the command used to restore it on the new HE is:
hosted-engine --deploy --restore-from-file=backup/file_name

The problem comes out during the recovering of the backup.

With versions prior to 4.3.11 and also with 4.4.0 I got the error:
2020-06-25 15:17:34,950+0200 ERROR ansible failed {
    "ansible_host": "localhost",
    "ansible_playbook": 
"/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml",

    "ansible_result": {
    "_ansible_no_log": false,
    "changed": false,
    "invocation": {
    "module_args": {
    "ca_file": null,
    "compress": true,
    "headers": null,
    "hostname": null,
    "insecure": null,
    "kerberos": false,
    "ovirt_auth": {
    "ansible_facts": {
    "ovirt_auth": {
    "ca_file": null,
    "compress": true,
    "headers": null,
    "insecure": true,
    "kerberos": false,
    "timeout": 0,
    "token": 
"1f5Zoys35sQmLb2MiEg6bhWm2rDJULFan3eBK0juJJR3S-nXtN_b31jac1sZ0KRz3d1KSDmr8tyf7ExNe_pqJg",
    "url": 
"https://ovirt-sgsi.cnaf.infn.it/ovirt-engine/api";

    }
    },
    "attempts": 1,
    "changed": false,
    "failed": false
    },
    "password": null,
    "state": "absent",
    "timeout": 0,
    "token": null,
    "url": null,
    "username": null
    }
    },
    "msg": "You must specify either 'url' or 'hostname'."
    },
    "ansible_task": "Always revoke the SSO token",
    "ansible_type": "task",
    "status": "FAILED",
    "task_duration": 3
}


Recently I tried the 4.3.11 beta and 4.4.1 and the error now is different:

[ INFO  ] Upgrading CA\n[ ERROR ] Failed to execute stage 'Misc 
configuration': (2, 'No such file or directory')\n[ INFO  ] DNF 
Performing DNF transaction rollback\n


I simply can't figure out what file is missing.
If, as a test, I try to install the HE without restoring the backup, the 
installation goes smoothly to the end, but at that point I can't restore 
the backup, as far as I can understand.


Any hint on what I may be missing?
Thanks,
Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/WPNPCGOALBZFKNKKP4EZMQLZNCFK6VUD/


[ovirt-users] Re: Failing to restore a backup

2020-07-14 Thread Andrea Chierici

Hi,
thank you for your help.



I think this is not a critical failure, and is not what failed the 
restore.




Recently I tried the 4.3.11 beta and 4.4.1 and the error now is
different:

[ INFO  ] Upgrading CA\n[ ERROR ] Failed to execute stage 'Misc
configuration': (2, 'No such file or directory')\n[ INFO  ] DNF
Performing DNF transaction rollback\n


This is part of 'engine-setup' output, which 'hosted-engine' runs 
inside the engine VM. If you can access the engine VM, you can try 
finding more information in /var/log/ovirt-engine/setup/* there. 
Otherwise, the hosted-engine deploy script might have managed to get a 
copy to /var/log/ovirt-hosted-engine-setup/engine-logs*. Please 
check/share these. Thanks.


Unfortunately the installation procedures when exiting, deletes the vm, 
hence I can't log in.

Here are the ERROR messages I got on the logs copied on the host:

engine.log:2020-07-08 15:05:04,178+02 ERROR 
[org.ovirt.engine.core.bll.pm.FenceProxyLocator] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-89) 
[45a7e7f3] Can not run fence action on host '', no 
suitable proxy host was found.


server.log:2020-07-08 15:09:23,081+02 ERROR 
[org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) 
RESTEASY002010: Failed to execute: javax.ws.rs.WebApplicationException: 
HTTP 404 Not Found
server.log:2020-07-08 15:14:19,804+02 ERROR 
[org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) 
RESTEASY002010: Failed to execute: javax.ws.rs.WebApplicationException: 
HTTP 404 Not Found

grep: setup: Is a directory

Not very helpful.




I simply can't figure out what file is missing.
If, as a test, I try to install the HE without restoring the
backup, the installation goes smoothly to the end, but at that
point I can't restore the backup, as far as I can understand.


Another option is to do the restore manually. To find relevant 
information, search the net for "enginevm_before_engine_setup".


Later I will give it a try.

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/B5253D2ZVAJIY7Y3J3LVKYFJEPTSTCDY/


[ovirt-users] Re: Failing to restore a backup

2020-07-15 Thread Andrea Chierici

Dear all,
I think I finally understood the issue, even if I don't know how to fix it.

Trying to install a new HE from a backup I get the error:
 "The host has been set in non_operational status, please check engine 
logs, more info can be found in the engine logs, fix accordingly and 
re-deploy."


*The host, not the hosted engine*. This is more clear in another log:
Host  is set to Non-Operational, it is missing the 
following networks: 'iscsi_net,sgsi_iscsi,sgsi_priv,sgsi_vpn'


The fact is that those networks are present on the host:
# ip addr

26: sgsi_priv:  mtu 1500 qdisc noqueue 
state UP group default qlen 1000

    link/ether 90:e2:ba:63:2e:bc brd ff:ff:ff:ff:ff:ff
    inet6 fe80::92e2:baff:fe63:2ebc/64 scope link
28: sgsi_vpn:  mtu 1500 qdisc noqueue 
state UP group default qlen 1000

    link/ether 90:e2:ba:63:2e:bc brd ff:ff:ff:ff:ff:ff
    inet6 fe80::92e2:baff:fe63:2ebc/64 scope link
   valid_lft forever preferred_lft forever

The other two are configured on ovirt but not configurable on bare metal 
system, indeed if I issue "ip addr" on a production host I don't see 
those nets at all: I am puzzled. The problem is definitely this one, can 
anyone provide any suggestion on how to proceed?
Why is it complaining about sgsi_priv and sgsi_vpn that are not missing 
at all?


Andrea


On 15/07/2020 08:33, Yedidyah Bar David wrote:

On Tue, Jul 14, 2020 at 6:04 PM Andrea Chierici
 wrote:

Hi,
thank you for your help.


I think this is not a critical failure, and is not what failed the restore.




Recently I tried the 4.3.11 beta and 4.4.1 and the error now is different:

[ INFO  ] Upgrading CA\n[ ERROR ] Failed to execute stage 'Misc configuration': 
(2, 'No such file or directory')\n[ INFO  ] DNF Performing DNF transaction 
rollback\n


This is part of 'engine-setup' output, which 'hosted-engine' runs inside the 
engine VM. If you can access the engine VM, you can try finding more 
information in /var/log/ovirt-engine/setup/* there. Otherwise, the 
hosted-engine deploy script might have managed to get a copy to 
/var/log/ovirt-hosted-engine-setup/engine-logs*. Please check/share these. 
Thanks.


Unfortunately the installation procedures when exiting, deletes the vm, hence I 
can't log in.

Are you sure? Did you check with 'ps', searching qemu processes?

If it's still up, but still using a local IP address, you can find it
by searching the hosted-engine logs for 'local_vm_ip' and login there
from the host.


Here are the ERROR messages I got on the logs copied on the host:

engine.log:2020-07-08 15:05:04,178+02 ERROR 
[org.ovirt.engine.core.bll.pm.FenceProxyLocator] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-89) [45a7e7f3] 
Can not run fence action on host '', no suitable proxy host 
was found.

That's ok.


server.log:2020-07-08 15:09:23,081+02 ERROR 
[org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002010: 
Failed to execute: javax.ws.rs.WebApplicationException: HTTP 404 Not Found
server.log:2020-07-08 15:14:19,804+02 ERROR 
[org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-1) RESTEASY002010: 
Failed to execute: javax.ws.rs.WebApplicationException: HTTP 404 Not Found

This probably indicates a problem, but I agree it's not very helpful.


grep: setup: Is a directory

Right - so please search inside it.

Also please check the hosted-engine deploy logs themselves.


Not very helpful.





I simply can't figure out what file is missing.
If, as a test, I try to install the HE without restoring the backup, the 
installation goes smoothly to the end, but at that point I can't restore the 
backup, as far as I can understand.


Another option is to do the restore manually. To find relevant information, search the 
net for "enginevm_before_engine_setup".


Later I will give it a try.

Good luck and best regards,


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/IH2ISMET6PKCP3VUNNTOJZH74F5AEHF2/


[ovirt-users] Achieving high availability

2021-02-02 Thread Andrea Chierici

Hi,
I am trying to configure high availability on a critical VM. My ovirt 
version is 4.3.10.4-1.el7.
My question is about the best settings to specify, since it's not 
completely clear to me how they influence the availability.


What I want is simply to have a specific machine ALWAYS running, or at 
least, to be available as much as possible. I have no special 
requirements on the VM, if it goes down, simply restarting it is fine.


Here is my current setting. Is it good or I'd better chage anything?



Thanks,
Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/KHP6GH2656KETURETNEJJQZZAXRNXE34/


[ovirt-users] Major network issue with 4.4.7

2021-08-06 Thread Andrea Chierici

Dear all,
I've been using ovirt for at least 6 years and only lately I've stepped 
into a weird problem that I hope someone will be able to give help.


My hardware is:
- blade lenovo for hosts, with dual switch
- dell equallogic for iscsi storage, directly connected to the blade 
switches
- The two host network cards are configured with bonding and all the 
vlans are accessed from it (mtu 9000)

- all the hosts and ovirt engine have firewalld service disabled)

My engine is hosted on a separate vmware vm (I will evaluate the self 
hosted engine later...). I want to stress the fact that for years this 
setup worked smoothly without any significant issue (and all the minor 
updates were completed flawlessly).


A few weeks ago I started the update from the rock solid 4.3 to the 
latest 4.4.7. I began with the manager, following the docs, installing a 
new centos8 vm and importing the backup: everything went smootly and I 
was able to get access to the manager without any problem, all the 
machines still there :)

I then began updating the hosts, from centos7 to centos8 stream, one by one.
Immediately I noticed network issues, with the VMs hosted on the first 
updated host. Migrating VMs from centos8 host to other centos8 quite 
often fails, but the main issue is this: *if I start one of the VMs on 
the centos8 host, they have no network connectivity. If I migrate them 
to a centos7 hosts the network starts to work, and if I migrate the VMs 
back to the centos8 host, the network keeps working.*
I am puzzled and can't understand what's going on. Generally speaking 
all the centos8 hosts (I have 6 in my cluster, and now 3 are centos8 
while the rest is still centos7) seem to be very unstable, meaning that 
the VMs they host are quite often showing network issues and temporary 
glitches.


Can someone give a hint on how to solve this weird issue?


Thanks,
Andrea


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/KIFOGDEAA2TCQPNDCVT56VPSDBVY47BF/


[ovirt-users] Re: Major network issue with 4.4.7

2021-08-09 Thread Andrea Chierici

Can anyone please help? I have really no clue on this issue.
Thanks,

Andrea

On 06/08/2021 11:20, Andrea Chierici wrote:

Dear all,
I've been using ovirt for at least 6 years and only lately I've 
stepped into a weird problem that I hope someone will be able to give 
help.


My hardware is:
- blade lenovo for hosts, with dual switch
- dell equallogic for iscsi storage, directly connected to the blade 
switches
- The two host network cards are configured with bonding and all the 
vlans are accessed from it (mtu 9000)

- all the hosts and ovirt engine have firewalld service disabled)

My engine is hosted on a separate vmware vm (I will evaluate the self 
hosted engine later...). I want to stress the fact that for years this 
setup worked smoothly without any significant issue (and all the minor 
updates were completed flawlessly).


A few weeks ago I started the update from the rock solid 4.3 to the 
latest 4.4.7. I began with the manager, following the docs, installing 
a new centos8 vm and importing the backup: everything went smootly and 
I was able to get access to the manager without any problem, all the 
machines still there :)
I then began updating the hosts, from centos7 to centos8 stream, one 
by one.
Immediately I noticed network issues, with the VMs hosted on the first 
updated host. Migrating VMs from centos8 host to other centos8 quite 
often fails, but the main issue is this: *if I start one of the VMs on 
the centos8 host, they have no network connectivity. If I migrate them 
to a centos7 hosts the network starts to work, and if I migrate the 
VMs back to the centos8 host, the network keeps working.*
I am puzzled and can't understand what's going on. Generally speaking 
all the centos8 hosts (I have 6 in my cluster, and now 3 are centos8 
while the rest is still centos7) seem to be very unstable, meaning 
that the VMs they host are quite often showing network issues and 
temporary glitches.


Can someone give a hint on how to solve this weird issue?


Thanks,
Andrea


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/KIFOGDEAA2TCQPNDCVT56VPSDBVY47BF/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/YPCOP3VRK6NWYAVBMF2YKQNWFDHODADQ/


[ovirt-users] Re: Major network issue with 4.4.7

2021-08-10 Thread Andrea Chierici

Dear all,
thanks a lot for your support.
In the end, I was using the wrong bonding options when reinstalling centos8.
My centos7 hosts were installed years ago and in the meanwhile I 
installed other infrastructures with different bonding options... and I 
got confused.


Everything is solved.

Andrea

On 09/08/2021 09:58, Andrea Chierici wrote:

Can anyone please help? I have really no clue on this issue.
Thanks,

Andrea

On 06/08/2021 11:20, Andrea Chierici wrote:

Dear all,
I've been using ovirt for at least 6 years and only lately I've 
stepped into a weird problem that I hope someone will be able to give 
help.


My hardware is:
- blade lenovo for hosts, with dual switch
- dell equallogic for iscsi storage, directly connected to the blade 
switches
- The two host network cards are configured with bonding and all the 
vlans are accessed from it (mtu 9000)

- all the hosts and ovirt engine have firewalld service disabled)

My engine is hosted on a separate vmware vm (I will evaluate the self 
hosted engine later...). I want to stress the fact that for years 
this setup worked smoothly without any significant issue (and all the 
minor updates were completed flawlessly).


A few weeks ago I started the update from the rock solid 4.3 to the 
latest 4.4.7. I began with the manager, following the docs, 
installing a new centos8 vm and importing the backup: everything went 
smootly and I was able to get access to the manager without any 
problem, all the machines still there :)
I then began updating the hosts, from centos7 to centos8 stream, one 
by one.
Immediately I noticed network issues, with the VMs hosted on the 
first updated host. Migrating VMs from centos8 host to other centos8 
quite often fails, but the main issue is this: *if I start one of the 
VMs on the centos8 host, they have no network connectivity. If I 
migrate them to a centos7 hosts the network starts to work, and if I 
migrate the VMs back to the centos8 host, the network keeps working.*
I am puzzled and can't understand what's going on. Generally speaking 
all the centos8 hosts (I have 6 in my cluster, and now 3 are centos8 
while the rest is still centos7) seem to be very unstable, meaning 
that the VMs they host are quite often showing network issues and 
temporary glitches.


Can someone give a hint on how to solve this weird issue?


Thanks,
Andrea


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/KIFOGDEAA2TCQPNDCVT56VPSDBVY47BF/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/YPCOP3VRK6NWYAVBMF2YKQNWFDHODADQ/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
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/Y6SV2NAHW5SQMKYQY2YXS2M2EXUULOBC/


[ovirt-users] Slow mirrors, installation fails

2021-09-17 Thread Andrea Chierici

Dear all,
I am trying to install a new ovirt deployment with self hosted engine.
I've been trying since yesterday but it always fails.
On the deployment host I get this error:

[ ERROR ] Hosted Engine deployment failed: please check the logs for 
the issue, fix accordingly or re-deploy from scratch.
  Log file is located at 
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20210917144651-ecm06v.log


I connected to the console of the hosted engine and in dnf.log I found this:

2021-09-17T15:05:58+0200 WARNING Errors during downloading metadata 
for repository 'ovirt-4.4':
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
[Operation too slow. Less than 1000 bytes/sec transferred the last 30 
seconds]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
[Connection timed out after 3 milliseconds]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
[Operation timed out after 3 milliseconds with 0 out of 0 bytes 
received]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/repomd.xml 
[Operation timed out after 30001 milliseconds with 0 out of 0 bytes 
received]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/repomd.xml 
[Connection timed out after 3 milliseconds]

[root@testovirt-sgsi log]# yum update
Latest oVirt 4.4 Release    4.5 kB/s | 3.0 kB 
00:00

Latest oVirt 4.4 Release    0.0  B/s |   0 B 01:30
Errors during downloading metadata for repository 'ovirt-4.4':
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
[Operation timed out after 3 milliseconds with 0 out of 0 bytes 
received]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
[Connection timed out after 3 milliseconds]
  - Curl error (28): Timeout was reached for 
https://resources.ovirt.org/pub/ovirt-4.4/rpm/el8/repodata/90e6cdef058ae65c35cd44ade10bc112be9262c221e4af3a477fd5063a90a86b-filelists.xml.gz 
[Operation timed out after 3 milliseconds with 0 out of 0 bytes 
received]
Error: Failed to download metadata for repo 'ovirt-4.4': Yum repo 
downloading error: Downloading error(s): 
repodata/541a523f620cf26f4ca92baf6ee18403c1b0176d480f479bd7032efbb369e95f-primary.xml.gz 
- Cannot download, all mirrors were already tried without success; 
repodata/90e6cdef058ae65c35cd44ade10bc112be9262c221e4af3a477fd5063a90a86b-filelists.xml.gz 
- Cannot download, all mirrors were already tried without success


Indeed the speed of the mirrors seems quite low and even on another 
ovirt deployment I have, the metadata download speed is around 40kb, 
while for all other centos repos it is at least 10MB.

Am I missing something?

Thanks,
Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/VYD5C5HXMCN73PCYPN3MOPEJE3S7RVD6/


[ovirt-users] Instability after update

2022-01-05 Thread Andrea Chierici

Cheers,
I am in trouble...
I am running an ovirt manager v4.4.9.5-1.el8. This week I updated all 
the hosts to latest release (starting from repo 
ovirt-release44-4.4.9.3-1.el8.noarch) since I hadn't done that when I 
upgraded the manager. Before that the system was rock solid. 
Unfortunately, after the upgrade, I get frequent errors on running VMs:


VM  is down with error. Exit message: Lost connection with qemu 
process.


I can't get any hint from the logs, I wonder if someone has any idea of 
what is going on.

Thanks,

Andrea


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--
___
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/OJWRVWGH55VP5LK4ATSUMAMJVR4DBXXZ/


[ovirt-users] Re: Instability after update

2022-01-06 Thread Andrea Chierici

On 05/01/2022 19:08, Ritesh Chikatwar wrote:

Hello

What’s the qemo version if it’s greater then 6.0.0 then
Can you please try downgrading qemu version to 6.0.0 and see if it helps?


Dear,
here is the situation:

# rpm -qa|grep qemu
qemu-kvm-block-iscsi-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-hw-usbredir-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
ipxe-roms-qemu-20181214-8.git133f4c47.el8.noarch
qemu-kvm-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
libvirt-daemon-driver-qemu-7.10.0-1.module_el8.6.0+1046+bd8eec5e.x86_64
qemu-kvm-common-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-docs-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-rbd-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-curl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-ui-spice-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-core-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-ui-opengl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-ssh-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-gluster-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-img-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64

So should I downgrade all these rpms?
Thanks,

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/NX62H7S4NZRJUDQACLAFIMO5G2EU45FC/


[ovirt-users] Re: Instability after update

2022-01-06 Thread Andrea Chierici

Ritesh,
I downgraded one host to 6.0.0 as you said:

# rpm -qa|grep qemu
qemu-kvm-block-curl-6.0.0-33.el8s.x86_64
qemu-kvm-common-6.0.0-33.el8s.x86_64
ipxe-roms-qemu-20181214-8.git133f4c47.el8.noarch
qemu-img-6.0.0-33.el8s.x86_64
libvirt-daemon-driver-qemu-7.10.0-1.module_el8.6.0+1046+bd8eec5e.x86_64
qemu-kvm-block-ssh-6.0.0-33.el8s.x86_64
qemu-kvm-block-gluster-6.0.0-33.el8s.x86_64
qemu-kvm-6.0.0-33.el8s.x86_64
qemu-kvm-ui-opengl-6.0.0-33.el8s.x86_64
qemu-kvm-docs-6.0.0-33.el8s.x86_64
qemu-kvm-block-rbd-6.0.0-33.el8s.x86_64
qemu-kvm-core-6.0.0-33.el8s.x86_64
qemu-kvm-hw-usbredir-6.0.0-33.el8s.x86_64
qemu-kvm-block-iscsi-6.0.0-33.el8s.x86_64
qemu-kvm-ui-spice-6.0.0-33.el8s.x86_64

But now if I try to migrate any vm to that host, the operation fails :

Andrea




On 06/01/2022 17:27, Andrea Chierici wrote:

On 05/01/2022 19:08, Ritesh Chikatwar wrote:

Hello

What’s the qemo version if it’s greater then 6.0.0 then
Can you please try downgrading qemu version to 6.0.0 and see if it 
helps?


Dear,
here is the situation:

# rpm -qa|grep qemu
qemu-kvm-block-iscsi-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-hw-usbredir-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
ipxe-roms-qemu-20181214-8.git133f4c47.el8.noarch
qemu-kvm-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
libvirt-daemon-driver-qemu-7.10.0-1.module_el8.6.0+1046+bd8eec5e.x86_64
qemu-kvm-common-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-docs-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-rbd-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-curl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-ui-spice-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-core-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-ui-opengl-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-ssh-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-kvm-block-gluster-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64
qemu-img-6.1.0-5.module_el8.6.0+1040+0ae94936.x86_64

So should I downgrade all these rpms?
Thanks,

Andrea
--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/NX62H7S4NZRJUDQACLAFIMO5G2EU45FC/



--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/FI7TLDO3DSZDT7ITIEPGYFZCTPLLMC6D/


[ovirt-users] Re: Instability after update

2022-01-07 Thread Andrea Chierici

On 07/01/2022 07:57, Ritesh Chikatwar wrote:

try downgrading in all host and give try

I completed the downgrade and the system seems recovered. Thanks Ritesh, 
you saved my weekend!
What about future upgrades? Any clue on what is going bad on recent qemu 
packages?


Thanks again,

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/GC3HJID56VKHXMYGOS7WZOEKS4HMFG2N/


[ovirt-users] Multiple dependencies unresolved

2022-02-21 Thread Andrea Chierici
arch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-82.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-83.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-84.el8.noarch
  - package fence-agents-apc-4.2.1-88.el8.noarch requires 
fence-agents-common >= 4.2.1-88.el8, but none of the providers can be 
installed
  - cannot install the best update candidate for package 
fence-agents-apc-4.2.1-77.el8.noarch
 Problem 5: problem with installed package 
fence-agents-ibm-powervs-4.2.1-77.el8.noarch
  - package fence-agents-ibm-powervs-4.2.1-77.el8.noarch requires 
fence-agents-common = 4.2.1-77.el8, but none of the providers can be 
installed
  - package fence-agents-ibm-powervs-4.2.1-78.el8.noarch requires 
fence-agents-common = 4.2.1-78.el8, but none of the providers can be 
installed
  - package fence-agents-ibm-powervs-4.2.1-82.el8.noarch requires 
fence-agents-common = 4.2.1-82.el8, but none of the providers can be 
installed
  - package fence-agents-ibm-powervs-4.2.1-83.el8.noarch requires 
fence-agents-common = 4.2.1-83.el8, but none of the providers can be 
installed
  - package fence-agents-ibm-powervs-4.2.1-84.el8.noarch requires 
fence-agents-common = 4.2.1-84.el8, but none of the providers can be 
installed
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-77.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-78.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-82.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-83.el8.noarch
  - cannot install both fence-agents-common-4.2.1-88.el8.noarch and 
fence-agents-common-4.2.1-84.el8.noarch
  - package fence-agents-apc-snmp-4.2.1-88.el8.noarch requires 
fence-agents-common >= 4.2.1-88.el8, but none of the providers can be 
installed
  - cannot install the best update candidate for package 
fence-agents-apc-snmp-4.2.1-77.el8.noarch


My question is: since I am not willing to update anything right now, and 
I just want to get rid of the stupid python3 error, should I disable 
these repos, even if now I get some dep issues or the solution is another?

Any suggestion?
Thanks,
Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--
___
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/EFIKKZ37J2RRC5PQ3LOLE65AH223WGGY/


[ovirt-users] Console error

2022-05-11 Thread Andrea Chierici

Hi,
yesterday I've migrated from 4.4.10.7-1 to 4.5.0.7-1. Installation went 
fine and no error at all was reported.
A problem anyway is now hitting my installation: if I try to open a vm 
console, I get the error:


Failed to complete handshake Error in the pull function

It's not a problem on my browser/os since with another 4.4.x ovirt 
installation, consoles work flawlessly. No modifications at all were 
made to default settings on console.
Any suggestion on how to solve this issue? Haven't seen any previous 
report on this.


Thanks,

Andrea
___
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/EWY4I4EHQJNJIZCEWZAKNTPUJYEVIOHK/


[ovirt-users] Re: Notified that Engine's certification is about to expire but no documentation to renew it

2022-08-10 Thread Andrea Chierici

Dear all,
I had a similar problem with engine certificate and solved it, reading 
this thread.
The strange thing is that now every time I log on the engine I get 
warnings about host certificates about to expire, even if the expiry 
date is in 2023. This looks weird to me and I wonder if there is 
somewhere a setting to specify how in advance the warning should be given.


Here is an example:



Any hint?
Thanks,

Andrea


On 25/04/2022 14:04, Martin Perina wrote:

Hi Guillaume,

to renew host certificates you need to perform following actions in 
webadmin or RESTAPI:


1. Move the host to Maintenance status
2. Execute Enroll Certificates for the host
3. Watch Events on the host to see if Enroll Certificates finished 
successfully

4. Execute Activate for the host

Regards,
Martin

On Mon, Apr 25, 2022 at 1:46 PM Guillaume Pavese 
 wrote:


Hello

We are receiving the following notifications from our ovirt manager  :

Message:Engine's certification is about to expire at
2022-05-03. Please renew the engine's certification.
Severity:WARNING


Effectively :

# openssl x509 -in /etc/pki/ovirt-engine/certs/engine.cer
-startdate -enddate -noout
notBefore=Mar 30 04:48:15 2021 GMT
notAfter=May  3 04:48:15 2022 GMT


However I can not find any documentation on how to renew this
certificate.
The following doc only convers changing apache-ca.pem
& apache.cer, and not engine.cer

Doc oVirt :

https://ovirt.org/documentation/administration_guide/index.html#Replacing_the_Manager_CA_Certificate
Doc RHV :

https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html-single/administration_guide/index#Replacing_the_Manager_CA_Certificate


Any help ?

Guillaume Pavese
IngénieurSystèmeet Réseau
Interactiv-Group

Ce message et toutes les pièces jointes (ci-après le “message”)
sont établis à l’intention exclusive de ses destinataires et sont
confidentiels. Si vous recevez ce message par erreur, merci de le
détruire et d’en avertir immédiatement l’expéditeur. Toute
utilisation de ce message non conforme a sa destination, toute
diffusion ou toute publication, totale ou partielle, est
interdite, sauf autorisation expresse. L’internet ne permettant
pas d’assurer l’intégrité de ce message . Interactiv-group (et ses
filiales) décline(nt) toute responsabilité au titre de ce message,
dans l’hypothèse ou il aurait été modifié. IT, ES, UK.
<https://interactiv-group.com/disclaimer.html>

___
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/HWHBRHZDCHKRTMV7SK63URREVPHIZQTI/



--
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.

___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/ROJDGIDLQRMQ6E7HQINUVATYDPLR65QI/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--
___
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/RHEGM7MMANCDDI2U6TBJ5475QLJVQYPR/


[ovirt-users] QXL vs VGA

2022-09-21 Thread Andrea Chierici

Dear all,
on latest 4.5, as many others have noticed, default is to use video type 
VGA and VNC as graphics protocol.

Problem is, in my current environments, I can't seem to make this to work.
When the machine power ups I get the "usual" error from virt-viewer:



I found some docs on the web, like this from redhat: 
https://access.redhat.com/solutions/5695951
but it does not seem to work. Indeed I reinstalled a host and forced the 
creation of the vm on it, but the console is still unreachable.
Any hint how I can solve this? I am quite surprised I could not find 
anything on standard documentation.

Thanks,

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/ENND7DOL6R3JVZSFUQYLCWAE5ZNL2JMY/


[ovirt-users] Re: QXL vs VGA

2022-09-23 Thread Andrea Chierici

Hi,
I've done some investigation and discovered that the problem seems 
related to the engine ca not installed in my windows machine keychain.
Anyway even if I installed the cert, the classic console.vv file 
continue to complain with failed handshake; on the other hand, on the 
browser I can open novnc consoles, if I install the engine ca on it.
I can survive with novnc, but a recipe for remote-viewer + windows 
systems could be useful, I bet, not only for me.

Thanks,

Andrea

On 21/09/2022 12:43, Andrea Chierici wrote:

Dear all,
on latest 4.5, as many others have noticed, default is to use video 
type VGA and VNC as graphics protocol.

Problem is, in my current environments, I can't seem to make this to work.
When the machine power ups I get the "usual" error from virt-viewer:



I found some docs on the web, like this from redhat: 
https://access.redhat.com/solutions/5695951
but it does not seem to work. Indeed I reinstalled a host and forced 
the creation of the vm on it, but the console is still unreachable.
Any hint how I can solve this? I am quite surprised I could not find 
anything on standard documentation.

Thanks,

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--

___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/ENND7DOL6R3JVZSFUQYLCWAE5ZNL2JMY/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/MGWSBOFY4RIDNEHK6SYTZJWGDDRMZ5AJ/


[ovirt-users] Re: Installing oVirt as a self-hosted engine - big big problem :()

2023-08-03 Thread Andrea Chierici
;numa_supported": false, "os":
{"custom_kernel_cmdline": ""}, "ovn_configured": false,
"permissions": [], "port": 54321, "power_management":
    {"automatic_pm_enabled": true, "enabled": false,
"kdump_detection": true, "pm_proxies": []}, "protocol": "stomp",
"reinstallation_required": false, "se_**FILTERED**": {}, "spm":
{"priority": 5, "status": "none"}, "ssh": {"fingerprint":
"SHA256:Nr04m1g0UxbpqxwMBr93DLHz2m2wzR8+xFJhBVNovHY", "port": 22,
"public_key": "ecdsa-sha2-nistp256

E2VjZHNhLXNoYTItbmlzdHAyNTYIbmlzdHAyNTYAAABBBE2EdJn0vJiJUagEK3w2G2nHmziJJasailwapaL06qWU2+BkPwkokSvyK07APhwyynnz6lw8J4y/kWv12D7/r+s="},
"statistics": [], "status": "install_failed",
"storage_connection_extensions": [], "summary": {"total": 0},
"tags": [], "transparent_huge_pages": {"enabled": false}, "type":
"rhel", "unmanaged_networks": [], "update_available": false,
"vgpu_placement": "consolidated"}]}
2023-07-07 22:39:40,284-0300 INFO
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:115 TASK
[ovirt.ovirt.hosted_engine_setup : Notify the user about a failure]
2023-07-07 22:39:40,685-0300 DEBUG
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:109 {'msg': 'Host is not up, please
check logs, perhaps also on the engine machine',
'_ansible_no_log': None, 'changed': False}
2023-07-07 22:39:40,786-0300 ERROR
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:113 fatal: [localhost]: FAILED! =>
{"changed": false, "msg": "Host is not up, please check logs,
perhaps also on the engine machine"}


Have a nice weekend!
--
Att,
Jorge Visentini
+55 55 98432-9868

___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/7QIRFQFD6GCSJE775ZI76HJRW4AGN6CK/


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/RMNSOQGGCSVXTTTMD5XGCTTE2QCNFSXA/


[ovirt-users] Impossibile to install a new system

2023-09-19 Thread Andrea Chierici

Dear all,
I've been struggling with a new ovirt installation for several weeks but 
I seem to have no luck at all.
I've tried both starting from a centos8 stream system and a ovirt-node, 
but the engine installation always breaks here:


TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]

I keep getting the same problem, it looks like the engine is not 
"migrated" to the public ip and is stuck on the natted address that the 
installation process is using during the preliminary phase.

Here is a message that seems to confirm my theory:

2023-09-19 15:43:29,259+0200 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils 
ansible_utils._process_output:109 {'msg': "The task includes an option 
with an undefined variable. The error was: 'local_vm_ip' is 
undefined\n\nThe error appears to be in 
'/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/sync_on_engine_machine.yml': 
line 2, column 3, but may\nbe elsewhere in the file depending on the 
exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- 
name: Set the name for add_host\n  ^ here\n", '_ansible_no_log': False}

2

I know the problem the development of ovirt is facing lately, but I am 
simply wondering: is there a way to install ovirt 4.5.4 today or is it 
all already lost??!


Any kind of help would be really appreciated.
Thanks,

Andrea

--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--



smime.p7s
Description: S/MIME Cryptographic Signature
___
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/RVZJNVRBK454LDG53GQ5VCYHLB642UM3/


[ovirt-users] Re: Impossibile to install a new system

2023-09-19 Thread Andrea Chierici

Dear Sandro,
this gives me a clear idea of the status of the project unfortunately.
But please let me explain my use case and maybe you can suggest me the 
correct solution.
In my organization we have several ovirt installations, some with hosted 
engine, some with a separate VM running on "something else".
Personally I have 2 instances that I care most and they are still 
running 4.5.4.
You suggested several months ago that we should switch to nightlies, but 
since I need to be sure they work correctly, I want to test them on a 
separate tesbed. Hence I wanted to install a brand new mini cluster to 
test the nightlies before running them in production (I think this is 
the correct approach in general).
Anyway since nightlies change quite often and are not versioned, it's 
not simple, I think, to test them on a testbed and then bring them in 
production, since some packages may have already been updated.
So, what do yuo suggest me to do, to be sure I run in production only 
tested software?

THanks a lot for your support.

Andrea

On 19/09/2023 16:43, Sandro Bonazzola wrote:
If this is a new install from scratch, I would recommend a CentOS 
Stream 9 based deployment and dedicate a host to the oVirt Engine or 
on a VM but not using a Hosted Engine.



Il giorno mar 19 set 2023 alle ore 16:30 Andrea Chierici 
 ha scritto:


Dear all,
I've been struggling with a new ovirt installation for several
weeks but
I seem to have no luck at all.
I've tried both starting from a centos8 stream system and a
ovirt-node,
but the engine installation always breaks here:

TASK [ovirt.ovirt.hosted_engine_setup : Wait for the host to be up]

I keep getting the same problem, it looks like the engine is not
"migrated" to the public ip and is stuck on the natted address
that the
installation process is using during the preliminary phase.
Here is a message that seems to confirm my theory:

2023-09-19 15:43:29,259+0200 DEBUG
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:109 {'msg': "The task includes an
option
with an undefined variable. The error was: 'local_vm_ip' is
undefined\n\nThe error appears to be in

'/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/sync_on_engine_machine.yml':

line 2, column 3, but may\nbe elsewhere in the file depending on the
exact syntax problem.\n\nThe offending line appears to be:\n\n---\n-
name: Set the name for add_host\n  ^ here\n", '_ansible_no_log':
False}
2

I know the problem the development of ovirt is facing lately, but
I am
simply wondering: is there a way to install ovirt 4.5.4 today or
is it
all already lost??!

    Any kind of help would be really appreciated.
Thanks,

Andrea

-- 
Andrea Chierici - INFN-CNAF

Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463
SkypeID ataruz
--

___
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/RVZJNVRBK454LDG53GQ5VCYHLB642UM3/



--

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING

Red Hat In-Vehicle Operating System

Red Hat EMEA <https://www.redhat.com/>

<https://www.redhat.com/> 

*Red Hat respects your work life balance. Therefore there is no need 
to answer this email out of your office hours.

*
*

*


--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/ST2C42WARAKEUQWKFZWOTWTYAERCMGIA/


[ovirt-users] Re: [ANN] oVirt 4.5.5 is now generally available

2023-12-01 Thread Andrea Chierici

Grazie Sandro!
I understand it has been a very hard release to do, but this is 
absolutely welcome!

Will try it asap on my testbed and give feedback.

Cheers,

Andrea

On 01/12/2023 13:57, Sandro Bonazzola wrote:



  oVirt 4.5.5 is now generally available


The oVirt project is excited to announce the general availability of 
oVirt 4.5.5, as of December 1st, 2023.




--
Andrea Chierici - INFN-CNAF 
Viale Berti Pichat 6/2, 40127 BOLOGNA
Office Tel: +39 051 2095463 
SkypeID ataruz
--


smime.p7s
Description: S/MIME Cryptographic Signature
___
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/ARF32HMOCH4USX5MGHZOR4BUY54WSHUA/