<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Hi Sandro,</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">

This is exactly the same issue I had with BZ 1055153, I recognize all the error messages exactly and the way it occurred. There was also the earlier message on the list which I mentioned my workaround.</div><div class="gmail_default" style="font-family:tahoma,sans-serif">

<br></div><div class="gmail_extra"><div><font face="tahoma, sans-serif">Thanks,<br>Andrew</font><br></div>
<br><br><div class="gmail_quote">On Fri, Jan 24, 2014 at 12:28 AM, Sandro Bonazzola <span dir="ltr">&lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Il 23/01/2014 14:24, Frank Wall ha scritto:<br>
<div class="im">&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m currently trying to setup a hosted-engine on a RHEL6 host<br>
&gt; with nightly repository (because 3.4 BETA didn&#39;t work either):<br>
<br>
</div>Do you have the same issue you&#39;ve with nightly?<br>
<div><div class="h5"><br>
<br>
&gt;<br>
&gt; [root@host ~]# hosted-engine --deploy<br>
&gt; [ INFO  ] Stage: Initializing<br>
&gt;           Continuing will configure this host for serving as hypervisor and create a VM where you have to install oVirt Engine afterwards.<br>
&gt;           Are you sure you want to continue? (Yes, No)[Yes]:<br>
&gt; [ INFO  ] Generating a temporary VNC password.<br>
&gt; [ INFO  ] Stage: Environment setup<br>
&gt;           Configuration files: []<br>
&gt;           Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140123135916.log<br>
&gt;           Version: otopi-1.2.0_master (otopi-1.2.0-0.2.master.20140121.git84f0852.el6)<br>
&gt; [ INFO  ] Hardware supports virtualization<br>
&gt; [ INFO  ] Bridge ovirtmgmt already created<br>
&gt; [ INFO  ] Stage: Environment packages setup<br>
&gt; [ INFO  ] Stage: Programs detection<br>
&gt; [ INFO  ] Stage: Environment setup<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Waiting for VDSM hardware info<br>
&gt; [ INFO  ] Stage: Environment customization<br>
&gt;<br>
&gt;           --== STORAGE CONFIGURATION ==--<br>
&gt;<br>
&gt;           During customization use CTRL-D to abort.<br>
&gt; [ ERROR ] Failed to execute stage &#39;Environment customization&#39;: [Errno 111] Connection refused<br>
&gt; [ INFO  ] Stage: Clean up<br>
&gt; [ INFO  ] Stage: Pre-termination<br>
&gt; [ INFO  ] Stage: Termination<br>
&gt;<br>
&gt; The full log is available here:<br>
&gt; <a href="http://pastebin.com/Xpa87sjc" target="_blank">http://pastebin.com/Xpa87sjc</a><br>
&gt;<br>
&gt; The matching log entry is below:<br>
&gt;<br>
&gt; 2014-01-23 14:17:48 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._customization<br>
&gt; 2014-01-23 14:17:48 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 During customization use CTRL-D to abort.<br>
&gt; 2014-01-23 14:17:48 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:630 _check_existing_pools<br>
&gt; 2014-01-23 14:17:48 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:631 getConnectedStoragePoolsList<br>
&gt; 2014-01-23 14:17:48 DEBUG otopi.context context._executeMethod:152 method exception<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;/usr/lib/python2.6/site-packages/otopi/context.py&quot;, line 142, in _executeMethod<br>
&gt;     method[&#39;method&#39;]()<br>
&gt;   File &quot;/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/storage.py&quot;, line 729, in _customization<br>
&gt;     self._check_existing_pools()<br>
&gt;   File &quot;/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/storage.py&quot;, line 632, in _check_existing_pools<br>
&gt;     pools = self.serv.s.getConnectedStoragePoolsList()<br>
&gt;   File &quot;/usr/lib64/python2.6/xmlrpclib.py&quot;, line 1199, in __call__<br>
&gt;     return self.__send(self.__name, args)<br>
&gt;   File &quot;/usr/lib64/python2.6/xmlrpclib.py&quot;, line 1489, in __request<br>
&gt;     verbose=self.__verbose<br>
&gt;   File &quot;/usr/lib64/python2.6/xmlrpclib.py&quot;, line 1235, in request<br>
&gt;     self.send_content(h, request_body)<br>
&gt;   File &quot;/usr/lib64/python2.6/xmlrpclib.py&quot;, line 1349, in send_content<br>
&gt;     connection.endheaders()<br>
&gt;   File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 908, in endheaders<br>
&gt;     self._send_output()<br>
&gt;   File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 780, in _send_output<br>
&gt;     self.send(msg)<br>
&gt;   File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 739, in send<br>
&gt;     self.connect()<br>
&gt;   File &quot;/usr/lib64/python2.6/site-packages/vdsm/SecureXMLRPCServer.py&quot;, line 188, in connect<br>
&gt;     sock = socket.create_connection((self.host, self.port), self.timeout)<br>
&gt;   File &quot;/usr/lib64/python2.6/socket.py&quot;, line 567, in create_connection<br>
&gt;     raise error, msg<br>
&gt; error: [Errno 111] Connection refused<br>
&gt; 2014-01-23 14:17:48 ERROR otopi.context context._executeMethod:161 Failed to execute stage &#39;Environment customization&#39;: [Errno 111] Connection refused<br>
<br>
</div></div>can you attach vdsm logs?<br>
<div class="im HOEnZb"><br>
<br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; RPM version information:<br>
&gt;<br>
&gt; otopi-1.2.0-0.2.master.20140121.git84f0852.el6.noarch<br>
&gt; ovirt-host-deploy-1.2.0-0.2.master.20140120.gitdeb0453.el6.noarch<br>
&gt; ovirt-hosted-engine-setup-1.2.0-0.0.master.20140117.gitfaf77a5.el6.noarch<br>
&gt; ovirt-hosted-engine-ha-1.1.0-0.1.beta1.el6.noarch<br>
&gt; ovirt-engine-sdk-python-3.4.0.2-1.20140121.git42b7d69.el6.noarch<br>
&gt; ovirt-release-el6-10.0.1-2.noarch<br>
&gt; vdsm-python-zombiereaper-4.14.1-6.gite008998.el6.noarch<br>
&gt; vdsm-python-4.14.1-6.gite008998.el6.x86_64<br>
&gt; vdsm-cli-4.14.1-6.gite008998.el6.noarch<br>
&gt; vdsm-xmlrpc-4.14.1-6.gite008998.el6.noarch<br>
&gt; vdsm-4.14.1-6.gite008998.el6.x86_64<br>
&gt;<br>
&gt;<br>
&gt; Any hint?<br>
&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt; - Frank<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
</div><span class="HOEnZb"><font color="#888888">--<br>
Sandro Bonazzola<br>
Better technology. Faster innovation. Powered by community collaboration.<br>
See how it works at <a href="http://redhat.com" target="_blank">redhat.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div></div>