From a795986baacfc9842f7f84aa91de9c6f36039220 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 2 Jun 2007 19:45:06 +1000 Subject: [PATCH] docs on how to use statd-callout (This used to be ctdb commit 4a75111b4f3f93dc42c9ced2d23f3cc933712017) --- ctdb/config/statd-callout | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ctdb/config/statd-callout b/ctdb/config/statd-callout index 5572c5d6f49..da169575a65 100755 --- a/ctdb/config/statd-callout +++ b/ctdb/config/statd-callout @@ -1,7 +1,10 @@ #!/bin/sh # this script needs to be installed so that statd points to it with the -H -# command line argument. The easiest way to do that is +# command line argument. The easiest way to do that is to put something like this in +# /etc/sysconfig/nfs: +# STATD_HOSTNAME="myhostname -H /etc/ctdb/statd-callout" + . /etc/sysconfig/nfs -- 2.47.3