2007-10-17 06:30:15 +00:00
|
|
|
menuconfig DLM
|
2006-01-18 09:30:29 +00:00
|
|
|
tristate "Distributed Lock Manager (DLM)"
|
2007-10-17 06:30:15 +00:00
|
|
|
depends on EXPERIMENTAL && INET
|
2011-01-16 21:14:52 +00:00
|
|
|
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
|
2007-04-17 14:39:57 +00:00
|
|
|
select IP_SCTP
|
2006-01-18 09:30:29 +00:00
|
|
|
help
|
2007-04-17 14:39:57 +00:00
|
|
|
A general purpose distributed lock manager for kernel or userspace
|
|
|
|
applications.
|
2006-11-02 16:19:21 +00:00
|
|
|
|
2006-01-18 09:30:29 +00:00
|
|
|
config DLM_DEBUG
|
|
|
|
bool "DLM debugging"
|
|
|
|
depends on DLM
|
|
|
|
help
|
2007-04-17 14:39:57 +00: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.
|