Skip to content
Snippets Groups Projects
Commit 4515d501 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Disable NODE_IS_HEALTHY check for benchmarking

parent 7de12893
Branches
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ STARTD_CRON_JOBLIST = NODEHEALTH
STARTD_CRON_NODEHEALTH_EXECUTABLE = $(ETC)/healthcheck_cvmfs.sh
STARTD_CRON_NODEHEALTH_MODE = Periodic
STARTD_CRON_NODEHEALTH_PERIOD = 600
START = $(START) && ( NODE_IS_HEALTHY =?= True )
#START = $(START) && ( NODE_IS_HEALTHY =?= True )
# Accept only jobs which should finish within life time
START= $(START) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment