<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Giuseppe Ragusa" &lt;giuseppe.ragusa@hotmail.com&gt;<br><b>To: </b>"Yedidyah Bar David" &lt;didi@redhat.com&gt;<br><b>Cc: </b>users@ovirt.org<br><b>Sent: </b>Saturday, March 15, 2014 2:15:18 AM<br><b>Subject: </b>RE: [Users] Self-hosted-engine setup error<br><div><br></div>

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">Hi Didi,<br><div><br></div><div><hr id="stopSpelling">Date: Thu, 13 Mar 2014 02:46:50 -0400<br>From: didi@redhat.com<br>To: giuseppe.ragusa@hotmail.com<br>CC: users@ovirt.org<br>Subject: Re: [Users] Self-hosted-engine setup error<br><div><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt;color:#000000;"><div></div><blockquote style="border-left:2px solid #1010FF;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Giuseppe Ragusa" &lt;giuseppe.ragusa@hotmail.com&gt;<br><b>To: </b>users@ovirt.org<br><b>Sent: </b>Thursday, March 13, 2014 2:38:42 AM<br><b>Subject: </b>[Users] Self-hosted-engine setup error<br><div><br></div><style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style><div dir="ltr">Hi all,<br>while attempting a from-scratch self-hosted-engine installation on CentOS 6.5 (also freshly reinstalled from scratch) on a physical node (oVirt 3.4.0_pre + GlusterFS 3.5.0beta4; NFS storage for engine VM), the process fails almost immediately with:<br><div><br></div>[root@cluster1 ~]# ovirt-hosted-engine-setup --config-append=/root/ovhe-setup-answers.conf<br>[ INFO&nbsp; ] Stage: Initializing<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Continuing will configure this host for serving as hypervisor and create a VM where you have to install oVirt Engine afterwards.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are you sure you want to continue? (Yes, No)[Yes]:<br>[ INFO&nbsp; ] Generating a temporary VNC password.<br>[ INFO&nbsp; ] Stage: Environment setup<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configuration files: ['/root/ovhe-setup-answers.conf']<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140313010526.log<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version: otopi-1.2.0_rc3 (otopi-1.2.0-0.9.rc3.el6)<br>[ INFO&nbsp; ] Hardware supports virtualization<br>[ INFO&nbsp; ] Bridge ovirtmgmt already created<br>[ INFO&nbsp; ] Stage: Environment packages setup<br>[ INFO&nbsp; ] Stage: Programs detection<br>[ INFO&nbsp; ] Stage: Environment setup<br>[ INFO&nbsp; ] Generating VDSM certificates<br>[ ERROR ] Failed to execute stage 'Environment setup': [Errno 2] No such file or directory: '/etc/pki/libvirt/clientcert.pem'</div></blockquote><div><br></div><div>I already got another such report yesterday - seems like a bug in the fix for&nbsp;<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1034634" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1034634</a>&nbsp;.</div><div>I hope to push a fix later today.<br><div><br></div>I look forward to have the fix pushed/merged in actual packages.<br></div><div><br></div><blockquote style="border-left:2px solid #1010FF;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div dir="ltr"><br>[ INFO&nbsp; ] Stage: Clean up<br>[ INFO&nbsp; ] Stage: Pre-termination<br>[ INFO&nbsp; ] Stage: Termination<br><div><br></div>The /root/ovhe-setup-answers.conf has been saved from a previous installation (before reinstalling) and only minimally edited (removed some lines with UUIDs etc.).<br><div><br></div>The /etc/pki/libvirt dir is completely missing on both nodes; last time I tried the whole setup I do not recall of having such problems, but maybe something was different then.<br><div><br></div>The generated /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140313010526.log has been saved as:<br><div><br></div>http://pastebin.com/ezAJETBN<br><div><br></div>I hope to be able to progress further to test the whole 2-nodes setup (second node freshly reinstalled too and already up with GlusterFS and waiting to be added to oVirt cluster) and datacenter configuration.<br><div><br></div>Many thanks in advance for any suggestions/help,</div></blockquote><div><br></div><div>For now, you can simply:</div><div>mkdir&nbsp;<span style="font-family:Helvetica, Arial, sans-serif;">/etc/pki/libvirt</span></div><div><br></div><div>This should be enough.<br><div><br></div>The workaround works: the self-hosted-engine installation proceeds now.<br></div><div><br></div><div>Thanks for the report!</div><div>-- <br></div><div><span></span>Didi<br><span></span><br>Many thanks for your kind and prompt assistance,<br>Giuseppe<br><div><br></div></div></div></div>                                               </div>
</blockquote><div><br>Thanks for the report. The workaround is probably not enough, depends on what you</div><div>are trying to do. 'mkdir /etc/pki/libvirt/private' is needed too. Without it, the code that</div><div>copies there a key will create a file 'private' instead of copying it into a directory 'private'.</div><div><br></div><div>Fix [1] was merged to all branches.</div><div><br></div><div>[1]&nbsp;<a href="http://gerrit.ovirt.org/25747">http://gerrit.ovirt.org/25747</a></div><div><br></div><div>Best regards,</div><div><span style="font-size: 12pt;">--&nbsp;</span></div><div><span name="x"></span>Didi<br><span name="x"></span><br></div></div></body></html>