[ovirt-users] glusterfs public key failure for rpm

Fabrice Bacchella fabrice.bacchella at orange.fr
Tue Mar 22 16:47:39 UTC 2016


The command
rpm --import https://download.gluster.org/pub/gluster/glusterfs/LATEST/rsa.pub
worked too.
> 

> Le 22 mars 2016 à 17:46, Robert Story <rstory at tislabs.com> a écrit :
> 
> On Tue, 22 Mar 2016 17:28:20 +0100 Fabrice wrote:
> FB> I tried to add a new host on a RHEL7, but it fails.
> FB> 
> FB> In the ovirt-host-deploy-20160322171347-XXX-6ba9d4a3.log file, I found:
> FB> 
> FB> warning: /var/cache/yum/x86_64/7/ovirt-3.6-glusterfs-epel/packages/glusterfs-libs-3.7.9-1.el7.x86_64.rpm:
> FB> Header V4 RSA/SHA256 Signature, key ID d5dc52dc: NOKEY Retrieving key
> FB> from https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key
> 
> Try this patch, it worked for me:
> 
> diff --git a/yum.repos.d/ovirt-3.5-dependencies.repo b/yum.repos.d/ovirt-3.5-dependencies.repo
> index c1914bb..3ef8a28 100644
> --- a/yum.repos.d/ovirt-3.5-dependencies.repo
> +++ b/yum.repos.d/ovirt-3.5-dependencies.repo
> @@ -14,7 +14,7 @@ baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-
> enabled=1
> skip_if_unavailable=1
> gpgcheck=1
> -gpgkey=https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key
> +gpgkey=https://download.gluster.org/pub/gluster/glusterfs/LATEST/rsa.pub
> 
> [ovirt-3.5-glusterfs-noarch-epel]
> name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
> @@ -22,7 +22,7 @@ baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-
> enabled=1
> skip_if_unavailable=1
> gpgcheck=1
> -gpgkey=https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key
> +gpgkey=https://download.gluster.org/pub/gluster/glusterfs/LATEST/rsa.pub
> 
> [ovirt-3.5-patternfly1-noarch-epel]
> name=Copr repo for patternfly1 owned by patternfly
> 
> 
> Robert
> 
> -- 
> Senior Software Engineer @ Parsons




More information about the Users mailing list