From cf3003a6efab31a37a2bd65f16e4babf365b0814 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 10 Feb 2016 20:08:35 +0530 Subject: Add release-notes for 3.7.8 Change-Id: Ib4cb2f756eaf5f91d9cee8b01b68555a913212be Signed-off-by: Kaushal M --- doc/release-notes/3.7.8.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/release-notes/3.7.8.md (limited to 'doc') diff --git a/doc/release-notes/3.7.8.md b/doc/release-notes/3.7.8.md new file mode 100644 index 00000000000..cec924941f0 --- /dev/null +++ b/doc/release-notes/3.7.8.md @@ -0,0 +1,19 @@ +# Release notes for GlusterFS-v3.7.8 +GlusterFS-v3.7.8 is a quick bugfix release done to solve a bug in 3.7.7 which prevented updates from successfully happening. + +Release 3.7.7 included two changes to the AFR xlator, which broke rolling updates from pre 3.7.7 releases. The two offending patches have been reverted in 3.7.8 until a proper fix is found. The revert commits are + +- de6e920 Revert "glusterd/afr: store afr pending xattrs as a volume option" +- d35e386 Revert "afr: warn if pending xattrs missing during init()" + + +## Bugs fixed +The following bugs have been fixed in addition to the above two reverts, + +- [1304889](https://bugzilla.redhat.com/1304889) - Memory leak in dht +- [1303899](https://bugzilla.redhat.com/1303899) - heal info reporting slow when IO is in progress on the volume +- [1302955](https://bugzilla.redhat.com/1302955) - Hook scripts are not installed after make install +- [1279331](https://bugzilla.redhat.com/1279331) - quota: removexattr on /d/backends/patchy/.glusterfs/79/99/799929ec-f546-4bbf-8549-801b79623262 (for trusted.glusterfs.quota.add7e3f8-833b-48ec-8a03-f7cd09925468.contri) [No such file or directory] +- [1288857](https://bugzilla.redhat.com/1288857) - Use after free bug in notify_kernel_loop in fuse-bridge code +- [1288922](https://bugzilla.redhat.com/1288922) - Use after free bug in notify_kernel_loop in fuse-bridge code +- [1296400](https://bugzilla.redhat.com/1296400) - Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t -- cgit