David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 1 | menu "Distributed Lock Manager" |
Patrick Caulfield | b98c95a | 2006-11-15 12:29:24 -0500 | [diff] [blame] | 2 | depends on EXPERIMENTAL && INET |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 3 | |
| 4 | config DLM |
| 5 | tristate "Distributed Lock Manager (DLM)" |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame^] | 6 | depends on IPV6 || IPV6=n |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 7 | select CONFIGFS_FS |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame^] | 8 | select IP_SCTP |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 9 | help |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame^] | 10 | A general purpose distributed lock manager for kernel or userspace |
| 11 | applications. |
Patrick Caulfield | fdda387 | 2006-11-02 11:19:21 -0500 | [diff] [blame] | 12 | |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 13 | config DLM_DEBUG |
| 14 | bool "DLM debugging" |
| 15 | depends on DLM |
| 16 | help |
Patrick Caulfield | 6ed7257b | 2007-04-17 15:39:57 +0100 | [diff] [blame^] | 17 | Under the debugfs mount point, the name of each lockspace will |
| 18 | appear as a file in the "dlm" directory. The output is the |
| 19 | list of resource and locks the local node knows about. |
David Teigland | e7fd417 | 2006-01-18 09:30:29 +0000 | [diff] [blame] | 20 | |
| 21 | endmenu |