summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2015-06-19 16:35:12 +1000
committerAmitay Isaacs <amitay@samba.org>2015-07-14 09:57:18 +0200
commit74428e5c1463d6c60880ba593c880bc36a8f1ff4 (patch)
tree0a47561e9e5bc42c73721323647957771bbd91e2 /ctdb/wscript
parent3161d611bb2931019a7d40c7795c12f0b70a903c (diff)
downloadsamba-74428e5c1463d6c60880ba593c880bc36a8f1ff4.tar.gz
ctdb-scripts: Switch NFS checks to new style
Note that the 60.ganesha RPC checks need to be identical to those in the nfs-checks.d/ directory. This is because the NFS unit test infrastructure checks output against what should be produced by the checks in nfs-checks.d/. This is a minor issue, since one of the aims of this work is to remove the need for a separate 60.ganesha. In most cases configuration variable CTDB_NFS_DUMP_STUCK_THREADS is now ignored. This is now handled by passing the desired number of threads to the command specified in the service_debug_cmd variable in a .check file. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-xctdb/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index add10ec0e78..7b3304b10a8 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -464,7 +464,7 @@ def build(bld):
etc_subdirs = [
'events.d',
- 'nfs-rpc-checks.d'
+ 'nfs-checks.d'
]
if bld.env.standalone_ctdb:
@@ -627,7 +627,7 @@ def build(bld):
test_eventscript_links = [
'events.d',
'functions',
- 'nfs-rpc-checks.d',
+ 'nfs-checks.d',
'statd-callout'
]