<div>Hello oVirt guru`s !</div><div> </div><div>I have problem with initial deploy of ovirt 4.0 hosted engine.</div><div> </div><div>My environment :</div><div>============================</div><div>* Two servers HP ProLiant DL 360 G5 with Qlogic FC HBA connected (with multipathd) to storage HP 3PAR 7200</div><div>* On each server installed CentOS 7.2 Linux (3.10.0-327.22.2.el7.x86_64)</div><div>* On 3PAR storage I created 2 LUNs for oVirt.</div><div>- First LUN for oVirt Hosted Engine VM (60GB)</div><div>- Second LUN for all other VMs (2TB)</div><div> </div><div># multipath -ll</div><div> </div><div>3par-vv1 (360002ac0000000000000001b0000cec9) dm-0 3PARdata,VV</div><div>size=60G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw</div><div>`-+- policy='round-robin 0' prio=50 status=active</div><div>  |- 2:0:1:1 sdd 8:48  active ready running</div><div>  |- 3:0:0:1 sdf 8:80  active ready running</div><div>  |- 2:0:0:1 sdb 8:16  active ready running</div><div>  `- 3:0:1:1 sdh 8:112 active ready running</div><div> </div><div>3par-vv2 (360002ac000000000000000160000cec9) dm-1 3PARdata,VV</div><div>size=2.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw</div><div>`-+- policy='round-robin 0' prio=50 status=active</div><div>  |- 2:0:0:0 sda 8:0   active ready running</div><div>  |- 3:0:0:0 sde 8:64  active ready running</div><div>  |- 2:0:1:0 sdc 8:32  active ready running</div><div>  `- 3:0:1:0 sdg 8:96  active ready running</div><div> </div><div> </div><div> </div><div>My steps on first server (initial deploy of ovirt 4.0 hosted engine):</div><div>============================</div><div> </div><div># systemctl stop NetworkManager</div><div># systemctl disable NetworkManager</div><div># yum -y install http://resources.ovirt.org/pub/yum-repo/ovirt-release40.rpm</div><div># yum -y install epel-release</div><div># wget http://mirror.yandex.ru/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1511.iso -P /tmp/</div><div># yum install ovirt-hosted-engine-setup</div><div># yum install screen</div><div># screen -RD</div><div> </div><div>...in screen session :</div><div> </div><div># hosted-engine --deploy</div><div> </div><div>...</div><div>in configuration process I chose "fc" as storage type for oVirt hosted engine vm and select 60GB LUN...</div><div>...</div><div> </div><div>--== CONFIGURATION PREVIEW ==--</div><div> </div><div>...</div><div>          Firewall manager                   : iptables</div><div>          Gateway address                    : 10.1.0.1</div><div>          Host name for web application      : KOM-AD01-OVIRT1</div><div>          Storage Domain type                : fc</div><div>          Host ID                            : 1</div><div>          LUN ID                             : 360002ac0000000000000001b0000cec9</div><div>          Image size GB                      : 40</div><div>          Console type                       : vnc</div><div>          Memory size MB                     : 4096</div><div>          MAC address                        : 00:16:3e:77:1d:07</div><div>          Boot type                          : cdrom</div><div>          Number of CPUs                     : 2</div><div>          ISO image (cdrom boot/cloud-init)  : /tmp/CentOS-7-x86_64-NetInstall-1511.iso</div><div>          CPU Type                           : model_Penryn</div><div>...</div><div>and get error after step "Verifying sanlock lockspace initialization"</div><div>...</div><div> </div><div>[ INFO  ] Verifying sanlock lockspace initialization</div><div>[ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable</div><div>[ INFO  ] Stage: Clean up</div><div>[ INFO  ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20160722124133.conf'</div><div>[ INFO  ] Stage: Pre-termination</div><div>[ INFO  ] Stage: Termination</div><div>[ ERROR ] Hosted Engine deployment failed: this system is not reliable, please check the issue, fix and redeploy</div><div>          Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20160722123404-t26vw0.log</div><div> </div><div> </div><div>Interestingly</div><div>============================</div><div>If I try to deploy hosted-engine v3.6, everything goes well in the same configuration !! :</div><div> </div><div>....</div><div>[ INFO  ] Stage: Transaction setup</div><div>[ INFO  ] Stage: Misc configuration</div><div>[ INFO  ] Stage: Package installation</div><div>[ INFO  ] Stage: Misc configuration</div><div>[ INFO  ] Configuring libvirt</div><div>[ INFO  ] Configuring VDSM</div><div>[ INFO  ] Starting vdsmd</div><div>[ INFO  ] Waiting for VDSM hardware info</div><div>[ INFO  ] Configuring the management bridge</div><div>[ INFO  ] Creating Volume Group</div><div>[ INFO  ] Creating Storage Domain</div><div>[ INFO  ] Creating Storage Pool</div><div>[ INFO  ] Connecting Storage Pool</div><div>[ INFO  ] Verifying sanlock lockspace initialization</div><div>[ INFO  ] Creating Image for 'hosted-engine.lockspace' ...</div><div>[ INFO  ] Image for 'hosted-engine.lockspace' created successfully</div><div>[ INFO  ] Creating Image for 'hosted-engine.metadata' ...</div><div>[ INFO  ] Image for 'hosted-engine.metadata' created successfully</div><div>[ INFO  ] Creating VM Image</div><div>[ INFO  ] Destroying Storage Pool</div><div>[ INFO  ] Start monitoring domain</div><div>[ INFO  ] Configuring VM</div><div>[ INFO  ] Updating hosted-engine configuration</div><div>[ INFO  ] Stage: Transaction commit</div><div>[ INFO  ] Stage: Closing up</div><div>[ INFO  ] Creating VM</div><div>          You can now connect to the VM with the following command:</div><div>                /bin/remote-viewer vnc://localhost:5900</div><div>...</div><div> </div><div>What could be the problem?</div>