misc/162645: Option parse failure for 'aclmode' when creating filesystem with 'zfs' utility

Kevin M. Kilbride fbsd at ssl.org
Fri Nov 18 00:20:11 UTC 2011


>Number:         162645
>Category:       misc
>Synopsis:       Option parse failure for 'aclmode' when creating filesystem with 'zfs' utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 18 00:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kevin M. Kilbride
>Release:        9.0-RC2
>Organization:
>Environment:
(generic amd64; booted from distributed usb flash image)
>Description:
The command 'zfs create -o aclmode=<anything> ...' will invariably fail with a parsing error that reports an invalid option argument; however, creating a filesystem without the option and then subsequently running 'zfs set aclmode=<anything> ...' on the same filesystem succeeds and can be verified with 'zfs get all ...' on the filesystem.

This behavior is not observed for the aclinherit option (or any other option that I have tried).
>How-To-Repeat:
Deterministic. See above.
>Fix:
I don't have time to dig through any code right now, but it seems quite likely that there is a typo somewhere in the option parser for the 'create' module of the 'zfs' utility.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list