From 2ecd49fd0c493453b925d3795be4f4307f87ba3a360dc7e01c3dcf9898e6fe06 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Aug 2014 23:17:04 +0000 Subject: [PATCH 1/3] Provide rc symlink OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=27 --- glusterfs.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glusterfs.spec b/glusterfs.spec index ed5da31..7e03d35 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -182,6 +182,7 @@ mkdir -p "$b/%_unitdir"; rm -Rf "$b/%_initddir" %endif chmod u-s "$b/%_bindir/fusermount-glusterfs" +ln -s service "$b/%_sbindir/rcglusterd" %fdupes %buildroot/%_prefix %if 0%{?suse_version} >= 1210 @@ -236,6 +237,7 @@ chmod u-s "$b/%_bindir/fusermount-glusterfs" %_libdir/%name/ %_sbindir/gluster* %_sbindir/glfsheal +%_sbindir/rcglusterd %_datadir/glusterfs/ %_mandir/man*/* %_docdir/%name From e8b301a5936d6ddb853a9f505654a77196fa695d02471edfe5fa938abffdac4b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Aug 2014 23:21:50 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=28 --- glusterfs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index 7e03d35..852765a 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -180,9 +180,11 @@ perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el; %if 0%{?_unitdir:1} mkdir -p "$b/%_unitdir"; rm -Rf "$b/%_initddir" +ln -s service "$b/%_sbindir/rcglusterd" +%else +ln -s "%_initddir/glusterd" "$b/%_sbindir/rcglusterd" %endif chmod u-s "$b/%_bindir/fusermount-glusterfs" -ln -s service "$b/%_sbindir/rcglusterd" %fdupes %buildroot/%_prefix %if 0%{?suse_version} >= 1210 From 86225d9e035fe8d8bab559197afbabde4931e5318de525022983911efd0d3fdf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 7 Aug 2014 22:58:12 +0000 Subject: [PATCH 3/3] Accepting request 243914 from home:scorot:branches:filesystems - Update to new upstream release 3.5.2 * NFS server crashes in _socket_read_vectored_request * Can't write to quota enable folder * nfs: reset command does not alter the result for nfs options earlier set * features/gfid-access: stat on .gfid virtual directory return EINVAL * creating symlinks generates errors on stripe volume * Self-heal errors with "afr crawl failed for child 0 with ret -1" while performing rolling upgrade. * [AFR] I/O fails when one of the replica nodes go down * Fix inode leaks in gfid-access xlator * NFS subdir authentication doesn't correctly handle multi-(homed,protocol,etc) network addresses * nfs-utils should be installed as dependency while installing glusterfs-server * Excessive logging in quotad.log of the kind 'null client' * client_t clienttable cliententries are never expanded when all entries are used * AFR : self-heal of few files not happening when a AWS EC2 Instance is back online after a restart * Dist-geo-rep : deletion of files on master, geo-rep fails to propagate to slaves. * Allow the usage of the wildcard character '*' to the options "nfs.rpc-auth-allow" and "nfs.rpc-auth-reject" * glfsheal: Improve the way in which we check the presence of replica volumes * Resource cleanup doesn't happen for clients on servers after disconnect * mounting a volume over NFS (TCP) with MOUNT over UDP fails * backport 'gluster volume status --xml' issues * Glustershd memory usage too high OBS-URL: https://build.opensuse.org/request/show/243914 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=30 --- glusterfs-3.5.1.tar.gz | 3 --- glusterfs-3.5.2.tar.gz | 3 +++ glusterfs.changes | 36 ++++++++++++++++++++++++++++++++++++ glusterfs.spec | 4 ++-- 4 files changed, 41 insertions(+), 5 deletions(-) delete mode 100644 glusterfs-3.5.1.tar.gz create mode 100644 glusterfs-3.5.2.tar.gz diff --git a/glusterfs-3.5.1.tar.gz b/glusterfs-3.5.1.tar.gz deleted file mode 100644 index 220f32d..0000000 --- a/glusterfs-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeff8399a1b83fc57f79bacccee8360845785bc67f1683bdbaff8d0493f5377b -size 4950607 diff --git a/glusterfs-3.5.2.tar.gz b/glusterfs-3.5.2.tar.gz new file mode 100644 index 0000000..9ee9af0 --- /dev/null +++ b/glusterfs-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef58b467a60fd6bd0685d4167a45f0860895414285b3908167b264aa63d276c3 +size 4972250 diff --git a/glusterfs.changes b/glusterfs.changes index 7a3b1c3..b05d564 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Aug 4 21:27:22 UTC 2014 - scorot@free.fr + +- Update to new upstream release 3.5.2 + * NFS server crashes in _socket_read_vectored_request + * Can't write to quota enable folder + * nfs: reset command does not alter the result for nfs options + earlier set + * features/gfid-access: stat on .gfid virtual directory return + EINVAL + * creating symlinks generates errors on stripe volume + * Self-heal errors with "afr crawl failed for child 0 with ret -1" + while performing rolling upgrade. + * [AFR] I/O fails when one of the replica nodes go down + * Fix inode leaks in gfid-access xlator + * NFS subdir authentication doesn't correctly handle + multi-(homed,protocol,etc) network addresses + * nfs-utils should be installed as dependency while installing + glusterfs-server + * Excessive logging in quotad.log of the kind 'null client' + * client_t clienttable cliententries are never expanded when all + entries are used + * AFR : self-heal of few files not happening when a AWS EC2 Instance + is back online after a restart + * Dist-geo-rep : deletion of files on master, geo-rep fails to + propagate to slaves. + * Allow the usage of the wildcard character '*' to the options + "nfs.rpc-auth-allow" and "nfs.rpc-auth-reject" + * glfsheal: Improve the way in which we check the presence of + replica volumes + * Resource cleanup doesn't happen for clients on servers after + disconnect + * mounting a volume over NFS (TCP) with MOUNT over UDP fails + * backport 'gluster volume status --xml' issues + * Glustershd memory usage too high + ------------------------------------------------------------------- Tue Jul 29 19:48:39 UTC 2014 - scorot@free.fr diff --git a/glusterfs.spec b/glusterfs.spec index 852765a..e1c4777 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -17,9 +17,9 @@ Name: glusterfs -Version: 3.5.1 +Version: 3.5.2 Release: 0 -%define rversion 3.5.1 +%define rversion 3.5.2 Summary: Aggregating distributed file system License: GPL-2.0 or LGPL-3.0+ Group: System/Filesystems