[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Didi, et.al. I took the info Alistair referenced, changed my FQDN's of all servers to an XX.info and the install has successfully completed. Big thanks for the info Alistair. If you would like the install logs to validate anything please let me know and I will attach them. thanks Andy ___ 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/BEH2BVT2TBWGE4YLEINH5QAZV6ABH3ZU/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
On Wed, Jul 15, 2020 at 3:55 PM Andy wrote: > > Didi, > > thanks for the reply and appreciate the help. I was/am unable to get to the > engine however I have collected and attached all the setup logs from the > host. After looking at the thread you suggested, I will change the hostname > of the engine, try an install and report back. Again thanks for the help . You engine.log indeed has the same error: 2020-07-15 02:34:08,515-04 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.UploadStreamVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-67) [b9d5d45] Command 'UploadStreamVDSCommand(HostName = hm3svr03.hm3.loc, UploadStreamVDSCommandParameters:{hostId='67cd09ed-cb27-48f6-bceb-b9bd997543ac'})' execution failed: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: [hm3svr03.hm3.loc] I do not see before it any "logged out" line, as I noted that might be relevant, in the other thread. Adding Martin and Artur: Please check also an earlier reply on current thread by Alistair. Thanks, > > Andy > > On Wednesday, July 15, 2020, 3:40:31 AM EDT, Yedidyah Bar David > wrote: > > > On Wed, Jul 15, 2020 at 8:14 AM AK via Users wrote: > > > > > Yes sir, I run the clean up script after each failure, clean out the > > gluster volume, and remove any network the deploy scripts create. I just > > conducted the deployment on different hardware (different drives, different > > CPU, raid controller, SSD's) and it produced the same result (failure at > > OVF_STore_check). The only deployment items that are consistent are > > creating the physical network bonds and gluster volumes which can be > > mounted across the network and have been tested as storage pools for other > > virtualization and storage platforms. > > > Can you please check engine-side logs? If you can access the engine VM > (search hosted-engine logs for local_vm_ip if it's still on the local > network), check /var/log/ovirt-engine/*, otherwise, on the host, > /var/log/ovirt-hosted-engine-setup/engine-logs*/*. > > That said, we also have (what seems like) a very similar failure on > CI, for some time now - check e.g. the latest nightly run: > > https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/ > > https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-ansible-create_target_vm-20200714225605-ueg6k8.log > > 2020-07-14 22:59:42,414-0400 INFO ansible task start {'status': 'OK', > 'ansible_type': 'task', 'ansible_playbook': > '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', > 'ansible_task': 'ovirt.hosted_engine_setup : Check OVF_STORE volume > status'} > > It tries some time, eventually fails, like your case. engine log has: > > https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/engine-logs-2020-07-15T03%3A04%3A29Z/ovirt-engine/engine.log > > 2020-07-14 22:57:03,197-04 INFO > [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] > (default task-1) [4abbccc] EVENT_ID: USER_VDC_LOGOUT(31), User > admin@internal-authz connected from '192.168.222.1' using session > 'W5qdcPNyRLHmMnbMz7i+ZP85De1GjKq7+V1hqbKEeD+QJtpcFGpITEVFIHbUvz+2wF+GTAB6qnCY1gHxBHkGLA==' > logged out. > 2020-07-14 22:57:03,242-04 ERROR > [org.ovirt.engine.core.vdsbroker.irsbroker.UploadStreamVDSCommand] > (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-29) > [313eed07] Command 'UploadStreamVDSCommand(HostName = > lago-he-basic-suite-master-host-0.lago.local, > UploadStreamVDSCommandParameters:{hostId='c6d33fd9-5137-49fc-815a-94baf2d58b93'})' > execution failed: javax.net.ssl.SSLPeerUnverifiedException: > Certificate for doesn't > match any of the subject alternative names: > [lago-he-basic-suite-master-host-0.lago.local] > > This is currently discussed on the devel list, in thread: > > execution failed: javax.net.ssl.SSLPeerUnverifiedException (was: > [ovirt-devel] vdsm.storage.exception.UnknownTask: Task id unknown > (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build > # 1641 - Still Failing!)) > > We are still not sure about the exact cause, but I have a feeling that > it's somehow related to naming/name resolution/hostname/etc. > > In any case, I didn't manage to reproduce this locally on my own machine. > > I suggest checking everything you can think of related to this - > dhcp/dns, output of 'hostname' on the host, etc. > > Good luck and best regards, > -- > Didi > -- Didi ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
On 7/15/20 9:40 AM, Yedidyah Bar David wrote: On Wed, Jul 15, 2020 at 8:14 AM AK via Users wrote: Yes sir, I run the clean up script after each failure, clean out the gluster volume, and remove any network the deploy scripts create. I just conducted the deployment on different hardware (different drives, different CPU, raid controller, SSD's) and it produced the same result (failure at OVF_STore_check). The only deployment items that are consistent are creating the physical network bonds and gluster volumes which can be mounted across the network and have been tested as storage pools for other virtualization and storage platforms. Can you please check engine-side logs? If you can access the engine VM (search hosted-engine logs for local_vm_ip if it's still on the local network), check /var/log/ovirt-engine/*, otherwise, on the host, /var/log/ovirt-hosted-engine-setup/engine-logs*/*. That said, we also have (what seems like) a very similar failure on CI, for some time now - check e.g. the latest nightly run: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/ https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-ansible-create_target_vm-20200714225605-ueg6k8.log 2020-07-14 22:59:42,414-0400 INFO ansible task start {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_task': 'ovirt.hosted_engine_setup : Check OVF_STORE volume status'} It tries some time, eventually fails, like your case. engine log has: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/engine-logs-2020-07-15T03%3A04%3A29Z/ovirt-engine/engine.log 2020-07-14 22:57:03,197-04 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-1) [4abbccc] EVENT_ID: USER_VDC_LOGOUT(31), User admin@internal-authz connected from '192.168.222.1' using session 'W5qdcPNyRLHmMnbMz7i+ZP85De1GjKq7+V1hqbKEeD+QJtpcFGpITEVFIHbUvz+2wF+GTAB6qnCY1gHxBHkGLA==' logged out. 2020-07-14 22:57:03,242-04 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.UploadStreamVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-29) [313eed07] Command 'UploadStreamVDSCommand(HostName = lago-he-basic-suite-master-host-0.lago.local, UploadStreamVDSCommandParameters:{hostId='c6d33fd9-5137-49fc-815a-94baf2d58b93'})' execution failed: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: [lago-he-basic-suite-master-host-0.lago.local] This is currently discussed on the devel list, in thread: execution failed: javax.net.ssl.SSLPeerUnverifiedException (was: [ovirt-devel] vdsm.storage.exception.UnknownTask: Task id unknown (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 1641 - Still Failing!)) We are still not sure about the exact cause, but I have a feeling that it's somehow related to naming/name resolution/hostname/etc. In any case, I didn't manage to reproduce this locally on my own machine. I suggest checking everything you can think of related to this - dhcp/dns, output of 'hostname' on the host, etc. Good luck and best regards, The javax.net.ssl.SSLPeerUnverifiedException may be caused by a recent regression in HttpClient: https://issues.apache.org/jira/browse/HTTPCLIENT-2047 This only affects domains which are not publicly accessible, e.g. .local or .test. According to the bug report it was fixed upstream. Best regards, Alistair. ___ 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/7V27ZBSIFIE3WW6KGGI5HHWDKT7MPYJA/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
On Wed, Jul 15, 2020 at 8:14 AM AK via Users wrote: > > Yes sir, I run the clean up script after each failure, clean out the gluster > volume, and remove any network the deploy scripts create. I just conducted > the deployment on different hardware (different drives, different CPU, raid > controller, SSD's) and it produced the same result (failure at > OVF_STore_check). The only deployment items that are consistent are creating > the physical network bonds and gluster volumes which can be mounted across > the network and have been tested as storage pools for other virtualization > and storage platforms. Can you please check engine-side logs? If you can access the engine VM (search hosted-engine logs for local_vm_ip if it's still on the local network), check /var/log/ovirt-engine/*, otherwise, on the host, /var/log/ovirt-hosted-engine-setup/engine-logs*/*. That said, we also have (what seems like) a very similar failure on CI, for some time now - check e.g. the latest nightly run: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/ https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-ansible-create_target_vm-20200714225605-ueg6k8.log 2020-07-14 22:59:42,414-0400 INFO ansible task start {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_task': 'ovirt.hosted_engine_setup : Check OVF_STORE volume status'} It tries some time, eventually fails, like your case. engine log has: https://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-suite-master/1672/artifact/exported-artifacts/test_logs/he-basic-suite-master/post-he_deploy/lago-he-basic-suite-master-host-0/_var_log/ovirt-hosted-engine-setup/engine-logs-2020-07-15T03%3A04%3A29Z/ovirt-engine/engine.log 2020-07-14 22:57:03,197-04 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-1) [4abbccc] EVENT_ID: USER_VDC_LOGOUT(31), User admin@internal-authz connected from '192.168.222.1' using session 'W5qdcPNyRLHmMnbMz7i+ZP85De1GjKq7+V1hqbKEeD+QJtpcFGpITEVFIHbUvz+2wF+GTAB6qnCY1gHxBHkGLA==' logged out. 2020-07-14 22:57:03,242-04 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.UploadStreamVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-29) [313eed07] Command 'UploadStreamVDSCommand(HostName = lago-he-basic-suite-master-host-0.lago.local, UploadStreamVDSCommandParameters:{hostId='c6d33fd9-5137-49fc-815a-94baf2d58b93'})' execution failed: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names: [lago-he-basic-suite-master-host-0.lago.local] This is currently discussed on the devel list, in thread: execution failed: javax.net.ssl.SSLPeerUnverifiedException (was: [ovirt-devel] vdsm.storage.exception.UnknownTask: Task id unknown (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 1641 - Still Failing!)) We are still not sure about the exact cause, but I have a feeling that it's somehow related to naming/name resolution/hostname/etc. In any case, I didn't manage to reproduce this locally on my own machine. I suggest checking everything you can think of related to this - dhcp/dns, output of 'hostname' on the host, etc. Good luck and 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/PLWCAX5QS6535CZTFJ4PNGS7WYKXXN5E/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Yes sir, I run the clean up script after each failure, clean out the gluster volume, and remove any network the deploy scripts create. I just conducted the deployment on different hardware (different drives, different CPU, raid controller, SSD's) and it produced the same result (failure at OVF_STore_check). The only deployment items that are consistent are creating the physical network bonds and gluster volumes which can be mounted across the network and have been tested as storage pools for other virtualization and storage platforms. Thanks for the help. ___ 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/BQEXN3TUQIDYU535B7CL4M3IZISZLCIS/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Hm... Clearly it can't get the necessary info. Have you tried to do full cleanup via 'ovirt-hosted-engine-cleanup' (the name is based on my vague memories from 2017) and then wipe all data on the storage domain ? Best Regards, Strahil Nikolov На 14 юли 2020 г. 23:13:33 GMT+03:00, Andy написа: >The install, (fresh CENT 8.2, SELINUX enforcing, and a clean glustere >volume) just failed at the same step of checking the OVF Store. >Attached is a snip of the >ovirt-hosted-engine-setup-ansible-create_target.log. Any suggestions >are appreciated. Additionally, before I did the install I did conduct >a low level fomat of all drives. > >thanks >On Tuesday, July 14, 2020, 2:16:20 PM EDT, Andy via Users > wrote: > >Thanks for the reply. I have attempted installs with both SELINUX >enabled and disabled. I am in process of trying a full clean install >of CENT 8.2, OV 4.4.1.1, and will ensure SELINUX is enforcing. Thanks > >On Tuesday, July 14, 2020, 1:35:14 PM EDT, Strahil Nikolov > wrote: > > Hi, > >some of the components in oVirt 4.3 rely on SELINUX being enabled. >Most probably it is the same in 4.4 , so please try with SELINUX in >enforcing mode. > >Best Regards, >Strahil Nikolov > >На 14 юли 2020 г. 3:43:35 GMT+03:00, Andy via Users >написа: >>I just tried another fresh install with oVIRT 4.4.1.1, disabled >>selinux, and the install failed at the OVF_Store check in the ansible >>script. thanks >> >>On Monday, July 13, 2020, 1:27:16 PM EDT, Andy via Users >> wrote: >> >>I just tried to install with the latest 4.4.1.1 updates and which >>provided the same results. Attached is the engine setup log. The >>install fails on the ansible script task: >> TASK [ovirt.hosted_engine_setup : Check OVF_STORE volume status] . >> >>thanks >> >>On Monday, July 13, 2020, 8:12:02 AM EDT, AK via Users >> wrote: >> >>I am trying to freshly install oVirt 4.4.1 with HCI on CentOS 8.2. I >>am using the "hosted-engine --deploy" script and the installation >fails >>at "Check the OVF Store" consistently. I did try to apply the fix >>loaded on Jenkins >>(https://jenkins.ovirt.org/job/ovirt-hosted-engine-setup_standard-check-patch/183/) >>which produced the same result. >> >>Any help is appreciated and I ma working to attached the install log. > >> >>Thanks >>Andy >>___ >>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/NA5PWTCCI3UDPIGC54K754VYXJSNBUUB/ >> ___ >>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/VFNK3CDY42ULBNDTGAHBROECPUNF6VHL/ >> ___ >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/55YCTNBFQL3IJRK4T57JWEF7S37UJL77/ > ___ 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/XDIP3EYHW2NNUBTX5UMIACXBEXKXQZXG/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
The install, (fresh CENT 8.2, SELINUX enforcing, and a clean glustere volume) just failed at the same step of checking the OVF Store. Attached is a snip of the ovirt-hosted-engine-setup-ansible-create_target.log. Any suggestions are appreciated. Additionally, before I did the install I did conduct a low level fomat of all drives. thanks On Tuesday, July 14, 2020, 2:16:20 PM EDT, Andy via Users wrote: Thanks for the reply. I have attempted installs with both SELINUX enabled and disabled. I am in process of trying a full clean install of CENT 8.2, OV 4.4.1.1, and will ensure SELINUX is enforcing. Thanks On Tuesday, July 14, 2020, 1:35:14 PM EDT, Strahil Nikolov wrote: Hi, some of the components in oVirt 4.3 rely on SELINUX being enabled. Most probably it is the same in 4.4 , so please try with SELINUX in enforcing mode. Best Regards, Strahil Nikolov На 14 юли 2020 г. 3:43:35 GMT+03:00, Andy via Users написа: >I just tried another fresh install with oVIRT 4.4.1.1, disabled >selinux, and the install failed at the OVF_Store check in the ansible >script. thanks > >On Monday, July 13, 2020, 1:27:16 PM EDT, Andy via Users > wrote: > >I just tried to install with the latest 4.4.1.1 updates and which >provided the same results. Attached is the engine setup log. The >install fails on the ansible script task: > TASK [ovirt.hosted_engine_setup : Check OVF_STORE volume status] . > >thanks > >On Monday, July 13, 2020, 8:12:02 AM EDT, AK via Users > wrote: > >I am trying to freshly install oVirt 4.4.1 with HCI on CentOS 8.2. I >am using the "hosted-engine --deploy" script and the installation fails >at "Check the OVF Store" consistently. I did try to apply the fix >loaded on Jenkins >(https://jenkins.ovirt.org/job/ovirt-hosted-engine-setup_standard-check-patch/183/) >which produced the same result. > >Any help is appreciated and I ma working to attached the install log. > >Thanks >Andy >___ >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/NA5PWTCCI3UDPIGC54K754VYXJSNBUUB/ > ___ >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/VFNK3CDY42ULBNDTGAHBROECPUNF6VHL/ > ___ 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/55YCTNBFQL3IJRK4T57JWEF7S37UJL77/ 2020-07-14 15:40:31,344-0400 INFO ansible ok {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_host': 'localhost', 'ansible_task': 'Parse OVF_STORE disk list', 'task_dur ation': 1} 2020-07-14 15:40:31,344-0400 DEBUG ansible on_any args kwargs 2020-07-14 15:40:32,037-0400 INFO ansible task start {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_task': 'ovirt.hosted_engine_setup : debug'} 2020-07-14 15:40:32,038-0400 DEBUG ansible on_any args TASK: ovirt.hosted_engine_setup : debug kwargs is_conditional:False 2020-07-14 15:40:32,038-0400 DEBUG ansible on_any args localhostTASK: ovirt.hosted_engine_setup : debug kwargs 2020-07-14 15:40:32,691-0400 INFO ansible ok {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_host': 'localhost', 'ansible_task': '', 'task_duration': 1} 2020-07-14 15:40:32,692-0400 DEBUG ansible on_any args kwargs 2020-07-14 15:40:33,386-0400 INFO ansible task start {'status': 'OK', 'ansible_type': 'task', 'ansible_playbook': '/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml', 'ansible_task': 'ovirt.hosted_engine_setup : Check OVF_STORE volume status' } 2020-07-14 15:40:33,386-0400 DEBUG ansible on_any args TASK: ovirt.hosted_engine_setup : Check OVF_STORE volume status kwargs is_conditional:False 2020-07-14 15:40:33,387-0400 DEBUG ansible on_any args localhostTASK: ovirt.hosted_engine_setup : Check OVF_STORE volume status kwargs 2020-07-14 15:40:34,503-0400 DEBUG ansible on_any args kwargs 2020-07-14 15:40:44,989-0400 DEBUG ansible on_any args kwargs 2020-07-14 15:40:55,479-0400 DEBUG
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Thanks for the reply. I have attempted installs with both SELINUX enabled and disabled. I am in process of trying a full clean install of CENT 8.2, OV 4.4.1.1, and will ensure SELINUX is enforcing. Thanks On Tuesday, July 14, 2020, 1:35:14 PM EDT, Strahil Nikolov wrote: Hi, some of the components in oVirt 4.3 rely on SELINUX being enabled. Most probably it is the same in 4.4 , so please try with SELINUX in enforcing mode. Best Regards, Strahil Nikolov На 14 юли 2020 г. 3:43:35 GMT+03:00, Andy via Users написа: >I just tried another fresh install with oVIRT 4.4.1.1, disabled >selinux, and the install failed at the OVF_Store check in the ansible >script. thanks > >On Monday, July 13, 2020, 1:27:16 PM EDT, Andy via Users > wrote: > >I just tried to install with the latest 4.4.1.1 updates and which >provided the same results. Attached is the engine setup log. The >install fails on the ansible script task: > TASK [ovirt.hosted_engine_setup : Check OVF_STORE volume status] . > >thanks > >On Monday, July 13, 2020, 8:12:02 AM EDT, AK via Users > wrote: > >I am trying to freshly install oVirt 4.4.1 with HCI on CentOS 8.2. I >am using the "hosted-engine --deploy" script and the installation fails >at "Check the OVF Store" consistently. I did try to apply the fix >loaded on Jenkins >(https://jenkins.ovirt.org/job/ovirt-hosted-engine-setup_standard-check-patch/183/) >which produced the same result. > >Any help is appreciated and I ma working to attached the install log. > >Thanks >Andy >___ >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/NA5PWTCCI3UDPIGC54K754VYXJSNBUUB/ > ___ >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/VFNK3CDY42ULBNDTGAHBROECPUNF6VHL/ > ___ 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/55YCTNBFQL3IJRK4T57JWEF7S37UJL77/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Hi, some of the components in oVirt 4.3 rely on SELINUX being enabled. Most probably it is the same in 4.4 , so please try with SELINUX in enforcing mode. Best Regards, Strahil Nikolov На 14 юли 2020 г. 3:43:35 GMT+03:00, Andy via Users написа: >I just tried another fresh install with oVIRT 4.4.1.1, disabled >selinux, and the install failed at the OVF_Store check in the ansible >script. thanks > >On Monday, July 13, 2020, 1:27:16 PM EDT, Andy via Users > wrote: > >I just tried to install with the latest 4.4.1.1 updates and which >provided the same results. Attached is the engine setup log. The >install fails on the ansible script task: > TASK [ovirt.hosted_engine_setup : Check OVF_STORE volume status] . > >thanks > >On Monday, July 13, 2020, 8:12:02 AM EDT, AK via Users > wrote: > >I am trying to freshly install oVirt 4.4.1 with HCI on CentOS 8.2. I >am using the "hosted-engine --deploy" script and the installation fails >at "Check the OVF Store" consistently. I did try to apply the fix >loaded on Jenkins >(https://jenkins.ovirt.org/job/ovirt-hosted-engine-setup_standard-check-patch/183/) >which produced the same result. > >Any help is appreciated and I ma working to attached the install log. > >Thanks >Andy >___ >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/NA5PWTCCI3UDPIGC54K754VYXJSNBUUB/ > ___ >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/VFNK3CDY42ULBNDTGAHBROECPUNF6VHL/ > ___ 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/VOTWFLRDOAU7XY3HMJ4E4YSBU54J7EJP/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
I just tried another fresh install with oVIRT 4.4.1.1, disabled selinux, and the install failed at the OVF_Store check in the ansible script. thanks On Monday, July 13, 2020, 1:27:16 PM EDT, Andy via Users wrote: I just tried to install with the latest 4.4.1.1 updates and which provided the same results. Attached is the engine setup log. The install fails on the ansible script task: TASK [ovirt.hosted_engine_setup : Check OVF_STORE volume status] . thanks On Monday, July 13, 2020, 8:12:02 AM EDT, AK via Users wrote: I am trying to freshly install oVirt 4.4.1 with HCI on CentOS 8.2. I am using the "hosted-engine --deploy" script and the installation fails at "Check the OVF Store" consistently. I did try to apply the fix loaded on Jenkins (https://jenkins.ovirt.org/job/ovirt-hosted-engine-setup_standard-check-patch/183/) which produced the same result. Any help is appreciated and I ma working to attached the install log. Thanks Andy ___ 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/NA5PWTCCI3UDPIGC54K754VYXJSNBUUB/ ___ 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/VFNK3CDY42ULBNDTGAHBROECPUNF6VHL/ ___ 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/ZR5DMENW4SGJAOWGMEWZJ5MMMPYD764H/
[ovirt-users] Re: Ovirt 4.4.1 Install failure at OVF_Store check
Trying an install of the latest OVIRT 4.4.1.1 ___ 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/IQ66BFYM426E4JYEDSA6RVCJNSTSGFMJ/