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