On 12/07/2010 16:32, Erik Trimble wrote:

ZFS is NOT automatically ACID. There is no guaranty of commits for async write operations. You would have to use synchronous writes to guaranty commits. And, furthermore, I think that there is a strong


# zfs set sync=always pool

will force all I/O (async or sync) to be written synchronously.

ps. still, I'm not saying it would made ZFS ACID.

--
Robert Milkowski
http://milek.blogspot.com

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

Reply via email to