Re: ZFS v28 is ready for wider testing.

From: Anonymous <swell.k_at_gmail.com>
Date: Sun, 05 Sep 2010 22:56:27 +0400
Pawel Jakub Dawidek <pjd_at_FreeBSD.org> writes:

> Hello.
>
> I'd like to give you ZFS v28 for testing. If you are neither brave nor
> mad, you can stop here.
[...]
> So test whatever you can and report back. Look for regressions,

> strange behaviour,

I wonder why new files tend to have different ACLs than old ones.

  $ ls -lh foo
  -rw-r--r--  1 holo  holo    17K Aug 19 11:43 foo
  $ cp foo bar
  $ ls -lh bar
  -rw-r--r--+ 1 holo  holo    17K Sep  5 21:20 bar
  $ getfacl foo bar
  # file: foo
  # owner: holo
  # group: holo
              owner_at_:--x-----------:------:deny
              owner_at_:rw-p---A-W-Co-:------:allow
              group_at_:-wxp----------:------:deny
              group_at_:r-------------:------:allow
           everyone_at_:-wxp---A-W-Co-:------:deny
           everyone_at_:r-----a-R-c--s:------:allow

  # file: bar
  # owner: holo
  # group: holo
              owner_at_:rw-p--aARWcCos:------:allow
              group_at_:r-----a-R-c--s:------:allow
           everyone_at_:r-----a-R-c--s:------:allow
  $ zfs get aclinherit h$PWD
  NAME         PROPERTY    VALUE          SOURCE
  h/home/holo  aclinherit  restricted     default

Note, I didn't upgrade the pool to v28.

> missing features, deadlocks, livelocks, preformance degradation, etc.
Received on Sun Sep 05 2010 - 17:03:26 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:07 UTC