Frank Filz
Frank Filz
FSAL_XFS looks like it can't support SETATTR to a symlink, FSAL_VFS should, but it may still be tricky. I'm not sure about other FSALs but I think they will be...
Did you try on FSAL_VFS? It opens the symlink O_NOFOLLOW and then uses futimens, so that SHOULD work.
Hmm, but looks like it doesn't work. I guess I need to look into why it isn't working...
Can you summarize? Following your gdb session is a lot to absorb
While FSAL_LIZARDFS is included in tree, the core nfs-ganesha development team does not have the capability to maintain it. There has been little contribution since the original contribution. I recommend...
Oh, I had assumed an intent to build FSAL_LIZARDFS... If that is not desired, definitely turn it off, and maybe we should actually have it default to off so it...
Changing to a bug so we turn off FSAL_LIZARDFS by default.
If you are trying to build FSAL_LIZARDFS, you will need to reach out to the Lizardfs developers. I do build FSAL_LIZARDFS (but I don't try to run it). It looks...
This looks like something different from what we've addressed. I'll have a look at it.
Yea, I think it actually affects all FSALs, or at least all FSALs probably have the same bug. Will try to address this today.