On Tue, May 11, 2010 at 1:35 PM, Garry Robbins <garry.robb...@gmail.com> wrote:
> So, what am I missing? The ZIL is enabled - I checked:

It should be using the zil by default - Remember that every
synchronous write to a pool uses the zil. If you don't have a log
device, then the in-pool zil is used.

Make sure that wcd (write cache disable) is set for the LU. Make sure
that you created the LU using /dev/zvol/rdsk/... and not
/dev/zvol/dsk/...

You can check both the device path and cache settings with 'stmfadm
list-lu -v ${LU_NAME}'.

You can enable the cache with 'stmfadm modify-lu -p wcd=false ${LU_NAME}'

-B

-- 
Brandon High : bh...@freaks.com
_______________________________________________
storage-discuss mailing list
storage-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to