diff options
author | Michael Adam <obnox@samba.org> | 2010-08-30 14:49:16 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-03 09:39:48 +0200 |
commit | 4208d40a74cdf01cf404b6378f8b8b00715c3e63 (patch) | |
tree | 3ef83f4358e619b673f9f9dbe07fab9591332858 /docs-xml/manpages-3 | |
parent | 0bc53f7d9f9af5379422811347e80beb0318b673 (diff) | |
download | samba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.tar.gz samba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.tar.xz samba-4208d40a74cdf01cf404b6378f8b8b00715c3e63.zip |
docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/vfs_gpfs.8.xml | 17 |
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 6421fc6796f..3372a951e20 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> |