No subject
Wed Oct 20 02:45:58 MDT 2010
Configuring GPFS ACL support
===============================
Binary: (default install path is [samba]/lib/vfs/)
- gpfs.so
Its compiled by default, no additional configure option needed.
To enable/use/load this module, include "vfs objects = gpfs" in the smb.conf file under concerned share-name.
Example of smb.conf:
[smbtest]
path = /gpfs-test
vfs objects = gpfs
nfs4: mode = special
nfs4: chown = yes
nfs4: acedup = merge
Adding "vfs objects = gpfs" to a share should be done only in case when NFS4 is really supported by the filesystem.
(Otherwise you may get performance loss.)
More information about the samba-technical
mailing list