A little reminder for me. 😉 Since Oracle Solaris 11 Express you can set the zil_disable tunable with the zfs set sync option.
Disable ZIL:
# zfs set sync=disabled demopool/test
Enable ZIL:
# zfs set sync=always demopool/test
A little reminder for me. 😉 Since Oracle Solaris 11 Express you can set the zil_disable tunable with the zfs set sync option.
Disable ZIL:
# zfs set sync=disabled demopool/test
Enable ZIL:
# zfs set sync=always demopool/test