sanlock/sysconfig.sanlock
James Fehlig 1dfd85810b - Update to sanlock 2.6
- Add fence_sanlock, a fence agent that uses /dev/watchdog to
    reset hosts (currently disabled)
  - Various bug fixes and improvements

OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=15
2012-12-03 22:15:47 +00:00

13 lines
441 B
Plaintext

## Path: System/Virtualization/sanlock
## Type: string
## Default: "-U sanlock -G sanlock"
# Options passed to sanlock daemon, see man sanlock(8).
#
# E.g. to use sanlock without the watchdog multiplexing
# daemon set SANLOCKOPTS as follows
#SANLOCKOPTS="-U sanlock -G sanlock -w 0"
#
# To disable use of watchdog via wdmd and disable high priority features
#SANLOCKOPTS="-U sanlock -G sanlock -w 0 -h 0"
SANLOCKOPTS="-U sanlock -G sanlock"