On Tue, Dec 6, 2016 at 9:38 AM, Sandro Bonazzola <sbonazzo@redhat.com> wrote:______________________________Hi,any feedback on 4.1 beta we released last week?Thanks,--Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com_________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
Hi Sandro,just tried to install self hosted engine in a nested environment (host is free ESXi 6.0 where I also have a working nested oVirt cluster of 3 HCI gluster hosts).The host is CentOS 7.2 updated with CR repo enabled (so it should be an upcoming CentOS 7.3).
I used the provided appliance in ovirt-engine-appliance-4.1-20161202.1.el7.centos.noarch the deploy command arrived at this point and then failed[ INFO ] Stage: Transaction setup[ INFO ] Stage: Misc configuration[ INFO ] Stage: Package installation[ INFO ] Stage: Misc configuration[ INFO ] Configuring libvirt[ INFO ] Configuring VDSM[ INFO ] Starting vdsmd[ INFO ] Configuring the management bridge[ INFO ] Creating Storage Domain[ INFO ] Creating Storage Pool[ INFO ] Connecting Storage Pool[ INFO ] Verifying sanlock lockspace initialization[ INFO ] Creating Image for 'hosted-engine.lockspace' ...[ INFO ] Image for 'hosted-engine.lockspace' created successfully[ INFO ] Creating Image for 'hosted-engine.metadata' ...[ INFO ] Image for 'hosted-engine.metadata' created successfully[ INFO ] Creating VM Image[ INFO ] Extracting disk image from OVF archive (could take a few minutes depending on archive size)[ INFO ] Validating pre-allocated volume size[ INFO ] Uploading volume to data domain (could take a few minutes depending on archive size)[ INFO ] Image successfully imported from OVF[ INFO ] Destroying Storage Pool[ INFO ] Start monitoring domain[ INFO ] Configuring VM[ INFO ] Updating hosted-engine configuration[ INFO ] Stage: Transaction commit[ INFO ] Stage: Closing up[ INFO ] Creating VM[ ERROR ] Failed to execute stage 'Closing up': Cannot create the VM: Error creating the requested VM[ INFO ] Stage: Clean up[ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers- 20161206171233.conf' [ INFO ] Stage: Pre-termination[ INFO ] Stage: Termination[ ERROR ] Hosted Engine deployment failed: this system is not reliable, please check the issue,fix and redeployLog file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine- setup-20161206165954-m8tml8. log Inside the logfile I see this:2016-12-06 17:12:26 DEBUG otopi.context context._executeMethod:128 Stage closeup METHOD otopi.plugins.gr_he_setup.vm.runvm.Plugin._boot_from_hd 2016-12-06 17:12:31 DEBUG otopi.ovirt_hosted_engine_setup.tasks tasks.wait:52 Waiting for VM do wn2016-12-06 17:12:31 DEBUG otopi.ovirt_hosted_engine_setup.tasks tasks.wait:58 Virtual machine d oes not exist2016-12-06 17:12:31 INFO otopi.plugins.gr_he_setup.vm.runvm mixins._create_vm:149 Creating VM 2016-12-06 17:12:31 DEBUG otopi.plugins.gr_he_setup.vm.runvm mixins._create_vm:281 {'status': { 'message': u'Error creating the requested VM', 'code': 9}}2016-12-06 17:12:31 DEBUG otopi.context context._executeMethod:142 method exceptionTraceback (most recent call last):File "/usr/lib/python2.7/site-packages/otopi/context.py", line 132, in _executeMethod method['method']()File "/usr/share/ovirt-hosted-engine-setup/scripts/../ plugins/gr-he-setup/vm/runvm. py", line 168, in _boot_from_hd self._create_vm()File "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ setup/mixins.py", line 287, in _create_vm message=status['status']['message'] RuntimeError: Cannot create the VM: Error creating the requested VM2016-12-06 17:12:31 ERROR otopi.context context._executeMethod:151 Failed to execute stage 'Closing up': Cannot create the VM: Error creating the requested VMAnything I can check?