From ddfa97285a08c5920505e6934da101cb651d8eb9f8fa8c2a28bdf4b761148b6e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Apr 2021 22:34:26 +0000 Subject: [PATCH] - Update to release 9.1 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=75 --- glusterfs-7.1.tar.gz | 3 -- glusterfs-9.1.tar.gz | 3 ++ glusterfs.changes | 12 +++++++ glusterfs.spec | 81 ++++++++++++++++---------------------------- nocommon.patch | 33 ------------------ 5 files changed, 44 insertions(+), 88 deletions(-) delete mode 100644 glusterfs-7.1.tar.gz create mode 100644 glusterfs-9.1.tar.gz delete mode 100644 nocommon.patch diff --git a/glusterfs-7.1.tar.gz b/glusterfs-7.1.tar.gz deleted file mode 100644 index a516e62..0000000 --- a/glusterfs-7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffc5bd78b079009382bd01391865646bc9b2e8e72366afc96d62ba891dd9dbce -size 7629250 diff --git a/glusterfs-9.1.tar.gz b/glusterfs-9.1.tar.gz new file mode 100644 index 0000000..ea7a32f --- /dev/null +++ b/glusterfs-9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078a7dad1aa6d9024e875e73b7f9f5c461234768ca6e239bc9e2e3a16b96884c +size 8206207 diff --git a/glusterfs.changes b/glusterfs.changes index 2248813..8058d42 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 29 10:29:59 UTC 2021 - Jan Engelhardt + +- Update to release 9.1 + * Implemented seek file operation for open-behind + * Added io_uring support for Gluster + * Added Support for 5K volumes + * Enabled granular-entry-heal by default + * Added support for monitoring the epoll/rpc layer + * Improve rebalance of sparse files +- Drop nocommon.patch (merged) + ------------------------------------------------------------------- Thu Jun 4 11:44:27 UTC 2020 - Callum Farmer diff --git a/glusterfs.spec b/glusterfs.spec index 9935c43..e6d124b 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -1,7 +1,7 @@ # # spec file for package glusterfs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: glusterfs -Version: 7.1 +Version: 9.1 Release: 0 Summary: Aggregating distributed file system License: GPL-2.0-only OR LGPL-3.0-or-later @@ -26,8 +26,7 @@ URL: http://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/7/7.1/glusterfs-7.1.tar.gz -Patch1: nocommon.patch +Source: https://download.gluster.org/pub/gluster/glusterfs/9/9.1/glusterfs-9.1.tar.gz BuildRequires: acl-devel BuildRequires: autoconf BuildRequires: automake @@ -45,11 +44,12 @@ BuildRequires: pkgconfig(fuse) >= 2.6.5 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(liburcu) +BuildRequires: pkgconfig(liburing) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(uuid) -%{?systemd_requires} +%{?systemd_ordering} %description GlusterFS is a clustered file-system capable of scaling to several @@ -98,6 +98,14 @@ Group: System/Libraries GlusterFS is a clustered file-system capable of scaling to several petabytes. +%package -n libglusterd0 +Summary: GlusterFS core daemon library +Group: System/Libraries + +%description -n libglusterd0 +GlusterFS is a clustered file-system capable of scaling to several +petabytes. + %package -n libglusterfs0 Summary: GlusterFS's core library Group: System/Libraries @@ -126,6 +134,7 @@ Requires: libgfapi0 = %version Requires: libgfchangelog0 = %version Requires: libgfrpc0 = %version Requires: libgfxdr0 = %version +Requires: libglusterd0 = %version Requires: libglusterfs0 = %version %description devel @@ -137,61 +146,22 @@ links. %prep %autosetup -p1 ->contrib/sunrpc/xdr_sizeof.c %build %define _lto_cflags %nil ./autogen.sh %configure --disable-static -make %{?_smp_mflags} V=0 -find . -name 'xdr_sizeof*' -type f -exec ls -lgo {} + || : +%make_build %install b="%buildroot" %make_install docdir="%_docdir/%name" find "$b" -type f -name "*.la" -delete -print -mkdir -p "$b/%_localstatedir/log"/{glusterd,glusterfs,glusterfsd} +mkdir -pv "$b/%_localstatedir/log"/{glusterd,glusterfs,glusterfsd} +cp -av ChangeLog NEWS README.md "$b/%_docdir/%name/" -# The things seemingly forgotten by make install. -# - Manually populate devel dirs -mkdir -p "$b/%_includedir/%name" -install -pm0644 libglusterfs/src/*.h "$b/%_includedir/%name/" -# - hekafs wants this: -mkdir -p "$b/%_includedir/%name"/{rpc,server} -install -pm0644 rpc/rpc-lib/src/*.h rpc/xdr/src/*.h \ - "$b/%_includedir/%name/rpc/" -install -pm0644 xlators/protocol/server/src/*.h \ - "$b/%_includedir/%name/server/" -# - wrapper umount script? -# - logrotate entry -mkdir -p "$b/%_localstatedir/log/%name" -# - vim syntax - -# - state -mkdir -p "$b/%_localstatedir/lib/glusterd" -perl -i -pe \ - 's{^(\s*option working-directory )\S+}{$1 %_localstatedir/lib/glusterd}g' \ - "$b/%_sysconfdir/%name/glusterd.vol" - -# W: wrong-file-end-of-line-encoding -perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el - -# E: env-script-interpreter -perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}' \ - "$b/%_bindir/glusterfind" \ - "$b/%_sbindirusr/gcron.py" "$b/%_sbindir/snap_scheduler.py" \ - "$b/%_libexecdir/glusterfs"/*.py "$b/%_libexecdir/glusterfs"/*/*.py \ - "$b/%_libexecdir/glusterfs/peer_mountbroker" \ - "$b/%_datadir/glusterfs/scripts"/*.py -perl -i -pe 's{#!/usr/bin/env bash}{#!/bin/bash}' \ - "$b/%_datadir/glusterfs/scripts"/*.sh - -cp -a COPYING-GPLV2 COPYING-LGPLV3 ChangeLog NEWS README.md "$b/%_docdir/%name/" - -mkdir -p "%buildroot/%_unitdir" -ln -s service "%buildroot/%_sbindir/rcglusterd" -chmod u-s "%buildroot/%_bindir/fusermount-glusterfs" -rm -f "%buildroot/%_sbindir/conf.py" +chmod -v u-s "%buildroot/%_bindir/fusermount-glusterfs" +rm -fv "%buildroot/%_sbindir/conf.py" %fdupes %buildroot/%_prefix %pre @@ -214,11 +184,16 @@ rm -f "%buildroot/%_sbindir/conf.py" %postun -n libgfrpc0 -p /sbin/ldconfig %post -n libgfxdr0 -p /sbin/ldconfig %postun -n libgfxdr0 -p /sbin/ldconfig +%post -n libglusterd0 -p /sbin/ldconfig +%postun -n libglusterd0 -p /sbin/ldconfig %post -n libglusterfs0 -p /sbin/ldconfig %postun -n libglusterfs0 -p /sbin/ldconfig %files +%license COPYING* +%dir %_sysconfdir/ganesha %dir %_sysconfdir/%name +%_sysconfdir/ganesha/*.sample %config(noreplace) %_sysconfdir/%name/eventsconfig.json %config(noreplace) %_sysconfdir/%name/g*lusterd.vol %config(noreplace) %_sysconfdir/%name/glusterfs-logrotate @@ -231,11 +206,10 @@ rm -f "%buildroot/%_sbindir/conf.py" %_bindir/fusermount-glusterfs %_bindir/glusterfind /sbin/mount.%name +%_libexecdir/ganesha/ %_libexecdir/%name/ %_libdir/%name/ %_sbindir/gluster* -%_sbindir/glfsheal -%_sbindir/rcglusterd %_sbindir/gcron.py %_sbindir/gf_attach %_sbindir/gfind_missing_files @@ -263,6 +237,9 @@ rm -f "%buildroot/%_sbindir/conf.py" %files -n libgfxdr0 %_libdir/libgfxdr.so.0* +%files -n libglusterd0 +%_libdir/libglusterd.so.0* + %files -n libglusterfs0 %_libdir/libglusterfs.so.0* @@ -270,7 +247,7 @@ rm -f "%buildroot/%_sbindir/conf.py" %python3_sitelib/gluster/ %files devel -%_includedir/%name +%_includedir/%name/ %_libdir/*.so %_libdir/pkgconfig/*.pc diff --git a/nocommon.patch b/nocommon.patch deleted file mode 100644 index 38a8c07..0000000 --- a/nocommon.patch +++ /dev/null @@ -1,33 +0,0 @@ -References: https://bugzilla.suse.com/show_bug.cgi?id=1160382 ---- - cli/src/cli.c | 1 + - cli/src/cli.h | 4 ++-- - 2 files changed, 3 insertions(+), 2 deletions(-) - -Index: glusterfs-7.1/cli/src/cli.c -=================================================================== ---- glusterfs-7.1.orig/cli/src/cli.c -+++ glusterfs-7.1/cli/src/cli.c -@@ -61,6 +61,7 @@ - - #include "xdr-generic.h" - -+int cli_default_conn_timeout, cli_ten_minutes_timeout; - extern int connected; - /* using argp for command line parsing */ - -Index: glusterfs-7.1/cli/src/cli.h -=================================================================== ---- glusterfs-7.1.orig/cli/src/cli.h -+++ glusterfs-7.1/cli/src/cli.h -@@ -39,8 +39,8 @@ enum argp_option_keys { - ARGP_PORT_KEY = 'p', - }; - --int cli_default_conn_timeout; --int cli_ten_minutes_timeout; -+extern int cli_default_conn_timeout; -+extern int cli_ten_minutes_timeout; - - typedef enum { - COLD_BRICK_COUNT,