From ac7c1ccf914551d19b2ffffadc6887e821a56b67 Mon Sep 17 00:00:00 2001 From: David Teigland Date: May 03 2013 14:35:10 +0000 Subject: sanlock: update request types in man page Forgot to include in the previous commit. Signed-off-by: David Teigland --- diff --git a/src/sanlock.8 b/src/sanlock.8 index a23e54a..edcaf35 100644 --- a/src/sanlock.8 +++ b/src/sanlock.8 @@ -515,15 +515,14 @@ set in A's bitmap for request_finish_seconds.) \fIforce_mode\fP determines the action the resource lease owner should take: -\fB1\fP (KILL_PID): kill the process holding the resource lease. When the +\fB1\fP (FORCE): kill the process holding the resource lease. When the process has exited, the resource lease will be released, and can then be acquired by anyone. The kill signal is SIGKILL (or SIGTERM if SIGKILL is restricted.) -\fB2\fP (SIGUSR1): send SIGUSR1 to the process holding the resource lease. - -\fB3\fP (KILLPATH): run the program configured by sanlock_killpath -against the process holding the resource lease. +\fB2\fP (GRACEFUL): run the program configured by sanlock_killpath +against the process holding the resource lease. If no killpath is +defined, then FORCE is used. .SS Graceful recovery