From 4208d40a74cdf01cf404b6378f8b8b00715c3e63 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 30 Aug 2010 14:49:16 +0200 Subject: 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(-) (limited to 'docs-xml/manpages-3/vfs_gpfs.8.xml') 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 @@ 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. -- cgit