2006-01-18 02:30:29 -07:00
|
|
|
menu "Distributed Lock Manager"
|
2006-11-15 10:29:24 -07:00
|
|
|
depends on EXPERIMENTAL && INET
|
2006-01-18 02:30:29 -07:00
|
|
|
|
|
|
|
config DLM
|
|
|
|
tristate "Distributed Lock Manager (DLM)"
|
2007-07-06 22:14:02 -06:00
|
|
|
depends on SYSFS && (IPV6 || IPV6=n)
|
2006-01-18 02:30:29 -07:00
|
|
|
select CONFIGFS_FS
|
2007-04-17 08:39:57 -06:00
|
|
|
select IP_SCTP
|
2006-01-18 02:30:29 -07:00
|
|
|
help
|
2007-04-17 08:39:57 -06:00
|
|
|
A general purpose distributed lock manager for kernel or userspace
|
|
|
|
applications.
|
2006-11-02 09:19:21 -07:00
|
|
|
|
2006-01-18 02:30:29 -07:00
|
|
|
config DLM_DEBUG
|
|
|
|
bool "DLM debugging"
|
|
|
|
depends on DLM
|
|
|
|
help
|
2007-04-17 08:39:57 -06:00
|
|
|
Under the debugfs mount point, the name of each lockspace will
|
|
|
|
appear as a file in the "dlm" directory. The output is the
|
|
|
|
list of resource and locks the local node knows about.
|
2006-01-18 02:30:29 -07:00
|
|
|
|
|
|
|
endmenu
|