I tried to add a new host on a RHEL7, but it fails.

In the ovirt-host-deploy-20160322171347-XXX-6ba9d4a3.log file, I found:

warning: 
/var/cache/yum/x86_64/7/ovirt-3.6-glusterfs-epel/packages/glusterfs-libs-3.7.9-1.el7.x86_64.rpm:
 Header V4 RSA/SHA256 Signature, key ID d5dc52dc: NOKEY
Retrieving key from 
https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key
2016-03-22 17:13:41 ERROR otopi.plugins.otopi.packagers.yumpackager 
yumpackager.error:100 Yum GPG key retrieval failed: [Errno 14] HTTPS Error 404 
- Not Found
2016-03-22 17:13:41 DEBUG otopi.context context._executeMethod:156 method 
exception
Traceback (most recent call last):
  File "/tmp/ovirt-6ocubrsLfP/pythonlib/otopi/context.py", line 146, in 
_executeMethod
    method['method']()
  File "/tmp/ovirt-6ocubrsLfP/otopi-plugins/otopi/packagers/yumpackager.py", 
line 274, in _packages
    self._miniyum.processTransaction()
  File "/tmp/ovirt-6ocubrsLfP/pythonlib/otopi/miniyum.py", line 1054, in 
processTransaction
    rpmDisplay=self._RPMCallback(sink=self._sink)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6500, in 
processTransaction
    self._checkSignatures(pkgs,callback)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6543, in 
_checkSignatures
    self.getKeyForPackage(po, self._askForGPGKeyImport)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6194, in 
getKeyForPackage
    keys = self._retrievePublicKey(keyurl, repo)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6091, in 
_retrievePublicKey
    exception2msg(e))
YumBaseError: GPG key retrieval failed: [Errno 14] HTTPS Error 404 - Not Found


In /etc/yum.repos.d/ovirt-3.6-dependencies.repo, I found :

[ovirt-3.6-glusterfs-epel]
name=GlusterFS is a clustered file-system capable of scaling to several 
petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key

This file is up to date I think :
$ rpm -qf /etc/yum.repos.d/ovirt-3.6-dependencies.repo
ovirt-release36-005-1.noarch

$ yum update
...
No packages marked for update


If I try to download it :
$ curl -ORLv https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key 
<https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key>
...
< HTTP/1.1 404 Not Found

I think the explanation are here :
https://download.gluster.org/pub/gluster/glusterfs/LATEST/NEW_PUBLIC_KEY.README 
<https://download.gluster.org/pub/gluster/glusterfs/LATEST/NEW_PUBLIC_KEY.README>

Any thing I can do ?

I don't even use glusterfs, I will be happy to disable it if I knew how.





_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to