From 1d59dc3b37df2c5f960e0620c7e8c36760ff96c8 Mon Sep 17 00:00:00 2001 From: Rinku Kothiya Date: Mon, 17 Feb 2020 11:06:15 +0000 Subject: doc: Added release 7.3 notes Fixes: bz#1803713 Change-Id: I0ff6c3152624b8c8f8f76057a1948aed2dc3cec0 Signed-off-by: Rinku Kothiya --- doc/release-notes/7.3.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/release-notes/7.3.md diff --git a/doc/release-notes/7.3.md b/doc/release-notes/7.3.md new file mode 100644 index 00000000000..92cc660eb21 --- /dev/null +++ b/doc/release-notes/7.3.md @@ -0,0 +1,34 @@ +# Release notes for Gluster 7.3 + +This is a bugfix release. The release notes for [7.0](7.0.md) +contains a listing of all the new features that were added +and bugs fixed in the GlusterFS 7 stable release. + +**NOTE:** Next minor release tentative date: Week of 20th Mar, 2020 + +## Major changes, features and limitations addressed in this release + +**Features** + +Make thin-arbiter name unique in 'pending-xattr' option. By making this +unique, we can host single thin-arbiter node for multiple clusters. + + +## Major issues + +**None** + +## Bugs addressed + +Bugs addressed since release-7.2 are listed below. + + + +- [#1768407](https://bugzilla.redhat.com/1768407): glusterfsd memory leak observed after enable tls +- [#1791154](https://bugzilla.redhat.com/1791154): xlators/features/quota/src/quota.c:quota_log_usage +- [#1793085](https://bugzilla.redhat.com/1793085): gf_event doesn't work for glfsheal process +- [#1793412](https://bugzilla.redhat.com/1793412): config ssh-port can accept negative and outside allowed port range value +- [#1793492](https://bugzilla.redhat.com/1793492): cli: duplicate defns of cli_default_conn_timeout and cli_ten_minutes_timeout +- [#1794019](https://bugzilla.redhat.com/1794019): Mounts fails after reboot of 1/3 gluster nodes +- [#1795540](https://bugzilla.redhat.com/1795540): mem leak while using gluster tools +- [#1802449](https://bugzilla.redhat.com/1802449): spurious self-heald.t failure -- cgit