| menu "Distributed Lock Manager" |
| depends on EXPERIMENTAL && INET |
| tristate "Distributed Lock Manager (DLM)" |
| depends on SYSFS && (IPV6 || IPV6=n) |
| select IP_SCTP if DLM_SCTP |
| A general purpose distributed lock manager for kernel or userspace |
| prompt "Select DLM communications protocol" |
| The DLM Can use TCP or SCTP for it's network communications. |
| SCTP supports multi-homed operations whereas TCP doesn't. |
| However, SCTP seems to have stability problems at the moment. |
| 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. |