ctdb: add ctdb_wrapper as a wrapper to call ctdb from the cmdline ctdb_wrapper
authorMichael Adam <obnox@samba.org>
Tue, 7 Jun 2016 07:36:26 +0000 (07:36 +0000)
committerMichael Adam <obnox@samba.org>
Fri, 10 Jun 2016 07:43:35 +0000 (09:43 +0200)
commit94f23e83319831ae295db70928fd0908f36a17a9
tree7c376ea9aeecb524a3f782dc9fdc48501b1bf867
parent8ce15b2cd5f985408fb86c2944e15115768dd2e5
ctdb: add ctdb_wrapper as a wrapper to call ctdb from the cmdline

This is useful for non-standard installations since
it reads the socket from the config file so the user
does not need to specify it. Just a convenience tool
which removes the need to set environment variables
prior to calling ctdb.

This is similar to ctdbd_wrapper for ctdbd but
much more simple.

Signed-off-by: Michael Adam <obnox@samba.org>
ctdb/config/ctdb_wrapper [new file with mode: 0755]
ctdb/wscript