From 4fe845d41f45045947c7ef6817bf0b5d0d3fe074 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Mon, 21 Aug 2017 09:58:29 -0400 Subject: doc: Release 3.11.3 release notes updated Change-Id: Ic0d25caf797c73d1522b90579e8cd62efc8ae647 BUG: 1473776 Signed-off-by: ShyamsundarR Reviewed-on: https://review.gluster.org/18078 CentOS-regression: Gluster Build System Smoke: Gluster Build System --- doc/release-notes/3.11.3.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/release-notes/3.11.3.md diff --git a/doc/release-notes/3.11.3.md b/doc/release-notes/3.11.3.md new file mode 100644 index 00000000000..2536de98449 --- /dev/null +++ b/doc/release-notes/3.11.3.md @@ -0,0 +1,35 @@ +# Release notes for Gluster 3.11.3 + +This is a bugfix release. The release notes for [3.11.1](3.11.1.md), +[3.11.0](3.11.0.md), and [3.11.2](3.11.2.md) contains a listing of all the new +features that were added and bugs fixed, in the GlusterFS 3.11 stable release. + +This is possibly the last bugfix release for 3.11, as 3.12 is expected to be +released around end of August, 2017, which will hence EOL the 3.11 release, as +it is a short term maintenence release (see [release status](https://www.gluster.org/community/release-schedule/)). + +## Major changes, features and limitations addressed in this release + +There are no major features or changes made in this release. + +## 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 (Bug #1465123) has a fix with the 3.11.2 + release. As further testing is still in progress, the issue is retained as + a major issue. + - Status of this bug can be tracked here, #1465123 + +## Bugs addressed + +Bugs addressed since release-3.11.2 are listed below. + +- [#1475637](https://bugzilla.redhat.com/1475637): [Scale] : Client logs flooded with "inode context is NULL" error messages +- [#1476822](https://bugzilla.redhat.com/1476822): scripts: invalid test in S32gluster_enable_shared_storage.sh +- [#1476870](https://bugzilla.redhat.com/1476870): [EC]: md5sum mismatches every time for a file from the fuse client on EC volume +- [#1476873](https://bugzilla.redhat.com/1476873): packaging: /var/lib/glusterd/options should be %config(noreplace) +- [#1479656](https://bugzilla.redhat.com/1479656): Permission denied errors when appending files after readdir +- [#1479692](https://bugzilla.redhat.com/1479692): Running sysbench on vm disk from plain distribute gluster volume causes disk corruption -- cgit