diff options
author | hari gowtham <hgowtham@redhat.com> | 2019-12-26 20:27:49 +0530 |
---|---|---|
committer | Hari Gowtham <hgowtham@redhat.com> | 2019-12-26 20:48:24 +0530 |
commit | 366d0c6c12611f29bc6e9a3666ebf1f1e048b8a6 (patch) | |
tree | 5efa5c55cd6ea646abfa07c713283b445f796587 | |
parent | 3d3f74fdf195f9cec3c9c79ae8f2fa50720fd09f (diff) |
doc: Added release 6.7 notesv6.7
Fixes: bz#1780540
Change-Id: I02ef8c24bc19c321ab2db1d13224ea9e89325e3a
Signed-off-by: hari gowtham <hgowtham@redhat.com>
-rw-r--r-- | doc/release-notes/6.6.md | 2 | ||||
-rw-r--r-- | doc/release-notes/6.7.md | 32 |
2 files changed, 33 insertions, 1 deletions
diff --git a/doc/release-notes/6.6.md b/doc/release-notes/6.6.md index 5555a562452..be9eff547c5 100644 --- a/doc/release-notes/6.6.md +++ b/doc/release-notes/6.6.md @@ -1,4 +1,4 @@ -# Release notes for Gluster 6.5 +# Release notes for Gluster 6.6 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) diff --git a/doc/release-notes/6.7.md b/doc/release-notes/6.7.md new file mode 100644 index 00000000000..27d2b6419f6 --- /dev/null +++ b/doc/release-notes/6.7.md @@ -0,0 +1,32 @@ +# Release notes for Gluster 6.7 + +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), [6.5](6.5.md) and [6.6](6.6.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 February, 2020 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-6.6 are listed below. + +- [#1739446](https://bugzilla.redhat.com/1739446): [Disperse] : Client side heal is not removing dirty flag for some of the files. +- [#1739449](https://bugzilla.redhat.com/1739449): Disperse volume : data corruption with ftruncate data in 4+2 config +- [#1739450](https://bugzilla.redhat.com/1739450): Open fd heal should filter O_APPEND/O_EXCL +- [#1749625](https://bugzilla.redhat.com/1749625): [GlusterFS 6.1] GlusterFS brick process crash +- [#1766425](https://bugzilla.redhat.com/1766425): cgroup control-cpu-load.sh script not working +- [#1768726](https://bugzilla.redhat.com/1768726): Memory leak in glusterfsd process +- [#1770100](https://bugzilla.redhat.com/1770100): [geo-rep]: Geo-rep goes FAULTY with OSError +- [#1771842](https://bugzilla.redhat.com/1771842): [CENTOS 6] Geo-replication session not starting after creation +- [#1778182](https://bugzilla.redhat.com/1778182): glusterfsd crashed with "'MemoryError' Cannot access memory at address" +- [#1782495](https://bugzilla.redhat.com/1782495): GlusterFS brick process crash +- [#1784796](https://bugzilla.redhat.com/1784796): tests/00-geo-rep/00-georep-verify-non-root-setup.t fail on freshly installed builder |