Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 20:07:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 192019] New: zfs(8) manpage incorrectly lists 'casesensitivity' as unsupported on FreeBSD
Message-ID:  <bug-192019-9@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192019
           Summary: zfs(8) manpage incorrectly lists 'casesensitivity' as
                    unsupported on FreeBSD
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: lifanov@mail.lifanov.com

>From zfs(8):

     casesensitivity=sensitive | insensitive | mixed
           The casesensitivity property is currently not supported on FreeBSD.

On 10.0-RELEASE-p7 running GENERIC:

# zfs create -o casesensitivity=insensitive -o mountpoint=/tmp/i tank/i
# echo a >> /tmp/i/F
# echo b >> /tmp/i/f
# ls /tmp/i
F
# cat /tmp/i/F
a
b
# zfs get casesensitivity tank/i
NAME    PROPERTY         VALUE        SOURCE
tank/i  casesensitivity  insensitive  -

The man page should be updated to reflect that this feature works.

-- 
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-192019-9>