]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/lustre/lustre/Kconfig
58715d5683c9de4ca2b87770c5745c18af5fcd33
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / lustre / lustre / Kconfig
1 config LUSTRE_FS
2 tristate "Lustre file system client support"
3 depends on STAGING && INET
4 select LNET
5 help
6 This option enables Lustre file system client support. Choose Y
7 here if you want to access a Lustre file system cluster. To compile
8 this file system support as a module, choose M here: the module will
9 be called lustre.
10
11 To mount Lustre file systems , you also need to install the user space
12 mount.lustre and other user space commands which can be found in the
13 lustre-client package, available from
14 http://downloads.whamcloud.com/public/lustre/
15
16 Lustre file system is the most popular cluster file system in high
17 performance computing. Source code of both kernel space and user space
18 Lustre components can also be found at
19 http://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
20
21 If unsure, say N.
22
23 See also http://wiki.lustre.org/
24
25 config LUSTRE_OBD_MAX_IOCTL_BUFFER
26 int "Lustre obd max ioctl buffer bytes (default 8KB)"
27 depends on LUSTRE_FS
28 default 8192
29 help
30 This option defines the maximum size of buffer in bytes that user space
31 applications can pass to Lustre kernel module through ioctl interface.
32
33 If unsure, use default.