Date: Sun, 05 Sep 2010 22:56:27 +0400 From: Anonymous <swell.k@gmail.com> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: ZFS v28 is ready for wider testing. Message-ID: <86mxrwow84.fsf@gmail.com> References: <20100831215915.GE1932@garage.freebsd.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
Pawel Jakub Dawidek <pjd@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86mxrwow84.fsf>
