Pawel Jakub Dawidek <p...@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@:--x-----------:------:deny
              owner@:rw-p---A-W-Co-:------:allow
              group@:-wxp----------:------:deny
              group@:r-------------:------:allow
           everyone@:-wxp---A-W-Co-:------:deny
           everyone@:r-----a-R-c--s:------:allow

  # file: bar
  # owner: holo
  # group: holo
              owner@:rw-p--aARWcCos:------:allow
              group@:r-----a-R-c--s:------:allow
           everyone@: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.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to