From 50a29757c27630451ec4dae77146a5b77831274b Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Tue, 30 Aug 2016 19:39:39 +0530 Subject: Add 3.7.15 release-notes Change-Id: I4461d33656ac7c2db38f96b6a0555e7cbb1aee5a --- doc/release-notes/3.7.15.md | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/release-notes/3.7.15.md (limited to 'doc/release-notes/3.7.15.md') diff --git a/doc/release-notes/3.7.15.md b/doc/release-notes/3.7.15.md new file mode 100644 index 00000000000..e356cb448de --- /dev/null +++ b/doc/release-notes/3.7.15.md @@ -0,0 +1,54 @@ +# Release notes for GlusterFS-3.7.15 + +GlusterFS-3.7.15 is a normal minor release for GlusterFS-v3.7. + +The 3.7.15 does not have a new operating-version. The operating-version remain 30712. + +## Bugs Fixed + +The following bugs have been fixed in this release. + +- [#1310970](https://bugzilla.redhat.com/1310970): Accessing program list in build_prog_details () should be lock protected +- [#1311407](https://bugzilla.redhat.com/1311407): glusterfs : fix double free possibility in the code +- [#1322667](https://bugzilla.redhat.com/1322667): glusterd: response not aligned +- [#1350784](https://bugzilla.redhat.com/1350784): Add relative path validation for gluster copy file utility +- [#1351933](https://bugzilla.redhat.com/1351933): client ID should logged when SSL connection fails +- [#1354476](https://bugzilla.redhat.com/1354476): service file is executable +- [#1357835](https://bugzilla.redhat.com/1357835): Gluster/NFS does not accept dashes in hostnames in exports/netgroups files +- [#1358268](https://bugzilla.redhat.com/1358268): Trash translator fails to create 'internal_op' directory under already existing trash directory +- [#1358590](https://bugzilla.redhat.com/1358590): Fix spurious failure of tests/bugs/glusterd/bug-1111041.t +- [#1358823](https://bugzilla.redhat.com/1358823): Data Tiering:File create terminates with "Input/output error" as split brain is observed +- [#1360979](https://bugzilla.redhat.com/1360979): [SNAPSHOT]: The PID for snapd is displayed even after snapd process is killed. +- [#1362010](https://bugzilla.redhat.com/1362010): Memory leak observed with upcall polling +- [#1362059](https://bugzilla.redhat.com/1362059): tests: ./tests/bitrot/bug-1244613.t fails intermittently +- [#1362070](https://bugzilla.redhat.com/1362070): [GSS] Rebalance crashed +- [#1363594](https://bugzilla.redhat.com/1363594): File not found errors during rpmbuild: /var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post.py{c,o} +- [#1363747](https://bugzilla.redhat.com/1363747): GlusterFS - Memory Leak - High Memory Utilization +- [#1363750](https://bugzilla.redhat.com/1363750): posix: leverage FALLOC_FL_ZERO_RANGE in zerofill fop +- [#1364327](https://bugzilla.redhat.com/1364327): Spurious failure in tests/bugs/glusterd/bug-1089668.t +- [#1364354](https://bugzilla.redhat.com/1364354): Bricks doesn't come online after reboot [ Brick Full ] +- [#1364506](https://bugzilla.redhat.com/1364506): Mem leak in meta_default_readv in meta xlators +- [#1364886](https://bugzilla.redhat.com/1364886): inode leak in brick process +- [#1365746](https://bugzilla.redhat.com/1365746): glfs_fini() crashes with SIGSEGV +- [#1365757](https://bugzilla.redhat.com/1365757): [SSL] : gluster v set help does not show ssl options +- [#1365869](https://bugzilla.redhat.com/1365869): gfapi: use const qualifier for glfs_*timens() +- [#1365877](https://bugzilla.redhat.com/1365877): [libgfchangelog]: If changelogs are not available for the requested time range, no proper error message +- [#1366286](https://bugzilla.redhat.com/1366286): glfs_truncate missing +- [#1366444](https://bugzilla.redhat.com/1366444): [AFR]: Files not available in the mount point after converting Distributed volume type to Replicated one. +- [#1366472](https://bugzilla.redhat.com/1366472): multiple failures for testcase: tests/basic/quota.t +- [#1366483](https://bugzilla.redhat.com/1366483): SAMBA-DHT : Crash seen while rename operations in cifs mount and windows access of share mount +- [#1367270](https://bugzilla.redhat.com/1367270): [HC]: After bringing down and up of the bricks VM's are getting paused +- [#1367294](https://bugzilla.redhat.com/1367294): IO ERROR when multiple graph switches +- [#1367305](https://bugzilla.redhat.com/1367305): thread CPU saturation limiting throughput on write workloads +- [#1367327](https://bugzilla.redhat.com/1367327): "heal info --xml" not showing the brick name of offline bricks. +- [#1367362](https://bugzilla.redhat.com/1367362): Log EEXIST errors at DEBUG level +- [#1368055](https://bugzilla.redhat.com/1368055): [geo-rep] Stopped geo-rep session gets started automatically once all the master nodes are upgraded +- [#1369211](https://bugzilla.redhat.com/1369211): fix bug in protocol/client lookup callback +- [#1369752](https://bugzilla.redhat.com/1369752): Memory leak with a replica 3 arbiter 1 configuration +- [#1370388](https://bugzilla.redhat.com/1370388): Locks xlators is leaking fdctx in pl_release() + +## 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. +- Inode leak in fuse [#1353856](https://bugzilla.redhat.com/1353856) -- cgit