summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2017-12-20 10:18:51 -0500
committerShyamsundar Ranganathan <srangana@redhat.com>2017-12-20 20:26:02 +0000
commitc1052342b2527f360e8f5d825431da015f973c56 (patch)
tree239e381f4b75754fdead5ddf7067086564434f23
parent4a20c63cab3d35eabd885fbc7c254e8e7b1ab805 (diff)
doc: Release notes for 3.13.1v3.13.1
Change-Id: I8398627b87dd08f1bfaa8f11dfb8f20889c9ec6d BUG: 1523780 Signed-off-by: ShyamsundarR <srangana@redhat.com>
-rw-r--r--doc/release-notes/3.13.1.md29
1 files changed, 29 insertions, 0 deletions
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.