From 044f9df65981740994154b1f2004f30c65740e5f Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Tue, 24 Jul 2018 08:37:59 -0400 Subject: doc: Added release notes for 4.1.2 Fixes: bz#1594908 Change-Id: I93db801c1292b8f57e35157ce2b503fefa6cb2f2 Signed-off-by: ShyamsundarR --- doc/release-notes/4.1.2.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/release-notes/4.1.2.md diff --git a/doc/release-notes/4.1.2.md b/doc/release-notes/4.1.2.md new file mode 100644 index 00000000000..cfe10e44539 --- /dev/null +++ b/doc/release-notes/4.1.2.md @@ -0,0 +1,32 @@ +# Release notes for Gluster 4.1.2 + +This is a bugfix release. The release notes for [4.1.0](4.1.0.md) and [4.1.1](4.1.1.md) contains a +listing of all the new features that were added and bugs fixed in the +GlusterFS 4.1 stable release. + +## Major changes, features and limitations addressed in this release + +1. Release 4.1.0 [notes](4.1.0.md) *incorrectly* reported that all python code in +Gluster packages are python3 compliant, this is not the case and the release +note is amended accordingly. + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-4.1.1 are listed below. + +- [#1593536](https://bugzilla.redhat.com/1593536): ctime: Self heal of symlink is failing on EC subvolume +- [#1593537](https://bugzilla.redhat.com/1593537): posix/ctime: Mdata value of a directory is different across replica/EC subvolume +- [#1595524](https://bugzilla.redhat.com/1595524): rmdir is leaking softlinks to directories in .glusterfs +- [#1597116](https://bugzilla.redhat.com/1597116): afr: don't update readables if inode refresh failed on all children +- [#1597117](https://bugzilla.redhat.com/1597117): lookup not assigning gfid if file is not present in all bricks of replica +- [#1597229](https://bugzilla.redhat.com/1597229): glustershd crashes when index heal is launched before graph is initialized. +- [#1598193](https://bugzilla.redhat.com/1598193): Stale lock with lk-owner all-zeros is observed in some tests +- [#1599629](https://bugzilla.redhat.com/1599629): Don't execute statements after decrementing call count in afr +- [#1599785](https://bugzilla.redhat.com/1599785): _is_prefix should return false for 0-length strings +- [#1600941](https://bugzilla.redhat.com/1600941): [geo-rep]: geo-replication scheduler is failing due to unsuccessful umount +- [#1603056](https://bugzilla.redhat.com/1603056): When reserve limits are reached, append on an existing file after truncate operation results to hang +- [#1603099](https://bugzilla.redhat.com/1603099): directories are invisible on client side -- cgit