[libvirt] [jenkins-ci PATCH] guests: disable glusterfs on FreeBSD

Pavel Hrdina posted 1 patch 6 years, 6 months ago
Failed in applying to current master (apply log)
guests/vars/mappings.yml | 1 -
1 file changed, 1 deletion(-)
[libvirt] [jenkins-ci PATCH] guests: disable glusterfs on FreeBSD
Posted by Pavel Hrdina 6 years, 6 months ago
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 guests/vars/mappings.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index cae9d23..828690e 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -118,7 +118,6 @@ mappings:
 
   glusterfs:
     deb: glusterfs-client
-    pkg: glusterfs
     rpm: glusterfs-api-devel
 
   gnome-common:
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: disable glusterfs on FreeBSD
Posted by Andrea Bolognani 6 years, 6 months ago
On Fri, 2017-10-20 at 21:49 +0200, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> ---
>  guests/vars/mappings.yml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
> index cae9d23..828690e 100644
> --- a/guests/vars/mappings.yml
> +++ b/guests/vars/mappings.yml
> @@ -118,7 +118,6 @@ mappings:
>  
>    glusterfs:
>      deb: glusterfs-client
> -    pkg: glusterfs
>      rpm: glusterfs-api-devel

I'm convinced this should work, but since it's blocking the rest
of the CI we can change it now and if appropriate revert it later.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: disable glusterfs on FreeBSD
Posted by Andrea Bolognani 6 years, 6 months ago
On Fri, 2017-10-20 at 21:59 +0200, Andrea Bolognani wrote:
> On Fri, 2017-10-20 at 21:49 +0200, Pavel Hrdina wrote:
> > Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> > ---
> >  guests/vars/mappings.yml | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
> > index cae9d23..828690e 100644
> > --- a/guests/vars/mappings.yml
> > +++ b/guests/vars/mappings.yml
> > @@ -118,7 +118,6 @@ mappings:
> >  
> >    glusterfs:
> >      deb: glusterfs-client
> > -    pkg: glusterfs
> >      rpm: glusterfs-api-devel
> 
> I'm convinced this should work, but since it's blocking the rest
> of the CI we can change it now and if appropriate revert it later.

I've looked into it and it's a silly gluster bug that I'd probably
worked around locally while working on the dependency list. A fix
has now been submitted upstream:

  https://review.gluster.org/#/c/18576/

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list