docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies
authorMichael Adam <obnox@samba.org>
Mon, 30 Aug 2010 12:49:16 +0000 (14:49 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 3 Sep 2010 07:39:48 +0000 (09:39 +0200)
docs-xml/manpages-3/vfs_gpfs.8.xml

index 6421fc6796f29a6ad94dd328be732e264dec74ce..3372a951e20f570633fc66d3060f3df395088983 100644 (file)
 
 <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>