On 05/10/2006, at 8:10 AM, Darren J Moffat wrote:
Jeremy Teo wrote:
Hello,
request sponsor for #4890717 want append-only files.
I have a working prototype where the administrator can put a zfs fs
into "append only" mode by setting the zfs "appendonly" property to
"on" using zfs(1M).
"append only" mode in this case means
1. Applications can only append to any existing files, but cannot
truncate files by creating a new file with the same filename an
existing file, or by writing in a file at an offset other than the end
of the file. (Applications can still create new files)
2. Applications cannot remove existing files/directories.
3. Applications cannot rename/move existing files/directories.
Thanks! I hope this is still wanted. :)

How does this interact with the a append_only ACL that ZFS supports ?

How does this property work in the face of inheritance.

How does this property work in the the user delegation environment ?

I was wondering the same thing. Personally, I'd rather see the append_only ACL work than a whole new fs property.

Last time I looked there was some problem with append_only, but I can't remember what it was.

Boyd

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to