> I think the pool is busted. Even the message printed in your
> previous email is bad:
> 
>            DATASET  OBJECT  RANGE
> 15       0       lvl=4294967295 blkid=0
> 
> as level is way out of range.

I think this could be from dmu_objset_open_impl().

It sets object to 0 and level to -1 (= 4294967295).  [Hmmm, this also seems to 
indicate a truncation from 64 to 32 bits somewhere.]

Would zdb would show any more detail?

(Actually, it looks like the ZIL also sets object to 0 and level to -1 when 
accessing its blocks, but since the ZIL was disabled, I'd guess this isn't the 
issue here.)
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to