Displaying 2 results from an estimated 2 matches for "default_vfs".
Did you mean:
default_ns
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...it still fails with same error.
Can someone help me understand, why following call may fail when the path
is locally mounted NFS share and not a VFS path:
* length = SMB_VFS_NEXT_GETXATTR(handle, path,
NFS4ACL_XATTR_NAME, blob.data, blob.length);*
Since next module in the stack is Default_VFS, isn't it supposed to forward
the request to local NFS client? I do not see any packets on NFS port of
the local NFS client when this operation fails.
Setup information:
Samba Version: 4.6.2
CentOS Linux release 7.2.1511 (Core)
3.10.0-327.el7.x86_64
Any help on this issue is appreciated....
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...stand, why following call may fail when the path
> > is locally mounted NFS share and not a VFS path:
> >
> > * length = SMB_VFS_NEXT_GETXATTR(handle, path,
> > NFS4ACL_XATTR_NAME, blob.data, blob.length);*
> >
> > Since next module in the stack is Default_VFS, isn't it supposed to
> forward
> > the request to local NFS client? I do not see any packets on NFS port of
> > the local NFS client when this operation fails.
>
> Looks like your local NFS client doesn't support remote xattr
> operations.
>