summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDeepak C Shetty <deepakcs@redhat.com>2014-04-25 15:44:04 +0530
committerVijay Bellur <vbellur@redhat.com>2014-04-27 22:27:55 -0700
commitf2d39b9aa90dd06b37ee9e86e00420395efabd0f (patch)
tree9fcfe19c4d93420737e9b160f4a4e8d69b6b626e /doc
parent68bfc576764ea3106b83665cc5cb1f3a1952dc4b (diff)
doc: Add glfs_fini known issue to release notes 3.5
Adds the glfs_fini issue as reported in http://lists.gnu.org/archive/html/gluster-devel/2014-04/msg00179.html to the release notes. Change-Id: I91965e80939b69205d12e8c35f0c17ccd3a9ccc2 BUG: 1091340 Signed-off-by: Deepak C Shetty <deepakcs@redhat.com> Reviewed-on: http://review.gluster.org/7559 Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
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.