From 8af36181e70ba6ad0996d11878d2884724c90bd3a8b490ce9995abdfb5ea7dbe Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 10 Jun 2023 13:41:13 +0000 Subject: [PATCH 1/2] - Disable IO_uring for now [boo#1210894] OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=92 --- glusterfs.changes | 5 +++++ glusterfs.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/glusterfs.changes b/glusterfs.changes index 7bb258a..417ceba 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 10 13:29:09 UTC 2023 - Jan Engelhardt + +- Disable IO_uring for now [boo#1210894] + ------------------------------------------------------------------- Tue May 23 23:25:48 UTC 2023 - Jan Engelhardt diff --git a/glusterfs.spec b/glusterfs.spec index 6851e44..c9ca63d 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -150,13 +150,11 @@ links. %build %define _lto_cflags %nil ./autogen.sh +# https://github.com/gluster/glusterfs/issues/3947 %configure \ --without-tcmalloc \ -%if !(0%{?suse_version} >= 1550) --disable-linux-io_uring \ -%else --with-mountutildir="%_sbindir" \ -%endif --disable-static --with-ipv6-default %make_build From 0759d992f2ea87083d77b306148bb192baaba45b32c23e6aa333947be78ab40f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 10 Jun 2023 14:15:57 +0000 Subject: [PATCH 2/2] put back one if block for 15.x OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=93 --- glusterfs.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glusterfs.spec b/glusterfs.spec index c9ca63d..d2747ab 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -154,7 +154,9 @@ links. %configure \ --without-tcmalloc \ --disable-linux-io_uring \ +%if 0%{?suse_version} >= 1550 --with-mountutildir="%_sbindir" \ +%endif --disable-static --with-ipv6-default %make_build