From f9646b9265380ceeb65e9dbdf9773cb30a61ab71 Mon Sep 17 00:00:00 2001 From: Ferenc Wágner Date: Jan 05 2016 17:11:20 +0000 Subject: Don't SIGKILL dlm_controld Signed-off-by: Ferenc Wágner --- diff --git a/init/dlm.service b/init/dlm.service index 598a8ae..1db5925 100644 --- a/init/dlm.service +++ b/init/dlm.service @@ -12,6 +12,10 @@ ExecStartPre=/sbin/modprobe dlm ExecStart=/usr/sbin/dlm_controld --foreground $DLM_CONTROLD_OPTS #ExecStopPost=/sbin/modprobe -r dlm +# If dlm_controld doesn't stop, there are active lockspaces. +# Killing it will just get the node fenced. +SendSIGKILL=no + [Install] WantedBy=multi-user.target