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: [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