diff options
author | Hari Gowtham <hgowtham@redhat.com> | 2020-04-22 14:26:47 +0530 |
---|---|---|
committer | Hari Gowtham <hgowtham@redhat.com> | 2020-04-22 14:29:17 +0530 |
commit | 57b48f2802dbb4af4ccb3f215816a305a6f840a9 (patch) | |
tree | 5588f610e4de56b445cbe7ba6d46eab2e6c54acd | |
parent | 09d03c77c0c4d97a7f7b5a5d57349a6bd96544e7 (diff) |
Adding release notes for release-6.9v6.9
Change-Id: I21d153ed3d2991b7dc2bffea605b5abdca87b748
fixes: #1175
Signed-off-by: Hari Gowtham <hgowtham@redhat.com>
-rw-r--r-- | doc/release-notes/6.9.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/release-notes/6.9.md b/doc/release-notes/6.9.md new file mode 100644 index 00000000000..31a835ec2fd --- /dev/null +++ b/doc/release-notes/6.9.md @@ -0,0 +1,32 @@ +# Release notes for Gluster 6.9 + +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), [6.7](6.7.md), +[6.8](6.8.md) and [6.9](6.9.md) +contain a listing of all the new features that were added +and bugs fixed in the GlusterFS 6 stable release. + +**NOTE:** Tentative date for next minor release: Week of 30th June, 2020 + +## Major changes, features and limitations addressed in this release + +**None** + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-6.8 are listed below. + +- [#832](https://github.com/gluster/glusterfs/issues/832): Permission Denied in logs. +- [#1152](https://github.com/gluster/glusterfs/issues/1152): Spurious failure of tests/bugs/protocol/bug-1433815-auth-allow.t +- [#1140](https://github.com/gluster/glusterfs/issues/1140): getfattr returns ENOATTR for system.posix_acl_access on disperse type volumes +- [#884](https://github.com/gluster/glusterfs/issues/884): [bug:1808688] Data corruption with asynchronous writes (please try to reproduce!) +- [#1134](https://github.com/gluster/glusterfs/issues/1134): snap_scheduler.py init failing with "TypeError: Can't mix strings and bytes in path components" +- [#1067](https://github.com/gluster/glusterfs/issues/1067): [bug:1661889] Metadata heal picks different brick each time as source if there are no pending xattrs. +- [#1028](https://github.com/gluster/glusterfs/issues/1028): [bug:1810934] Segfault in FUSE process, potential use after free +- [#1146](https://github.com/gluster/glusterfs/issues/1146): gfapi/Upcall: Potential deadlock in synctask threads processing upcall notifications +- [#1808966](https://bugzilla.redhat.com/1808966): Set volume option when one of the node is powered off, After powering the node brick processes are offline +- [#1809439](https://bugzilla.redhat.com/1809439): [brickmux]: glustershd crashed when rebooting 1/3 nodes at regular intervals |