src/sanlock.8

David Teigland teigland at fedoraproject.org
Fri May 3 14:50:15 UTC 2013


 src/sanlock.8 |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit ac7c1ccf914551d19b2ffffadc6887e821a56b67
Author: David Teigland <teigland at redhat.com>
Date:   Fri May 3 09:35:10 2013 -0500

    sanlock: update request types in man page
    
    Forgot to include in the previous commit.
    
    Signed-off-by: David Teigland <teigland at redhat.com>

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
 




More information about the sanlock-devel mailing list