From 1a7c263ac670502d26367ac1f93414acf8ae6a0f Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Thu, 4 Jan 2018 09:35:40 -0500 Subject: doc: Release notes for 3.10.9 Change-Id: If97c904054e21166a2b56f2d00087253ea022329 BUG: 1523781 Signed-off-by: ShyamsundarR --- doc/release-notes/3.10.9.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/release-notes/3.10.9.md diff --git a/doc/release-notes/3.10.9.md b/doc/release-notes/3.10.9.md new file mode 100644 index 00000000000..fccb5c8a9f5 --- /dev/null +++ b/doc/release-notes/3.10.9.md @@ -0,0 +1,31 @@ +# Release notes for Gluster 3.10.9 + +This is a bugfix release. The release notes for [3.10.0](3.10.0.md), [3.10.1](3.10.1.md), [3.10.2](3.10.2.md), [3.10.3](3.10.3.md), +[3.10.4](3.10.4.md), [3.10.5](3.10.5.md), [3.10.6](3.10.6.md), [3.10.7](3.10.7.md) and [3.10.8](3.10.8.md) contain a listing of all +the new features that were added and bugs fixed in the GlusterFS +3.10 stable release. + +## Major changes, features and limitations addressed in this release +**No Major changes** + +## Major issues +1. Expanding a gluster volume that is sharded may cause file corruption +- Sharded volumes are typically used for VM images, if such volumes are +expanded or possibly contracted (i.e add/remove bricks and rebalance) +there are reports of VM images getting corrupted. +- The last known cause for corruption [#1498081](https://bugzilla.redhat.com/show_bug.cgi?id=1498081) +is still pending, and not yet a part of this release. +2. Brick multiplexing is being tested and fixed aggressively but we still have a + few crashes and memory leaks to fix. + + +## Bugs addressed + +Bugs addressed since release-3.10.8 are listed below. + +- [#1523050](https://bugzilla.redhat.com/1523050): glusterd consuming high memory +- [#1529086](https://bugzilla.redhat.com/1529086): fstat returns ENOENT/ESTALE +- [#1529089](https://bugzilla.redhat.com/1529089): opening a file that is destination of rename results in ENOENT errors +- [#1529096](https://bugzilla.redhat.com/1529096): /usr/sbin/glusterfs crashing on Red Hat OpenShift Container Platform node +- [#1530341](https://bugzilla.redhat.com/1530341): [snapshot cifs]ls on .snaps directory is throwing input/output error over cifs mount +- [#1530450](https://bugzilla.redhat.com/1530450): glustershd fails to start on a volume force start after a brick is down -- cgit