summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-08-30 14:49:16 +0200
committerMichael Adam <obnox@samba.org>2010-09-03 09:39:48 +0200
commit4208d40a74cdf01cf404b6378f8b8b00715c3e63 (patch)
tree3ef83f4358e619b673f9f9dbe07fab9591332858 /docs-xml
parent0bc53f7d9f9af5379422811347e80beb0318b673 (diff)
downloadsamba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.tar.gz
samba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.tar.bz2
samba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.zip
docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/vfs_gpfs.8.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml
index 6421fc6796..3372a951e2 100644
--- a/docs-xml/manpages-3/vfs_gpfs.8.xml
+++ b/docs-xml/manpages-3/vfs_gpfs.8.xml
@@ -274,9 +274,20 @@
<refsect1>
<title>CAVEATS</title>
- <para>The gpfs gpl libraries are required by <command>gpfs</command> VFS
- module during both compilation and runtime.
- Also this VFS module is tested to work on SLES 9/10 and RHEL 4.4
+ <para>
+ Depending on the version of gpfs, the <command>libgpfs_gpl</command>
+ library or the <command>libgpfs</command> library is needed at
+ runtime by the <command>gpfs</command> VFS module:
+ Starting with gpfs 3.2.1 PTF8, the complete <command>libgpfs</command>
+ is available as open source and <command>libgpfs_gpl</command> does no
+ longer exist. With earlier versions of gpfs, only the
+ <command>libgpfs_gpl</command> library was open source and could be
+ used at run time.
+ </para>
+ <para>
+ At build time, only the header file <command>gpfs_gpl.h</command>
+ is required , which is a symlink to <command>gpfs.h</command> in
+ gpfs versions newer than 3.2.1 PTF8.
</para>
</refsect1>