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