| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | config NFS_FS | 
					
						
							|  |  |  | 	tristate "NFS client support" | 
					
						
							| 
									
										
										
										
											2009-05-12 13:28:09 -07:00
										 |  |  | 	depends on INET && FILE_LOCKING | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 	select LOCKD | 
					
						
							|  |  |  | 	select SUNRPC | 
					
						
							|  |  |  | 	select NFS_ACL_SUPPORT if NFS_V3_ACL | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  Choose Y here if you want to access files residing on other | 
					
						
							|  |  |  | 	  computers using Sun's Network File System protocol.  To compile | 
					
						
							|  |  |  | 	  this file system support as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called nfs. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To mount file systems exported by NFS servers, you also need to | 
					
						
							|  |  |  | 	  install the user space mount.nfs command which can be found in | 
					
						
							|  |  |  | 	  the Linux nfs-utils package, available from http://linux-nfs.org/. | 
					
						
							|  |  |  | 	  Information about using the mount command is available in the | 
					
						
							|  |  |  | 	  mount(8) man page.  More detail about the Linux NFS client | 
					
						
							|  |  |  | 	  implementation is available via the nfs(5) man page. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Below you can choose which versions of the NFS protocol are | 
					
						
							|  |  |  | 	  available in the kernel to mount NFS servers.  Support for NFS | 
					
						
							|  |  |  | 	  version 2 (RFC 1094) is always available when NFS_FS is selected. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To configure a system which mounts its root file system via NFS | 
					
						
							|  |  |  | 	  at boot time, say Y here, select "Kernel level IP | 
					
						
							|  |  |  | 	  autoconfiguration" in the NETWORK menu, and select "Root file | 
					
						
							|  |  |  | 	  system on NFS" below.  You cannot compile this file system as a | 
					
						
							|  |  |  | 	  module in this case. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  If unsure, say N. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-05-10 16:47:19 -04:00
										 |  |  | config NFS_V2 | 
					
						
							| 
									
										
										
										
											2012-07-30 16:05:23 -04:00
										 |  |  | 	tristate "NFS client support for NFS version 2" | 
					
						
							| 
									
										
										
										
											2012-05-10 16:47:19 -04:00
										 |  |  | 	depends on NFS_FS | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  This option enables support for version 2 of the NFS protocol | 
					
						
							|  |  |  | 	  (RFC 1094) in the kernel's NFS client. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  If unsure, say Y. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | config NFS_V3 | 
					
						
							| 
									
										
										
										
											2012-07-30 16:05:24 -04:00
										 |  |  | 	tristate "NFS client support for NFS version 3" | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 	depends on NFS_FS | 
					
						
							| 
									
										
										
										
											2012-05-10 16:47:20 -04:00
										 |  |  | 	default y | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 	help | 
					
						
							|  |  |  | 	  This option enables support for version 3 of the NFS protocol | 
					
						
							|  |  |  | 	  (RFC 1813) in the kernel's NFS client. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  If unsure, say Y. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NFS_V3_ACL | 
					
						
							|  |  |  | 	bool "NFS client support for the NFSv3 ACL protocol extension" | 
					
						
							|  |  |  | 	depends on NFS_V3 | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  Some NFS servers support an auxiliary NFSv3 ACL protocol that | 
					
						
							|  |  |  | 	  Sun added to Solaris but never became an official part of the | 
					
						
							|  |  |  | 	  NFS version 3 protocol.  This protocol extension allows | 
					
						
							|  |  |  | 	  applications on NFS clients to manipulate POSIX Access Control | 
					
						
							|  |  |  | 	  Lists on files residing on NFS servers.  NFS servers enforce | 
					
						
							|  |  |  | 	  ACLs on local files whether this protocol is available or not. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Choose Y here if your NFS server supports the Solaris NFSv3 ACL | 
					
						
							|  |  |  | 	  protocol extension and you want your NFS client to allow | 
					
						
							|  |  |  | 	  applications to access and modify ACLs on files on the server. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Most NFS servers don't support the Solaris NFSv3 ACL protocol | 
					
						
							|  |  |  | 	  extension.  You can choose N here or specify the "noacl" mount | 
					
						
							|  |  |  | 	  option to prevent your NFS client from trying to use the NFSv3 | 
					
						
							|  |  |  | 	  ACL protocol. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  If unsure, say N. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NFS_V4 | 
					
						
							| 
									
										
										
										
											2012-07-30 16:05:25 -04:00
										 |  |  | 	tristate "NFS client support for NFS version 4" | 
					
						
							| 
									
										
										
										
											2010-08-04 14:38:01 -04:00
										 |  |  | 	depends on NFS_FS | 
					
						
							| 
									
										
										
										
											2010-09-12 19:57:50 -04:00
										 |  |  | 	select SUNRPC_GSS | 
					
						
							| 
									
										
										
										
											2012-02-08 13:21:38 -05:00
										 |  |  | 	select KEYS | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 	help | 
					
						
							|  |  |  | 	  This option enables support for version 4 of the NFS protocol | 
					
						
							|  |  |  | 	  (RFC 3530) in the kernel's NFS client. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To mount NFS servers using NFSv4, you also need to install user | 
					
						
							|  |  |  | 	  space programs which can be found in the Linux nfs-utils package, | 
					
						
							|  |  |  | 	  available from http://linux-nfs.org/. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-04 14:38:01 -04:00
										 |  |  | 	  If unsure, say Y. | 
					
						
							| 
									
										
										
										
											2012-07-31 16:45:12 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | config NFS_SWAP | 
					
						
							|  |  |  | 	bool "Provide swap over NFS support" | 
					
						
							|  |  |  | 	default n | 
					
						
							|  |  |  | 	depends on NFS_FS | 
					
						
							|  |  |  | 	select SUNRPC_SWAP | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  This option enables swapon to work on files located on NFS mounts. | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-01 09:21:46 -04:00
										 |  |  | config NFS_V4_1 | 
					
						
							| 
									
										
										
										
											2012-10-03 10:54:50 -07:00
										 |  |  | 	bool "NFS client support for NFSv4.1" | 
					
						
							|  |  |  | 	depends on NFS_V4 | 
					
						
							| 
									
										
										
										
											2011-07-13 19:20:49 -04:00
										 |  |  | 	select SUNRPC_BACKCHANNEL | 
					
						
							| 
									
										
										
										
											2009-04-01 09:21:46 -04:00
										 |  |  | 	help | 
					
						
							|  |  |  | 	  This option enables support for minor version 1 of the NFSv4 protocol | 
					
						
							| 
									
										
										
										
											2011-08-10 18:29:21 -04:00
										 |  |  | 	  (RFC 5661) in the kernel's NFS client. | 
					
						
							| 
									
										
										
										
											2009-04-01 09:21:46 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-04 14:39:16 -04:00
										 |  |  | 	  If unsure, say N. | 
					
						
							| 
									
										
										
										
											2009-04-01 09:21:46 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-20 00:17:59 -04:00
										 |  |  | config PNFS_FILE_LAYOUT | 
					
						
							|  |  |  | 	tristate | 
					
						
							| 
									
										
										
										
											2012-05-21 15:30:41 -04:00
										 |  |  | 	depends on NFS_V4_1 | 
					
						
							|  |  |  | 	default m | 
					
						
							| 
									
										
										
										
											2010-10-20 00:17:59 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-30 20:52:39 -04:00
										 |  |  | config PNFS_BLOCK | 
					
						
							| 
									
										
										
										
											2011-08-11 14:29:25 -07:00
										 |  |  | 	tristate | 
					
						
							| 
									
										
										
										
											2012-05-21 15:30:41 -04:00
										 |  |  | 	depends on NFS_V4_1 && BLK_DEV_DM | 
					
						
							| 
									
										
										
										
											2011-08-11 14:29:25 -07:00
										 |  |  | 	default m | 
					
						
							| 
									
										
										
										
											2011-07-30 20:52:39 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-22 19:49:06 +03:00
										 |  |  | config PNFS_OBJLAYOUT | 
					
						
							| 
									
										
										
										
											2011-08-11 14:29:25 -07:00
										 |  |  | 	tristate | 
					
						
							| 
									
										
										
										
											2012-05-21 15:30:41 -04:00
										 |  |  | 	depends on NFS_V4_1 && SCSI_OSD_ULD | 
					
						
							| 
									
										
										
										
											2011-08-11 14:29:25 -07:00
										 |  |  | 	default m | 
					
						
							| 
									
										
										
										
											2011-05-22 19:49:06 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-17 15:20:24 -05:00
										 |  |  | config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN | 
					
						
							|  |  |  | 	string "NFSv4.1 Implementation ID Domain" | 
					
						
							|  |  |  | 	depends on NFS_V4_1 | 
					
						
							|  |  |  | 	default "kernel.org" | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  This option defines the domain portion of the implementation ID that | 
					
						
							|  |  |  | 	  may be sent in the NFS exchange_id operation.  The value must be in | 
					
						
							|  |  |  | 	  the format of a DNS domain name and should be set to the DNS domain | 
					
						
							|  |  |  | 	  name of the distribution. | 
					
						
							|  |  |  | 	  If the NFS client is unchanged from the upstream kernel, this | 
					
						
							|  |  |  | 	  option should be set to the default "kernel.org". | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | config ROOT_NFS | 
					
						
							|  |  |  | 	bool "Root file system on NFS" | 
					
						
							|  |  |  | 	depends on NFS_FS=y && IP_PNP | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  If you want your system to mount its root file system via NFS, | 
					
						
							|  |  |  | 	  choose Y here.  This is common practice for managing systems | 
					
						
							|  |  |  | 	  without local permanent storage.  For details, read | 
					
						
							| 
									
										
										
										
											2009-10-27 14:41:35 -04:00
										 |  |  | 	  <file:Documentation/filesystems/nfs/nfsroot.txt>. | 
					
						
							| 
									
										
										
										
											2009-01-22 11:07:41 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	  Most people say N here. | 
					
						
							| 
									
										
										
										
											2009-04-03 16:42:42 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | config NFS_FSCACHE | 
					
						
							| 
									
										
										
										
											2010-02-26 17:25:14 +00:00
										 |  |  | 	bool "Provide NFS client caching support" | 
					
						
							| 
									
										
										
										
											2009-04-03 16:42:42 +01:00
										 |  |  | 	depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  Say Y here if you want NFS data to be cached locally on disc through | 
					
						
							|  |  |  | 	  the general filesystem cache manager | 
					
						
							| 
									
										
										
										
											2010-08-11 09:37:53 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | config NFS_USE_LEGACY_DNS | 
					
						
							|  |  |  | 	bool "Use the legacy NFS DNS resolver" | 
					
						
							|  |  |  | 	depends on NFS_V4 | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  The kernel now provides a method for translating a host name into an | 
					
						
							|  |  |  | 	  IP address.  Select Y here if you would rather use your own DNS | 
					
						
							|  |  |  | 	  resolver script. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  If unsure, say N | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NFS_USE_KERNEL_DNS | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	depends on NFS_V4 && !NFS_USE_LEGACY_DNS | 
					
						
							|  |  |  | 	select DNS_RESOLVER | 
					
						
							|  |  |  | 	default y | 
					
						
							| 
									
										
										
										
											2012-03-18 14:07:42 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | config NFS_DEBUG | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	depends on NFS_FS && SUNRPC_DEBUG | 
					
						
							|  |  |  | 	select CRC32 | 
					
						
							|  |  |  | 	default y |