From c1052342b2527f360e8f5d825431da015f973c56 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Wed, 20 Dec 2017 10:18:51 -0500 Subject: doc: Release notes for 3.13.1 Change-Id: I8398627b87dd08f1bfaa8f11dfb8f20889c9ec6d BUG: 1523780 Signed-off-by: ShyamsundarR --- doc/release-notes/3.13.1.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/release-notes/3.13.1.md (limited to 'doc/release-notes/3.13.1.md') diff --git a/doc/release-notes/3.13.1.md b/doc/release-notes/3.13.1.md new file mode 100644 index 00000000000..939121b9726 --- /dev/null +++ b/doc/release-notes/3.13.1.md @@ -0,0 +1,29 @@ +# Release notes for Gluster 3.13.1 + +This is a bugfix release. The release notes for [3.13.0](3.10.0.md), +contain a listing of all the new features that were added and +bugs fixed in the GlusterFS 3.13 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 (Bug #1515434) is still under review. + - Status of this bug can be tracked here, [#1515434](https://bugzilla.redhat.com/1515434) + + +## Bugs addressed + +Bugs addressed since release-3.13.0 are listed below. + +- [#1428060](https://bugzilla.redhat.com/1428060): write-behind: Allow trickling-writes to be configurable, fix usage of page_size and window_size +- [#1520232](https://bugzilla.redhat.com/1520232): Rebalance fails on NetBSD because fallocate is not implemented +- [#1522710](https://bugzilla.redhat.com/1522710): Directory listings on fuse mount are very slow due to small number of getdents() entries +- [#1523046](https://bugzilla.redhat.com/1523046): glusterd consuming high memory +- [#1523456](https://bugzilla.redhat.com/1523456): Store allocated objects in the mem_acct +- [#1527275](https://bugzilla.redhat.com/1527275): feature/bitrot: remove internal xattrs from lookup cbk +- [#1527699](https://bugzilla.redhat.com/1527699): rdma transport may access an obsolete item in gf_rdma_device_t->all_mr, and causes glusterfsd/glusterfs process crash. -- cgit