Re: [OMPI devel] test/util/opal_path_nfs failure due to EPERM

2014-01-17 Thread Jeff Squyres (jsquyres)
Fixed. Slated for v1.7.5, because it's not too important. On Jan 13, 2014, at 11:20 PM, Paul Hargrove wrote: > I have a Linux system on which there is a fuse mount. > Users other than the owner get EPERM from statfs(). > > When opal_path_nfs() sees the EPERM it drops one path component and do

[OMPI devel] test/util/opal_path_nfs failure due to EPERM

2014-01-13 Thread Paul Hargrove
I have a Linux system on which there is a fuse mount. Users other than the owner get EPERM from statfs(). When opal_path_nfs() sees the EPERM it drops one path component and does statfs() on the parent. The issue I encountered is that the parent is a user's NFS-mounted home directory. Thus the res