From dd038cc99a285d7e5627a38b04ed3858d6b7d330 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Tue, 30 Jan 2018 13:53:25 -0500 Subject: doc: Added release notes for 3.10.10 release Change-Id: Ie73319a9e2c6149418c613b18aa1b869a08ebc9a BUG: 1531113 Signed-off-by: ShyamsundarR --- doc/release-notes/3.10.10.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/release-notes/3.10.10.md diff --git a/doc/release-notes/3.10.10.md b/doc/release-notes/3.10.10.md new file mode 100644 index 00000000000..f391524f55f --- /dev/null +++ b/doc/release-notes/3.10.10.md @@ -0,0 +1,30 @@ +# Release notes for Gluster 3.10.10 + +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), [3.10.8](3.10.8.md) and [3.10.9](3.10.9.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. FIXED: Expanding a gluster volume that is sharded may cause file corruption + + Sharded volumes are typically used for VM images, if such volumes were + 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) is still fixed with 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.9 are listed below. + +- [#1498081](https://bugzilla.redhat.com/1498081): dht_(f)xattrop does not implement migration checks +- [#1534848](https://bugzilla.redhat.com/1534848): entries not getting cleared post healing of softlinks (stale entries showing up in heal info) -- cgit