2012-01-20 01:08:24 +01:00
|
|
|
## Path: System/Virtualization/sanlock
|
|
|
|
|
|
|
|
## Type: string
|
2012-12-03 23:15:47 +01:00
|
|
|
## Default: "-U sanlock -G sanlock"
|
|
|
|
# Options passed to sanlock daemon, see man sanlock(8).
|
|
|
|
#
|
2012-01-20 01:08:24 +01:00
|
|
|
# E.g. to use sanlock without the watchdog multiplexing
|
2012-12-03 23:15:47 +01:00
|
|
|
# daemon set SANLOCKOPTS as follows
|
|
|
|
#SANLOCKOPTS="-U sanlock -G sanlock -w 0"
|
2012-01-20 01:08:24 +01:00
|
|
|
#
|
2012-12-03 23:15:47 +01:00
|
|
|
# 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"
|