![]() |
![]()
| ![]() |
![]()
NAMEvfs_glusterfs - Utilize features provided by GlusterFSSYNOPSISvfs objects = glusterfs
DESCRIPTIONThis VFS module is part of the samba(8) suite. GlusterFS (http://www.gluster.org) is an Open Source clustered file system capable of scaling to several peta-bytes. With its FUSE based native client, GlusterFS is available as a POSIX compliant file system and can hence be shared by Samba without additional steps. The vfs_glusterfs VFS module provides an alternative, and superior way to access a Gluster filesystem from Samba for sharing. It does not require a Gluster FUSE mount but directly accesses the GlusterFS daemon through its library libgfapi, thereby omitting the expensive kernel-userspace context switches and taking advantage of some of the more advanced features of GlusterFS. This module can be combined with other modules, but it should be the last module in the vfs objects list. Modules added to this list to the right of the glusterfs entry may not have any effect at all.CONFIGURATIONA basic configuration looks like this.[share] vfs objects = glusterfs path = /relative/base/path glusterfs:volume = gv0 kernel share modes = no OPTIONSglusterfs:logfile = pathDefines 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. It could be list of white space separated elements where each
element could be
1. unix+/path/to/socket/file
2. [tcp+]IP|hostname|\[IPv6\][:port]
Note the restriction on naming a IPv6 host, it follows the same restriction that
is based on IPv6 naming in URL as per RFC 2732.
glusterfs:volume = volumename
Defines the glusterfs volumename to use for this
share.
VERSIONThis man page is part of version 4.8.7 of the Samba suite.AUTHORThe 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.
|