diff options
-rwxr-xr-x | ctdb/config/events.d/60.nfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs index 301ead8bb5..9b8285c984 100755 --- a/ctdb/config/events.d/60.nfs +++ b/ctdb/config/events.d/60.nfs @@ -60,7 +60,7 @@ case "$1" in # the check compeltely p="rpc.statd" which $p >/dev/null 2>/dev/null && { - if ctdb_check_rpc "STATD" 1000247 1 >/dev/null ; then + if ctdb_check_rpc "STATD" 100024 1 >/dev/null ; then (service_name="nfs_statd"; ctdb_counter_init) else cmd="$p" |