1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>vfs_gpfs</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="vfs_gpfs.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>vfs_gpfs — gpfs specific samba extensions like acls and prealloc</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">vfs objects = gpfs</code></p></div></div><div class="refsect1" lang="en"><a name="id2522916"></a><h2>DESCRIPTION</h2><p>This VFS module is part of the
|
---|
2 | <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p>The <code class="literal">gpfs</code> VFS module is the home
|
---|
3 | for all gpfs extensions that Samba requires for proper integration
|
---|
4 | with GPFS. It uses the GPL library interfaces provided by GPFS.
|
---|
5 | </p><p>Currently the gpfs vfs module provides extensions in following areas :
|
---|
6 | </p><div class="itemizedlist"><ul type="disc"><li><p>NFSv4 ACL Interfaces with configurable options for GPFS</p></li><li><p>Kernel oplock support on GPFS</p></li><li><p>Lease support on GPFS</p></li></ul></div><p>
|
---|
7 | </p><p><code class="literal">NOTE:</code>This module follows the posix-acl behaviour
|
---|
8 | and hence allows permission stealing via chown. Samba might allow at a later
|
---|
9 | point in time, to restrict the chown via this module as such restrictions
|
---|
10 | are the responsibility of the underlying filesystem than of Samba.
|
---|
11 | </p><p>This module is stackable.</p></div><div class="refsect1" lang="en"><a name="id2483349"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">nfs4:mode = [ simple | special ]</span></dt><dd><p>
|
---|
12 | Enable/Disable substitution of special IDs on GPFS. This parameter
|
---|
13 | should not affect the windows users in anyway. It only ensures that Samba
|
---|
14 | sets the special IDs - OWNER@ and GROUP@ ( mappings to simple uids )
|
---|
15 | that are relevant to GPFS.
|
---|
16 | </p><p>The following MODEs are understood by the module:</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">simple(default)</code> - do not use special IDs in GPFS ACEs</p></li><li><p><code class="literal">special</code> - use special IDs in GPFS ACEs. </p></li></ul></div></dd><dt><span class="term">nfs4:acedup = [dontcare|reject|ignore|merge]</span></dt><dd><p>
|
---|
17 | This parameter configures how Samba handles duplicate ACEs encountered in GPFS ACLs.
|
---|
18 | GPFS allows/creates duplicate ACE for different bits for same ID.
|
---|
19 | </p><p>Following is the behaviour of Samba for different values :</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">dontcare (default)</code> - copy the ACEs as they come</p></li><li><p><code class="literal">reject</code> - stop operation and exit with error on ACL set op</p></li><li><p><code class="literal">ignore</code> - don't include the second matching ACE</p></li><li><p><code class="literal">merge</code> - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE</p></li></ul></div></dd><dt><span class="term">nfs4:chown = [yes|no]</span></dt><dd><p>This parameter allows enabling or disabling the chown supported
|
---|
20 | by the underlying filesystem. This parameter should be enabled with
|
---|
21 | care as it might leave your system insecure.</p><p>Some filesystems allow chown as a) giving b) stealing. It is the latter
|
---|
22 | that is considered a risk.</p><p>Following is the behaviour of Samba for different values : </p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">yes</code> - Enable chown if as supported by the under filesystem</p></li><li><p><code class="literal">no (default)</code> - Disable chown</p></li></ul></div></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483636"></a><h2>EXAMPLES</h2><p>A GPFS mount can be exported via Samba as follows :</p><pre class="programlisting">
|
---|
23 | <em class="parameter"><code>[samba_gpfs_share]</code></em>
|
---|
24 | <a class="link" href="smb.conf.5.html#VFSOBJECTS" target="_top">vfs objects = gpfs</a>
|
---|
25 | <a class="link" href="smb.conf.5.html#PATH" target="_top">path = /test/gpfs_mount</a>
|
---|
26 | <a class="link" href="smb.conf.5.html#NFS4:MODE" target="_top">nfs4: mode = special</a>
|
---|
27 | <a class="link" href="smb.conf.5.html#NFS4:ACEDUP" target="_top">nfs4: acedup = merge</a>
|
---|
28 | </pre></div><div class="refsect1" lang="en"><a name="id2481472"></a><h2>CAVEATS</h2><p>The gpfs gpl libraries are required by <code class="literal">gpfs</code> VFS
|
---|
29 | module during both compilation and runtime.
|
---|
30 | Also this VFS module is tested to work on SLES 9/10 and RHEL 4.4
|
---|
31 | </p></div><div class="refsect1" lang="en"><a name="id2481489"></a><h2>VERSION</h2><p>This man page is correct for version 3.0.25 of the Samba suite.
|
---|
32 | </p></div><div class="refsect1" lang="en"><a name="id2481500"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
|
---|
33 | were created by Andrew Tridgell. Samba is now developed
|
---|
34 | by the Samba Team as an Open Source project similar
|
---|
35 | to the way the Linux kernel is developed.</p><p>The GPFS VFS module was created with contributions from
|
---|
36 | Volker Lendecke and the developers at IBM.
|
---|
37 | </p><p> This manpage was created by the IBM FSCC team </p></div></div></body></html>
|
---|