From 05138aedc3c03914bd913799428c83af2155c4d5 Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Thu, 18 Jul 2019 12:23:41 +0530 Subject: doc: Added release 5.8 notes Fixes: bz#1731014 Change-Id: I4b8c079865a0193f0a3c4665230ca6c50a223dea Signed-off-by: hari gowtham --- doc/release-notes/5.7.md | 26 -------------------------- doc/release-notes/5.8.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 26 deletions(-) delete mode 100644 doc/release-notes/5.7.md create mode 100644 doc/release-notes/5.8.md (limited to 'doc/release-notes') diff --git a/doc/release-notes/5.7.md b/doc/release-notes/5.7.md deleted file mode 100644 index 3f2559b4c77..00000000000 --- a/doc/release-notes/5.7.md +++ /dev/null @@ -1,26 +0,0 @@ -# Release notes for Gluster 5.7 - -This is a bugfix release. The release notes for [5.0](5.0.md), [5.1](5.1.md), [5.2](5.2.md), [5.3](5.3.md), [5.5](5.5.md), and [5.6](5.6.md) contain -a listing of all the new features that were added and bugs fixed in the -GlusterFS 5 stable release. - -**NOTE:** Next minor release tentative date: Week of 10th July, 2019 - -## Major changes, features and limitations addressed in this release - -**None** - -## Major issues - -**None** - -## Bugs addressed - -Bugs addressed since release-5.6 are listed below. - -- [#1717282](https://bugzilla.redhat.com/1717282): ec ignores lock contention notifications for partially acquired locks -- [#1629877](https://bugzilla.redhat.com/1629877): GlusterFS can be improved (clone for Gluster-5) -- [#1695399](https://bugzilla.redhat.com/1695399): With parallel-readdir enabled, deleting a directory containing stale linkto files fails with "Directory not empty" -- [#1699500](https://bugzilla.redhat.com/1699500): fix truncate lock to cover the write in tuncate clean -- [#1699736](https://bugzilla.redhat.com/1699736): Fops hang when inodelk fails on the first fop -- [#1707198](https://bugzilla.redhat.com/1707198): VM stuck in a shutdown because of a pending fuse request diff --git a/doc/release-notes/5.8.md b/doc/release-notes/5.8.md new file mode 100644 index 00000000000..e6958d0d84e --- /dev/null +++ b/doc/release-notes/5.8.md @@ -0,0 +1,32 @@ +# Release notes for Gluster 5.8 + +This is a bugfix release. The release notes for [5.0](5.0.md), [5.1](5.1.md), [5.2](5.2.md), [5.3](5.3.md), [5.5](5.5.md), and [5.6](5.6.md) contains +a listing of all the new features that were added and bugs fixed in the +GlusterFS 5 stable release. + +**NOTE:** The 5.7 is dead by release due to [#1728988](https://bugzilla.redhat.com/1728988) The packages weren't released. Please use 5.8. +Next minor release tentative date: Week of 10th August, 2019 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +A issue that was blocking the build was addressed [#1728988](https://bugzilla.redhat.com/1728988) + +## Bugs addressed + +Bugs addressed since release-5.6 are listed below. + +- [#1717282](https://bugzilla.redhat.com/1717282): ec ignores lock contention notifications for partially acquired locks +- [#1629877](https://bugzilla.redhat.com/1629877): GlusterFS can be improved (clone for Gluster-5) +- [#1695399](https://bugzilla.redhat.com/1695399): With parallel-readdir enabled, deleting a directory containing stale linkto files fails with "Directory not empty" +- [#1699500](https://bugzilla.redhat.com/1699500): fix truncate lock to cover the write in tuncate clean +- [#1699736](https://bugzilla.redhat.com/1699736): Fops hang when inodelk fails on the first fop +- [#1707198](https://bugzilla.redhat.com/1707198): VM stuck in a shutdown because of a pending fuse request + +- [#1720634](https://bugzilla.redhat.com/1720634): Upcall: Avoid sending upcalls for invalid Inode +- [#1720636](https://bugzilla.redhat.com/1720636): Ganesha-gfapi logs are flooded with error messages related to "gf_uuid_is_null(gfid)) [Invalid argument]" when lookups are running from multiple clients +- [#1721106](https://bugzilla.redhat.com/1721106): Failed to create volume which transport_type is "tcp,rdma" +- [#1728988](https://bugzilla.redhat.com/1728988): release-5.7 glupy is not getting built during packaging. -- cgit