Re: [zfs-discuss] zil behavior

2010-10-29 Thread Richard Elling
On Oct 27, 2010, at 8:08 PM, Kei Saito wrote: > Hi! > > i'm interested in zil's behavior. Start here: http://blogs.sun.com/perrin/entry/the_lumberjack > > it's my understanding that zil is used only when > synchronous(o_sync,o_dsync & directio) write io request. > then zil have written content

Re: [zfs-discuss] zil behavior

2010-10-29 Thread Edward Ned Harvey
___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] zil behavior

2010-10-28 Thread Edward Ned Harvey
___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] zil behavior

2010-10-27 Thread Kei Saito
Hi! i'm interested in zil's behavior. it's my understanding that zil is used only when synchronous(o_sync,o_dsync & directio) write io request. then zil have written contents that system call is used by zil replay when used by crashed. is this correct? It seems a large amount of io for system cal

Re: [zfs-discuss] ZIL behavior on import

2010-05-05 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Steven Stallion > > I had a question regarding how the ZIL interacts with zpool import: > > Given that the intent log is replayed in the event of a system failure, > does the replay behavior d

Re: [zfs-discuss] ZIL behavior on import

2010-05-05 Thread Robert Milkowski
On 05/05/2010 20:45, Steven Stallion wrote: All, I had a question regarding how the ZIL interacts with zpool import: Given that the intent log is replayed in the event of a system failure, does the replay behavior differ if -f is passed to zpool import? For example, if I have a system which fai

[zfs-discuss] ZIL behavior on import

2010-05-05 Thread Steven Stallion
All, I had a question regarding how the ZIL interacts with zpool import: Given that the intent log is replayed in the event of a system failure, does the replay behavior differ if -f is passed to zpool import? For example, if I have a system which fails prior to completing a series of writes and