From 2a3d7c09719c1898bc90ace2bc35cbb74d75b5f4 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 6 Jul 2023 20:28:30 +1000 Subject: [PATCH] ctdb-scripts: Change NFS-Ganesha PID file location This is the current default. Signed-off-by: Martin Schwenke Reviewed-by: Volker Lendecke --- ctdb/doc/examples/nfs-ganesha-callout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/doc/examples/nfs-ganesha-callout b/ctdb/doc/examples/nfs-ganesha-callout index a68cffeda10..d78e48f9939 100755 --- a/ctdb/doc/examples/nfs-ganesha-callout +++ b/ctdb/doc/examples/nfs-ganesha-callout @@ -241,7 +241,7 @@ service_check() fi # Check that NFS Ganesha is running, according to PID file - _pidfile="/var/run/ganesha.pid" + _pidfile="/var/run/ganesha/ganesha.pid" _ganesha="/usr/bin/ganesha.nfsd" if ! { read -r _pid <"$_pidfile" && -- 2.47.3