diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:12:41 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-08-30 10:50:15 +0200 |
commit | a8a704001e5da10fae5df5fc2856d06250739248 (patch) | |
tree | fda34797880a86530b75b4d38b5445e44dd071e0 /docs-xml/manpages-3 | |
parent | 196699a6a1412687f7d5fe24c506577002dd769e (diff) | |
download | samba-a8a704001e5da10fae5df5fc2856d06250739248.tar.gz samba-a8a704001e5da10fae5df5fc2856d06250739248.tar.bz2 samba-a8a704001e5da10fae5df5fc2856d06250739248.zip |
docs-xml/vfs_gpfs: document 'gpfs:getrealfilename'
metze
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/vfs_gpfs.8.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index abe1941df8..699997aed4 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -106,6 +106,27 @@ </varlistentry> <varlistentry> + <term>gpfs:getrealfilename = [ yes | no ]</term> + <listitem> + <para> + Enable/Disable usage of the <command>gpfs_get_realfilename_path()</command> function. + This improves the casesensitive wildcard file name access. + </para> + + <itemizedlist> + <listitem><para> + <command>yes(default)</command> - use <command>gpfs_get_realfilename_path()</command>. + </para></listitem> + <listitem><para> + <command>no</command> - do not use <command>gpfs_get_realfilename_path()</command>. + It seems that <command>gpfs_get_realfilename_path()</command> doesn't work on AIX. + </para></listitem> + </itemizedlist> + </listitem> + + </varlistentry> + <varlistentry> + <term>nfs4:mode = [ simple | special ]</term> <listitem> <para> |