<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I&#39;ve stumbled across a very strange bug and been trying to work around it for a couple of days with no luck. <br><br></div>So my setup is:<br></div>Host 1: centos 6.6 with ovirt 3.5 deployed as hosted engine. Had a few problems while deploying it, but eventually got it up and running.<br><br></div>Host 2: same centos 6.6, same hardware. While executing hosted-engine --deploy, I am getting this error:<br><br>[ INFO  ] Stage: Setup validation<br>[WARNING] Host name hyp-A2 has no domain suffix<br>[WARNING] Failed to resolve hyp-A2 using DNS, it can be resolved only locally<br>[ ERROR ] Failed to execute stage &#39;Setup validation&#39;: [Errno 2] No such file or directory: &#39;/rhev/data-center/mnt/192.168.1.59:_media_ssd__raid10_ovirt_data__fast/f617dfce-4ac8-495b-a0f3-4f85ce39df27/ha_agent/hosted-engine.metadata&#39;<br><br></div><div>My storage machine is a separate host running RHEL 6.4. /etc/exports looks like this:<br><br>/media/ssd_raid10/ *(rw,sync,all_squash)<br>/media/ssd_raid10/ovirt *(rw,sync,no_subtree_check,anonuid=36,anongid=36,all_squash)<br></div><div>*some other shares*<br><br></div><div>Now here is the strange part: after repeatedly bashing my head against the wall I finally noticed the difference: on the first host it mounts as:<br><br><br></div><div>192.168.1.59:/media/ssd_raid10/ovirt/data_fast on /rhev/data-center/mnt/192.168.1.59:_media_ssd__raid10_ovirt_data__fast_<br><br></div><div>While on the second host it mounts as:<br><br>192.168.1.59:/media/ssd_raid10/ovirt/data_fast on /rhev/data-center/mnt/192.168.1.59:_media_ssd__raid10_ovirt_data__fast<br><br></div><div>(note the lack of underscore in the end)<br><br></div><div>That is what caused the problem - this &quot;hosted-engine.metadata&quot; file is actually a symlink. And because of different mount points on the second host it was pointing to nowhere.<br><br></div><div>So I figured, maybe I should add / to the end of the nfs path. So I tried it like this:<br><br>          Please specify the storage you would like to use (iscsi, nfs3, nfs4)[nfs3]: <br>          Please specify the full shared storage connection path to use (example: host:/path): 192.168.1.59:/media/ssd_raid10/ovirt/data_fast/<br>[ INFO  ] Installing on first host<br>          Please provide storage domain name. [hosted_storage]: <br><br></div><div>As you can see, in this case it doesn&#39;t detect that it already has a hosted engine installed.<br><br></div><div>So, I&#39;m out of ideas how to make it work. There is clearly something unstable in the installation scripts, but does anyone have any idea how to make it work?<br><br></div><div>PS: Sorry for my crude English, not really a native speaker.<br><br></div><div>Thanks,<br></div><div>Tigran.<br></div><div><br></div><div><br></div></div>