diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-25 07:18:46 -0700 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-02 18:39:21 +0100 |
commit | 73ce3e156e52fdc42e8e16114ed2f436878ced05 (patch) | |
tree | ff8c840215b1b9f6cab6ecadf8afd693a6f82806 /docs-xml/manpages-3 | |
parent | cf7dac6fbccca6667e5ed20b199e80701b8a6bd4 (diff) | |
download | samba-73ce3e156e52fdc42e8e16114ed2f436878ced05.tar.gz samba-73ce3e156e52fdc42e8e16114ed2f436878ced05.tar.bz2 samba-73ce3e156e52fdc42e8e16114ed2f436878ced05.zip |
s3: Announce HSM in the gpfs module
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 3372a951e2..5f89ffac77 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -104,6 +104,27 @@ </listitem> </varlistentry> + + <varlistentry> + + <term>gpfs:hsm = [ yes | no ]</term> + <listitem> + <para> + Enable/Disable announcing if this FS has HSM enabled. + </para> + + <itemizedlist> + <listitem><para> + <command>no(default)</command> - Do not announce HSM. + </para></listitem> + <listitem><para> + <command>no</command> - Announce HSM. + </para></listitem> + </itemizedlist> + </listitem> + + </varlistentry> + <varlistentry> <term>gpfs:getrealfilename = [ yes | no ]</term> |