From f96b2d056b19636cb653b2fe5c59cb788e67d54e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 30 Aug 2010 14:49:16 +0200 Subject: [PATCH] docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies --- docs-xml/manpages-3/vfs_gpfs.8.xml | 17 ++++++++++++++--- 1 file 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 db20733ef15d..0b46c61d03d9 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -274,9 +274,20 @@ CAVEATS - The gpfs gpl libraries are required by gpfs VFS - module during both compilation and runtime. - Also this VFS module is tested to work on SLES 9/10 and RHEL 4.4 + + Depending on the version of gpfs, the libgpfs_gpl + library or the libgpfs library is needed at + runtime by the gpfs VFS module: + Starting with gpfs 3.2.1 PTF8, the complete libgpfs + is available as open source and libgpfs_gpl does no + longer exist. With earlier versions of gpfs, only the + libgpfs_gpl library was open source and could be + used at run time. + + + At build time, only the header file gpfs_gpl.h + is required , which is a symlink to gpfs.h in + gpfs versions newer than 3.2.1 PTF8. -- 2.34.1