summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/3.5.0.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes/3.5.0.md b/doc/release-notes/3.5.0.md
index 4f93da95016..5a7cb162436 100644
--- a/doc/release-notes/3.5.0.md
+++ b/doc/release-notes/3.5.0.md
@@ -148,3 +148,7 @@ The following features are experimental with this release:
- For Block Device translator based volumes open-behind translator at the
client side needs to be disabled.
+- libgfapi clients calling glfs_fini before a successfull 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 successfull
+ glfs_init.