Hello everybody,
I'm trying to add a new host to my oVirt infrastructure and in the process of installing host I receive the errors:
| | Host host3 installation failed. Command returned failure code 1 during SSH session 'root@ovirt-host3.siee.local'
|
My host is a CentOS release 6.5 (Final) and the installation log file /var/log/ovirt-engine/host-deploy/ovirt-20140425105003-ovirt-host3.siee.local-b98f5fc.log says:
2014-04-25 10:52:41 INFO otopi.plugins.ovirt_host_deploy.vdsm.hardware hardware._validate_virtualization:71 Hardware supports virtualization
2014-04-25 10:52:41 DEBUG otopi.context context._executeMethod:123 Stage validation METHOD otopi.plugins.ovirt_host_deploy.vdsm.packages.Plugin._validation
Loading mirror speeds from cached hostfile
* base:
ftp.cica.es
* epel:
ftp.cica.es * extras:
ftp.cica.es * updates:
ftp.cica.es2014-04-25 10:52:41 DEBUG otopi.context context._executeMethod:137 method exception
Traceback (most recent call last):
File "/tmp/ovirt-FbkNK3vQrX/pythonlib/otopi/context.py", line 127, in _executeMethod
method['method']()
File "/tmp/ovirt-FbkNK3vQrX/otopi-plugins/ovirt-host-deploy/vdsm/packages.py", line 75, in _validation
'Cannot locate vdsm package, '
RuntimeError: Cannot locate vdsm package, possible cause is incorrect channels
2014-04-25 10:52:41 ERROR otopi.context context._executeMethod:146 Failed to execute stage 'Setup validation': Cannot locate vdsm package, possible cause is incorrect channels
I'm attaching the installation log file. Could Anybody gives me some indication about this problem?