[PATCHES] Add gpfs.h to always build vfs_gpfs module

jim jim.brown at rsmas.miami.edu
Sat Jan 12 04:09:21 UTC 2019


Shouldn't you condition setting gpfs_h_dir to third_party/gpfs on gpfs.h 
not being found in /usr/lpp/mmfs/include/ and/or directory 
/usr/lpp/mmfs/include/ does not exist?
Then the detection will function properly if gpfs is installed on the 
system.

On 1/11/2019 10:46 PM, Christof Schmitt via samba-technical wrote:
> +    gpfs_h_dir="/usr/lpp/mmfs/include/"
> +    if sys.platform == 'linux':
> +        gpfs_h_dir=os.path.abspath("third_party/gpfs")




More information about the samba-technical mailing list