From 247ccb0b3a305decda2147204a749ec2491a030f Mon Sep 17 00:00:00 2001 From: Samikshan Bairagya Date: Sun, 30 Oct 2016 07:05:35 +0530 Subject: doc: Add release notes for 3.7.17 Change-Id: I7e2bedaaa2fc4bfe425bd9384047df93a0438d04 BUG: 1385526 Signed-off-by: Samikshan Bairagya Reviewed-on: http://review.gluster.org/15756 Smoke: Gluster Build System Reviewed-by: Kaushal M Tested-by: Kaushal M CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System --- doc/release-notes/3.7.17.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/release-notes/3.7.17.md diff --git a/doc/release-notes/3.7.17.md b/doc/release-notes/3.7.17.md new file mode 100644 index 00000000000..790097f6eb0 --- /dev/null +++ b/doc/release-notes/3.7.17.md @@ -0,0 +1,30 @@ +# Release notes for GlusterFS-3.7.17 + +GlusterFS-3.7.17 is a normal minor release for GlusterFS-3.7. + +The 3.7.17 release does not have a new operating-version. The operating-version remains 30712. + +## Bug Fixed + +The following bugs have been fixed in this release + +- [#1385226](https://bugzilla.redhat.com/1385226): arbiter volume write performance is bad with sharding +- [#1377291](https://bugzilla.redhat.com/1377291): The GlusterFS Callback RPC-calls always use RPC/XID 42 +- [#1222917](https://bugzilla.redhat.com/1222917): usage text is wrong for use-readdirp mount default +- [#1385622](https://bugzilla.redhat.com/1385622): Recording (ffmpeg) processes on FUSE get hung +- [#1374641](https://bugzilla.redhat.com/1374641): glusterfs: create a directory with 0464 mode return EIO error +- [#1379710](https://bugzilla.redhat.com/1379710): gfapi: Fix fd ref leaks +- [#1336369](https://bugzilla.redhat.com/1336369): Sequential volume start&stop is failing with SSL enabled setup. +- [#1388949](https://bugzilla.redhat.com/1388949): glusterfs can't self heal character dev file for invalid dev_t parameters +- [#1383593](https://bugzilla.redhat.com/1383593): glfs_realpath() should not return malloc()'d allocated memory + +## Known Issues + +- Commit b33f3c9, which introduces changes to improve IPv6 support in GlusterFS has been reverted as it exposed problems in network encryption, which could cause a GlusterFS cluster to fail operating correctly when management network encryption is used. +- Network encryption has an issue which could sometimes prevent reconnections from correctly happening. +- [#1353856](https://bugzilla.redhat.com/1353856): Inode leak in fuse +- [#1379838](https://bugzilla.redhat.com/1379838): gluster missing gfid attribute, healing doesn't work +- [#1379178](https://bugzilla.redhat.com/1379178): split brain on file recreate during downed brick. +- [#1373618](https://bugzilla.redhat.com/1373618): remove-brick status shows 0 rebalanced files +- [#1373396](https://bugzilla.redhat.com/1373396): Misleading error messages on brick logs while creating directory (mkdir) on fuse mount +- [#1372729](https://bugzilla.redhat.com/1372729): Possible VSZ leak in glusterfsd brick process -- cgit