diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/sm-notify.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/sm-notify.8 | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/sm-notify.8 b/upstream/opensuse-leap-15-6/man8/sm-notify.8 index bb7f6e0a..addf5d3c 100644 --- a/upstream/opensuse-leap-15-6/man8/sm-notify.8 +++ b/upstream/opensuse-leap-15-6/man8/sm-notify.8 @@ -190,7 +190,15 @@ by default. After starting, .B sm-notify attempts to set its effective UID and GID to the owner -and group of this directory. +and group of the subdirectory +.B sm +of this directory. After changing the effective ids, +.B sm-notify +only needs to access files in +.B sm +and +.B sm.bak +within the state-directory-path. .TP .BI -v " ipaddr " | " hostname Specifies the network address from which to send reboot notifications, @@ -241,6 +249,24 @@ These have the same effect as the command line options .B v respectively. +An additional value recognized in the +.B [sm-notify] +section is +.BR lift-grace . +By default, +.B sm-notify +will lift lockd's grace period early if it has no hosts to notify. +Some high availability configurations will run one +.B sm-notify +per floating IP address. In these configurations, lifting the +grace period early may prevent clients from reclaiming locks. +.RB "Setting " lift-grace " to " n +will prevent +.B sm-notify +from ending the grace period early. +.B lift-grace +has no corresponding command line option. + The value recognized in the .B [statd] section is |