From d83105ac8537e8531b9c2210a501734b587ed8d8 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Sat, 23 Jul 2016 14:33:17 +0530 Subject: gfapi: fix glfs_set_volfile_server doc Gluster supports volume file fetching over transports tcp and unix only. The current glfs_set_volfile_server() doc misleads by mentioning rdma, which is removed by this patch. More about the discussion around @ http://www.gluster.org/pipermail/gluster-devel/2016-July/050114.html Change-Id: I08cfe262fb9a82cb341f6adbe93594c8e628b7fe BUG: 1359370 Signed-off-by: Prasanna Kumar Kalever Reviewed-on: http://review.gluster.org/14995 Tested-by: Prasanna Kumar Kalever Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Shyamsundar Ranganathan Reviewed-by: Vijay Bellur --- api/src/glfs.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'api') diff --git a/api/src/glfs.h b/api/src/glfs.h index bf6dd6cd566..c280cb0cc40 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -160,10 +160,9 @@ int glfs_set_volfile (glfs_t *fs, const char *volfile) __THROW specification file. @transport: String specifying the transport used to connect to the - management daemon. Specifying NULL will result in the usage - of the default (tcp) transport type. Permitted values - are those what you specify as transport-type in a volume - specification file (e.g "tcp", "rdma", "unix" etc.) + management daemon. Specifying NULL will result in the + usage of the default (tcp) transport type. Permitted + values are "tcp" or "unix". @host: String specifying the address where to find the management daemon. Socket path, while using Unix domain socket as transport type. -- cgit