[Bug 257187] NFSv3 server creates symlinks that local clients can't read [ZFS]

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 Jul 2021 00:34:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257187

--- Comment #3 from Alan Somers <asomers@FreeBSD.org> ---
I would suggest using dtrace to trace both the local and NFS paths.  They might
be looking up the link differently.  For example, in zfs_readlink you can see
there are two paths, based on zp->z_is_sa.

That raises another question, what is the value of the xattr property for your
filesystem?  And are you using the builtin ZFS in FreeBSD 12.2, or the openzfs
kmod?

-- 
You are receiving this mail because:
You are the assignee for the bug.