diff options
author | Ronnie Sahlberg <sahlberg@ronnie> | 2008-01-16 11:08:41 +1100 |
---|---|---|
committer | Ronnie Sahlberg <sahlberg@ronnie> | 2008-01-16 11:08:41 +1100 |
commit | 8b8fb37420f19932dc601141dc574bb1c61187db (patch) | |
tree | bce6f5ba8d81818e7986944b7cced9b61bea0da6 /ctdb/doc | |
parent | d8a708f8e2d1db4df3f09b81cc362b1356ae304a (diff) | |
download | samba-8b8fb37420f19932dc601141dc574bb1c61187db.tar.gz samba-8b8fb37420f19932dc601141dc574bb1c61187db.tar.xz samba-8b8fb37420f19932dc601141dc574bb1c61187db.zip |
update --transport
we only supprot tcp now, infiniband may be supported in the future
(This used to be ctdb commit b70790cde9c1cfc8c0e345161e2667ccc3b4bd58)
Diffstat (limited to 'ctdb/doc')
-rw-r--r-- | ctdb/doc/ctdbd.1.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml index b505b64dd21..17a588d8c7a 100644 --- a/ctdb/doc/ctdbd.1.xml +++ b/ctdb/doc/ctdbd.1.xml @@ -295,7 +295,8 @@ This option specifies which transport to use for ctdbd internode communications. The default is "tcp". </para> <para> - Suported transports are "tcp" and "infiniband". + Currently only "tcp" is supported but "infiniband" might be + implemented in the future. </para> </listitem> </varlistentry> |