ctdb-scripts: Use tcp connection for checking RPC services
authorAmitay Isaacs <amitay@gmail.com>
Fri, 27 Mar 2015 01:04:03 +0000 (12:04 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 27 Mar 2015 05:40:08 +0000 (06:40 +0100)
commit14886ed00c998c2ac4deb70f650584e9b371345d
tree629d0cd78581342cb674069ae40ebd7474c36130
parent130202d635d8712575fa201a12ef257f4278b862
ctdb-scripts: Use tcp connection for checking RPC services

It's possible for a RPC service to register only for UDP and not TCP.
Since we assume all the NFS operations are over TCP, always check RPC
services over TCP.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/config/functions