diff options
| author | Prasanna Kumar Kalever <prasanna.kalever@redhat.com> | 2016-07-23 14:33:17 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2016-08-02 10:06:22 -0700 | 
| commit | d83105ac8537e8531b9c2210a501734b587ed8d8 (patch) | |
| tree | 2b2645c0ee1416cb1246c7852189cf83eec1ddc4 | |
| parent | 8e797e6f4b95d759d5a2d6c072401c9eb5fcf68e (diff) | |
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 <prasanna.kalever@redhat.com>
Reviewed-on: http://review.gluster.org/14995
Tested-by: Prasanna Kumar Kalever <pkalever@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
| -rw-r--r-- | api/src/glfs.h | 7 | 
1 files changed, 3 insertions, 4 deletions
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.  | 
