Frank Filz
Frank Filz
With no action on this in nearly 30 days, I am going to close this as resolved. Please re-open if it is still an issue on a currently supported version...
So your problem (and this may be what is causing the problem with proxy) is that the EFS handle is large and that is causing an overflow of the 64...
BTW, if you are only using NFSv4 for exports, you should put Protocols = 3 into your NFS_CORE_PARAM block, that will prevent Ganesha from opening ports for NFSv3 (also 9P...
I'd just try FSID_Type = device and see if that works.
Oops, you might want to take a look at this: https://patchwork.kernel.org/project/linux-fsdevel/patch/151297224519.7818.13340308932067502368.stgit@noble/ Apparently EFS uses a very large handle. If that can't be addressed then EFS will be unexportable by Ganesha...
With EFS handles being 128 bytes, it will not work with FSAL_VFS. FSAL_VFS/Ganesha needs some extra room for handle wrapping. 128 bytes would never fit in the 64 byte NFSv3...
That would be best in a stackable FSAL, PROXY and possibly other FSALs need it too. Actually, that's what the old POSIX FSAL sort of did, well, it mapped a...
I've moved this from wontfix to enhancement and clarified the issue in the title. This is not a commitment to make this enhancement but properly annotates the issue so it...
Request for enhancement that may be worth retaining for our backlog.
I'm not quite sure what's going on, unfortunately our support for PROXY is limited, I have never even tried to run PROXY. If you are up for some debug, we...