On Sat, Oct 25, 2008 at 1:57 PM, Marcus Sundman <[EMAIL PROTECTED]> wrote:
> I don't want to scrub several TiB of data just to verify a 2 MiB file. I
> want to verify just the data of that file. (Well, I don't mind also
> verifying whatever other data happens to be in the same blocks.)

Just read the file.  If the checksum is valid, then it'll read without
problems.  If it's invalid, then it'll be rebuilt (if you have
redundancy in your pool) or you'll get I/O errors (if you don't).


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

Reply via email to