[zfs-discuss] zil_disable

2006-11-22 Thread eric kustarz
Since there have been so many recent discussions about what disabling the ZIL does (via the zil_disable tuneable), we've decided to put up a blog that's easy to reference instead of searching through countless emails: http://blogs.sun.com/erickustarz/entry/zil_disable I plan another one on NFS

Re[2]: [zfs-discuss] zil_disable

2006-08-08 Thread Robert Milkowski
Hello Neil, Tuesday, August 8, 2006, 3:54:31 PM, you wrote: NP> Robert Milkowski wrote: >> Hello Neil, >> >> Monday, August 7, 2006, 6:40:01 PM, you wrote: >> >> NP> Not quite, zil_disable is inspected on file system mounts. >> >> I guess you right that umount/mount will suffice - I just hadn'

Re: [zfs-discuss] zil_disable

2006-08-08 Thread Neil Perrin
Robert Milkowski wrote: Hello Eric, Monday, August 7, 2006, 6:29:45 PM, you wrote: ES> Robert - ES> This isn't surprising (either the switch or the results). Our long term ES> fix for tweaking this knob is: ES> 6280630 zil synchronicity ES> Which would add 'zfs set sync' as a per-dataset op

Re: [zfs-discuss] zil_disable

2006-08-08 Thread Neil Perrin
Robert Milkowski wrote: Hello Neil, Monday, August 7, 2006, 6:40:01 PM, you wrote: NP> Not quite, zil_disable is inspected on file system mounts. I guess you right that umount/mount will suffice - I just hadn't time to check it and export/import worked. Anyway is there a way for file systems

Re[2]: [zfs-discuss] zil_disable

2006-08-08 Thread Robert Milkowski
Hello Neil, Monday, August 7, 2006, 6:40:01 PM, you wrote: NP> Not quite, zil_disable is inspected on file system mounts. I guess you right that umount/mount will suffice - I just hadn't time to check it and export/import worked. Anyway is there a way for file systems to make it active without

Re[2]: [zfs-discuss] zil_disable

2006-08-08 Thread Robert Milkowski
Hello Eric, Monday, August 7, 2006, 6:29:45 PM, you wrote: ES> Robert - ES> This isn't surprising (either the switch or the results). Our long term ES> fix for tweaking this knob is: ES> 6280630 zil synchronicity ES> Which would add 'zfs set sync' as a per-dataset option. A cut from the ES>

Re: [zfs-discuss] zil_disable

2006-08-07 Thread Neil Perrin
Not quite, zil_disable is inspected on file system mounts. It's also looked at dynamically on every write for zvols. Neil. Robert Milkowski wrote On 08/07/06 10:07,: Hello zfs-discuss, Just a note to everyone experimenting with this - if you change it online it has only effect when pools a

Re: [zfs-discuss] zil_disable

2006-08-07 Thread Eric Schrock
Robert - This isn't surprising (either the switch or the results). Our long term fix for tweaking this knob is: 6280630 zil synchronicity Which would add 'zfs set sync' as a per-dataset option. A cut from the comments (which aren't visible on opensolaris): sync={deferred,standard,forc

[zfs-discuss] zil_disable

2006-08-07 Thread Robert Milkowski
Hello zfs-discuss, Just a note to everyone experimenting with this - if you change it online it has only effect when pools are exported and then imported. ps. I didn't use for my last posted benchmarks - with it I get about 35,000IOPS and 0.2ms latency - but it's meaningless. --