SIGKILL send before Stop-timeout expired
I have an resource with might take a long time to stop, so I configure the property Stop_timeout to 30mn (1800 seconds).
Unfortunately the cluster framework sends a SIGKILL to the resource before the Stop timeout expired (it did it after 1400 seconds).
my question is:
which event or can move the cluster framework to send a SIGKILL to a stopping cluster resource ?
Best regards