From 3d9e997e0d54f8a83a495098ea4f326d7024e59120095f88aa3e1d375de8888f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 28 Sep 2021 14:36:57 +0000 Subject: [PATCH 1/3] - Update to release 9.3 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=80 --- glusterfs-9.1.tar.gz | 3 --- glusterfs-9.3.tar.gz | 3 +++ glusterfs.changes | 11 +++++++++++ glusterfs.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 glusterfs-9.1.tar.gz create mode 100644 glusterfs-9.3.tar.gz diff --git a/glusterfs-9.1.tar.gz b/glusterfs-9.1.tar.gz deleted file mode 100644 index ea7a32f..0000000 --- a/glusterfs-9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078a7dad1aa6d9024e875e73b7f9f5c461234768ca6e239bc9e2e3a16b96884c -size 8206207 diff --git a/glusterfs-9.3.tar.gz b/glusterfs-9.3.tar.gz new file mode 100644 index 0000000..7b3449f --- /dev/null +++ b/glusterfs-9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f486390628cd02506b284a5b4baa396fb9f0e993021ac652eaa89b23e58c456 +size 8167846 diff --git a/glusterfs.changes b/glusterfs.changes index 8058d42..9209871 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 28 14:31:30 UTC 2021 - Jan Engelhardt + +- Update to release 9.3 + * New reset-brick command + * Ability to get node level status of a cluster + * Multi-threaded self-heal for Disperse volumes + * Lock revocation feature + * On-demand scrubbing for bitrot detection + * Real time Cluster notifications using Events APIs + ------------------------------------------------------------------- Thu Apr 29 10:29:59 UTC 2021 - Jan Engelhardt diff --git a/glusterfs.spec b/glusterfs.spec index 1219b81..4463af8 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -17,16 +17,16 @@ Name: glusterfs -Version: 9.1 +Version: 9.3 Release: 0 Summary: Aggregating distributed file system License: GPL-2.0-only OR LGPL-3.0-or-later Group: System/Filesystems -URL: http://www.gluster.org/ +URL: https://www.gluster.org/ #Git-Clone: https://github.com/gluster/glusterfs #Git-Clone: https://github.com/fvzwieten/lsgvt -Source: https://download.gluster.org/pub/gluster/glusterfs/9/9.1/glusterfs-9.1.tar.gz +Source: https://download.gluster.org/pub/gluster/glusterfs/9/%version/glusterfs-%version.tar.gz BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake From d10a801e3cb2dd8c9ba5473808e84d2a655567fc2bc2e4dbf4bb8012f7d3372a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 28 Sep 2021 14:52:25 +0000 Subject: [PATCH 2/3] - Move mount helper to /usr/sbin [boo#1191062] OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=81 --- glusterfs.changes | 1 + glusterfs.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/glusterfs.changes b/glusterfs.changes index 9209871..4b3b19a 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -8,6 +8,7 @@ Tue Sep 28 14:31:30 UTC 2021 - Jan Engelhardt * Lock revocation feature * On-demand scrubbing for bitrot detection * Real time Cluster notifications using Events APIs +- Move mount helper to /usr/sbin [boo#1191062] ------------------------------------------------------------------- Thu Apr 29 10:29:59 UTC 2021 - Jan Engelhardt diff --git a/glusterfs.spec b/glusterfs.spec index 4463af8..f4a4435 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -155,6 +155,7 @@ links. %configure \ %if !(0%{?suse_version} >= 1550) --disable-linux-io_uring \ + --with-mountutildir="%_sbindir" \ %endif --disable-static --with-ipv6-default %make_build @@ -211,7 +212,6 @@ rm -fv "%buildroot/%_sbindir/conf.py" %config %_sysconfdir/%name/thin* %_bindir/fusermount-glusterfs %_bindir/glusterfind -/sbin/mount.%name %_libexecdir/ganesha/ %_libexecdir/%name/ %_libdir/%name/ @@ -219,6 +219,11 @@ rm -fv "%buildroot/%_sbindir/conf.py" %_sbindir/gcron.py %_sbindir/gf_attach %_sbindir/gfind_missing_files +%if 0%{?suse_version} >= 1550 +%_sbindir/mount.%name +%else +/sbin/mount.%name +%endif %_sbindir/snap_scheduler.py %_datadir/glusterfs/ %_mandir/man*/* From 388ac56a4881db0efbeda94ce4d9ea9fda2faa4088d0d08822286f9404475ee6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Oct 2021 19:48:28 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=82 --- glusterfs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glusterfs.spec b/glusterfs.spec index f4a4435..e3e060f 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -155,6 +155,7 @@ links. %configure \ %if !(0%{?suse_version} >= 1550) --disable-linux-io_uring \ +%else --with-mountutildir="%_sbindir" \ %endif --disable-static --with-ipv6-default