> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Alexander Skwar
> 
> I've got a Solaris 10 10/08 Sparc system and use ZFS pool version 15. I'm
> playing around a bit to make it break.
> 
> Now I write some garbage to one of the log mirror devices.
> 
> # dd if=/dev/urandom of=/dev/zvol/dsk/data/LogMirrorDev2 bs=1024
> count=100000

Log devices are generally write-only.  They are only read during boot, after an 
ungraceful crash.  It is extremely difficult to get a significant number of GB 
used on the log device, because they are flushed out to primary storage so 
frequently.  They are not read when you do a scrub.  For all these reasons, it 
will be extremely difficult for you to experimentally produce a checksum error 
on a log device.  

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to