From f2d39b9aa90dd06b37ee9e86e00420395efabd0f Mon Sep 17 00:00:00 2001 From: Deepak C Shetty Date: Fri, 25 Apr 2014 15:44:04 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/7559 Reviewed-by: Humble Devassy Chirammal Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- doc/release-notes/3.5.0.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/release-notes') 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. -- cgit