From ab52c1e6966ca2ebafa2cd487f28972b90bc1421 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 11 Mar 2016 18:38:30 +0100 Subject: doc: release notes for GlusterFS 3.5.9 BUG: 1306988 Change-Id: Iae465e6a35d475f3824e493036f4787802aacb26 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/13685 NetBSD-regression: NetBSD Build System Smoke: Gluster Build System CentOS-regression: Gluster Build System --- doc/release-notes/3.5.9.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/release-notes/3.5.9.md diff --git a/doc/release-notes/3.5.9.md b/doc/release-notes/3.5.9.md new file mode 100644 index 00000000000..2cdf6774a0e --- /dev/null +++ b/doc/release-notes/3.5.9.md @@ -0,0 +1,56 @@ +## Release Notes for GlusterFS 3.5.9 + +This is a bugfix release. The [Release Notes for 3.5.0](3.5.0.md), +[3.5.1](3.5.1.md), [3.5.2](3.5.2.md), [3.5.3](3.5.3.md), [3.5.4](3.5.4.md), +[3.5.5](3.5.5.md), [3.5.6](3.5.6.md), [3.5.7](3.5.7.md) and [3.5.8](3.5.8.md) +contain a listing of all the new features that were added and bugs fixed in the +GlusterFS 3.5 stable release. + +### Bugs Fixed: + +- [1313968](https://bugzilla.redhat.com/1313968): Request for XML output ignored when stdin is not a tty +- [1315559](https://bugzilla.redhat.com/1315559): SEEK_HOLE and SEEK_DATA should return EINVAL when protocol support is missing + +### Known Issues: + +- The following configuration changes are necessary for 'qemu' and 'samba vfs + plugin' integration with libgfapi to work seamlessly: + + 1. `gluster volume set server.allow-insecure on` + 2. restarting the volume is necessary + + ~~~ + gluster volume stop + gluster volume start + ~~~ + + 3. Edit `/etc/glusterfs/glusterd.vol` to contain this line: + + ~~~ + option rpc-auth-allow-insecure on + ~~~ + + 4. restarting glusterd is necessary + + ~~~ + service glusterd restart + ~~~ + + More details are also documented in the Gluster Wiki on the [Libgfapi with qemu libvirt](http://www.gluster.org/community/documentation/index.php/Libgfapi_with_qemu_libvirt) page. + +- For Block Device translator based volumes open-behind translator at the + client side needs to be disabled. + + ~~~ + gluster volume set performance.open-behind disabled + ~~~ + +- libgfapi clients calling `glfs_fini` before a successful `glfs_init` will cause the client to + hang as reported [here](http://lists.gnu.org/archive/html/gluster-devel/2014-04/msg00179.html). + The workaround is NOT to call `glfs_fini` for error cases encountered before a successful + `glfs_init`. This is being tracked in [Bug 1134050](https://bugzilla.redhat.com/1134050) for + glusterfs-3.5 and [Bug 1093594](https://bugzilla.redhat.com/1093594) for mainline. + +- If the `/var/run/gluster` directory does not exist enabling quota will likely + fail ([Bug 1117888](https://bugzilla.redhat.com/show_bug.cgi?id=1117888)). + -- cgit