From 84487199afeb486c5836f8f4396e90884e501311 Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Fri, 25 Oct 2019 13:57:40 +0530 Subject: doc: Added release 6.6 notes Fixes: bz#1762237 Change-Id: If339505ca0436947b814d9b0bc0b78f92d5d3317 Signed-off-by: hari gowtham --- doc/release-notes/6.6.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/release-notes/6.6.md (limited to 'doc/release-notes/6.6.md') diff --git a/doc/release-notes/6.6.md b/doc/release-notes/6.6.md new file mode 100644 index 00000000000..5555a562452 --- /dev/null +++ b/doc/release-notes/6.6.md @@ -0,0 +1,56 @@ +# Release notes for Gluster 6.5 + +This is a bugfix release. The release notes for [6.0](6.0.md), [6.1](6.1.md), + [6.2](6.2.md), [6.3](6.3.md), [6.4](6.4.md) and [6.5](6.5.md) +contains a listing of all the new features that were added +and bugs fixed in the GlusterFS 6 stable release. + +**NOTE:** Next minor release tentative date: Week of 30th December, 2019 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-6.5 are listed below. + +- [#1726175](https://bugzilla.redhat.com/1726175): CentOs 6 GlusterFS client creates files with time 01/01/1970 +- [#1737141](https://bugzilla.redhat.com/1737141): read() returns more than file size when using direct I/O +- [#1739320](https://bugzilla.redhat.com/1739320): The result (hostname) of getnameinfo for all bricks (ipv6 addresses) are the same, while they are not. +- [#1739335](https://bugzilla.redhat.com/1739335): Multiple disconnect events being propagated for the same child +- [#1739451](https://bugzilla.redhat.com/1739451): An Input/Output error happens on a disperse volume when doing unaligned writes to a sparse file +- [#1740525](https://bugzilla.redhat.com/1740525): event: rename event_XXX with gf_ prefixed to avoid crash when apps linked libevent at the same time +- [#1741044](https://bugzilla.redhat.com/1741044): atime/mtime is not restored after healing for entry self heals +- [#1741402](https://bugzilla.redhat.com/1741402): READDIRP incorrectly updates posix-acl inode ctx +- [#1743219](https://bugzilla.redhat.com/1743219): glusterd start is failed and throwing an error Address already in use +- [#1743782](https://bugzilla.redhat.com/1743782): Windows client fails to copy large file to GlusterFS volume share with fruit and streams_xattr VFS modules via Samba +- [#1743988](https://bugzilla.redhat.com/1743988): Setting cluster.heal-timeout requires volume restart +- [#1745421](https://bugzilla.redhat.com/1745421): ./tests/bugs/glusterd/bug-1595320.t is failing +- [#1746118](https://bugzilla.redhat.com/1746118): capture stat failure error while setting the gfid +- [#1746138](https://bugzilla.redhat.com/1746138): ctime: If atime is updated via utimensat syscall ctime is not getting updated +- [#1749157](https://bugzilla.redhat.com/1749157): bug-1402841.t-mt-dir-scan-race.t fails spuriously +- [#1749307](https://bugzilla.redhat.com/1749307): Failures in remove-brick due to [Input/output error] errors +- [#1750228](https://bugzilla.redhat.com/1750228): [geo-rep]: Non-root - Unable to set up mountbroker root directory and group +- [#1751557](https://bugzilla.redhat.com/1751557): syncop: Bail out if frame creation fails +- [#1752413](https://bugzilla.redhat.com/1752413): ctime: Cannot see the "trusted.glusterfs.mdata" xattr for directory on a new brick after rebalance +- [#1753561](https://bugzilla.redhat.com/1753561): Custom xattrs are not healed on newly added brick +- [#1753571](https://bugzilla.redhat.com/1753571): interrupts leak memory +- [#1755679](https://bugzilla.redhat.com/1755679): Segmentation fault occurs while truncate file +- [#1755785](https://bugzilla.redhat.com/1755785): git clone fails on gluster volumes exported via nfs-ganesha +- [#1760361](https://bugzilla.redhat.com/1760361): packaging: remove leftover bd cruft in rpm .spec.in +- [#1760706](https://bugzilla.redhat.com/1760706): glustershd can not decide heald_sinks, and skip repair, so some entries lingering in volume heal info +- [#1760792](https://bugzilla.redhat.com/1760792): afr: support split-brain CLI for replica 3 +- [#1761907](https://bugzilla.redhat.com/1761907): Rebalance causing IO Error - File descriptor in bad state +- [#1763028](https://bugzilla.redhat.com/1763028): [geo-rep] sync_method showing rsync instead of tarssh post in-service upgrade +- [#1764171](https://bugzilla.redhat.com/1764171): [Upgrade] Config files are not upgraded to new version +- [#1764172](https://bugzilla.redhat.com/1764172): geo-replication sessions going faulty +- [#1764174](https://bugzilla.redhat.com/1764174): geo-rep syncing significantly behind and also only one of the directories are synced with tracebacks seen +- [#1764176](https://bugzilla.redhat.com/1764176): geo-rep: Changelog archive file format is incorrect +- [#1764178](https://bugzilla.redhat.com/1764178): tests/geo-rep: Add test case to validate non-root geo-replication setup +- [#1764183](https://bugzilla.redhat.com/1764183): [GSS] geo-rep entering into faulty state with OSError: [Errno 13] Permission denied +- [#1765433](https://bugzilla.redhat.com/1765433): test: fix non-root geo-rep test case -- cgit