331aa19f86
* sanlock: change log level for resource names * sanlock: include worker thread info in status * sanlock: reuse io buffer with hugepages * sanlock: use hugepages to avoid splitting read io * sanlock: don't reduce max_sectors_kb * sanlock: fix is dead log message for unused host id * sanlock: repeat helper_msg string termination * sanlock: fix invalid strcpy in direct dump OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=79
13 lines
441 B
Plaintext
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" |