Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2022 03:40:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 265893] ZFS mount show nfsv4acls although pool/dataset is created with acltype=off
Message-ID:  <bug-265893-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265893

            Bug ID: 265893
           Summary: ZFS mount show nfsv4acls although pool/dataset is
                    created with acltype=3Doff
           Product: Base System
           Version: 13.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: clear.screen@orange.fr

When creating a pool and root dataset with following properties
acltype=3Doff
xattr=3Dsa
aclmode=3Ddiscard (default)
aclinherit=3Drestricted (default)

with following command
# cd /tmp
# truncate -s 1G 1.raw
# zpool create -O acltype=3Doff -O xattr=3Dsa test /tmp/1.raw

we have
# zfs get all | grep acl
  test    aclmode               discard                default
  test    aclinherit            restricted             default
  test    acltype               off                    local

but mount (with zfs automounter) reports
test on /test (zfs, local, nfsv4acls)

and in test doing following commands

# touch filetest
# getfacl filetest

gives=20
# file: filetest
# owner: root
# group: wheel
getfacl: filetest: Invalid argument

1) confirm that the system is working correctly although the mount status s=
eems
to be wrong
2) if so, correct mount acl status

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265893-227>