Closed julian-hj closed 7 years ago
Merged. Thanks.
We probably should do this mapping also for chown/chgrp and add something in the README for these special semantics when using uid=/gid= in the URL.
I can add that unless you want to.
Orthogonal to your nice addition here, it does highlight another issue in fuse-nfs. I should start using fuse_context->{uid|gid} and use it to set the rpc credentials explicitly before any of the libnfs calls so that you get the right uid when multiple users are sharing the same fuse-nfs mount. I guess that no one has noticed just indicates how rare use of this module is :-( I will fix that, I am not asking you to fix that.
Agreed on the chown/chgrp behavior. We think that it would make sense for these operations to exhibit the same semantics as read/write. We'll plan to add that behavior by adding a task to our backlog. Thanks for the merge :+1:
… on stat operations when they are specified on the mount URL.
Signed-off-by: Paul Warren paul.warren@emc.com