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

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

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

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
participants (2)
-
Andrea Bolognani
-
Pavel Hrdina