[pnfs] [PATCH 01/12] pnfsd-lexp: Add CONFIG_PNFSD_LOCAL_EXPORT Kconfig option

Benny Halevy bhalevy at panasas.com
Mon Jun 16 14:24:31 EDT 2008


Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
 fs/Kconfig |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index e68fb24..f2dfd12 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1787,6 +1787,17 @@ config PNFSD
 
 	  If unsure, say N.
 
+config PNFSD_LOCAL_EXPORT
+	bool "Enable pNFS support for exporting local filesystems for debugging purposes"
+	depends on PNFSD
+	help
+	  Say Y here if you want your pNFS server to export local file systems
+	  over the files layout type.  With this option the MDS (metadata
+	  server) functions also as a single DS (data server).  This is mostly
+	  useful for development and debugging purposes.
+
+	  If unsure, say N.
+
 config ROOT_NFS
 	bool "Root file system on NFS"
 	depends on NFS_FS=y && IP_PNP
-- 
1.5.3.3



More information about the pNFS mailing list