From: Günther Deschner Date: Wed, 17 Dec 2014 12:48:53 +0000 (+0100) Subject: vfs: Add glusterfs manpage. X-Git-Tag: ldb-1.1.20~128 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=8d0729daf06c99f48f2bc545d22f47e5f0d2786f;hp=2ec910dba4b7f5d6b96904bc38bf0899a4b46eab vfs: Add glusterfs manpage. Bug: https://bugzilla.samba.org/show_bug.cgi?id=10240 Guenther Signed-off-by: Günther Deschner Reviewed-by: Michael Adam Autobuild-User(master): Günther Deschner Autobuild-Date(master): Wed Jan 7 20:57:57 CET 2015 on sn-devel-104 --- diff --git a/docs-xml/manpages/vfs_glusterfs.8.xml b/docs-xml/manpages/vfs_glusterfs.8.xml new file mode 100644 index 00000000000..83032cc814c --- /dev/null +++ b/docs-xml/manpages/vfs_glusterfs.8.xml @@ -0,0 +1,151 @@ + + + + + + vfs_glusterfs + 8 + Samba + System Administration tools + 4.2 + + + + + vfs_glusterfs + + Utilize features provided by GlusterFS + + + + + + vfs objects = glusterfs + + + + + DESCRIPTION + + This VFS module is part of the + samba + 8 suite. + + + The vfs_glusterfs VFS module exposes + GlusterFS specific features for use by Samba. + + + + GlusterFS is a clustered file system, capable of scaling + to several peta-bytes. It aggregates various storage bricks + over Infiniband RDMA or TCP/IP and interconnect into one large + parallel network file system. Storage bricks can be made of any + commodity hardware, such as x86-64 server with SATA-II RAID and + Infiniband HBA. + + GlusterFS is fully POSIX compliant file system. It supports + standard clients running standard applications over any standard + IP network and also FUSE. It works seemlessly on + different operating systems, currently supported on GNU/Linux + and Solaris. + + + + This module is stackable, provided glusterfs lies in the bottom + of the stack. + + + + + CONFIGURATION + + + vfs_glusterfs requires that the underlying share + path is a Gluster filesystem. + + + + + glusterfs + + + + + OPTIONS + + + + + glusterfs:logfile = path + + + Defines whether and where to store a vfs_glusterfs specific + logfile. Client variable substitution is supported (i.e. + %M, %m, %I), hence per client log file can be + %specified. + + + Example: glusterfs:logfile = + %/var/log/samba/glusterfs-vol2.%M.log + + + + + + glusterfs:loglevel = 0-9 + + + Defines the level of logging, with higher numbers corresponding to more verbosity. + 0 - No logs; 9 - Trace log level; 7 being the info log level is preferred. + + + If this option is not defined with an explicit loglevel, + the glusterfs default is used (currently loglevel 7). + + + + + + + glusterfs:volfile_server = servername + + + Defines which volfile server to use, defaults to + localhost. + + + + + + glusterfs:volume = volumename + + + Defines the glusterfs volumename to use for this share. + + + + + + + + + + VERSION + + + This man page is correct for version 4.2.0 of the Samba suite. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index f7d0db83b5c..0bc3f54807d 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -62,6 +62,7 @@ manpages=''' manpages/vfs_fileid.8 manpages/vfs_fruit.8 manpages/vfs_full_audit.8 + manpages/vfs_glusterfs.8 manpages/vfs_gpfs.8 manpages/vfs_linux_xfs_sgid.8 manpages/vfs_media_harmony.8