Hi,

I've Ovirt 3.5 (oVirt Engine Version: 3.5.1.1-1.fc20) Hosted engine on Fedora 20 (latest updates)

and I've two glusterfs servers (glusterfs-3.6.2-1), actually two GlusterFS VMs on another machine on Centos7x64 from  (latest updates) using this repository http://download.gluster.org/pub/gluster/glusterfs/LATEST/

I've created a new cluster GlusterFS on Ovirt and tried to import the two hosts without success
I am getting this error

Host gluster1.domain.tld installation failed. Command returned failure code 1 during SSH session 'root@192.168.1.72'.


and from the host deploy on the engine

2015-03-23 17:35:53 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
  File "/tmp/ovirt-ZZd4JGVWVI/pythonlib/otopi/context.py", line 142, in _executeMethod
    method['method']()
  File "/tmp/ovirt-ZZd4JGVWVI/otopi-plugins/ovirt-host-deploy/gluster/packages.py", line 66, in _validation
    'Cannot locate gluster packages, '
RuntimeError: Cannot locate gluster packages, possible cause is incorrect channels
2015-03-23 17:35:53 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Setup validation': Cannot locate gluster packages, possible cause is incorrect channels
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:490 ENVIRONMENT DUMP - BEGIN
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/error=bool:'True'
2015-03-23 17:35:53 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, RuntimeError('Cannot locate gluster packages, possible cause is incorrect channels',), <traceback object at 0x20f04d0>)]'


GlusterFS is running on the two VMs and I did configure a volume and did change the uid/gid to 36
so what's the problem?

thanks in advance.