summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-01-11 16:15:41 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-01-11 16:16:28 +1100
commit2a3442d972e59911f7345afb47cd83cf7270d2ad (patch)
treedd712e45b5392f5248c3413c6fcb0cbbc10a9bff
parent1859cde18debcc0475a217906816462f819d9746 (diff)
downloadsamba-2a3442d972e59911f7345afb47cd83cf7270d2ad.tar.gz
samba-2a3442d972e59911f7345afb47cd83cf7270d2ad.tar.xz
samba-2a3442d972e59911f7345afb47cd83cf7270d2ad.zip
STATD is 100027 not 1000247
(This used to be ctdb commit f4cf15a2b06ffefde0cba803603b48040ad0fa05)
-rwxr-xr-xctdb/config/events.d/60.nfs2
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"