On Thu, Mar 01, 2007 at 10:50:28AM +1000, Stuart Low wrote:
> Heya,
> 
> > Sorry.  Try 'echo vdev_load::dis | mdb -k'.  This will give the
> > disassembly for vdev_load() in your current kernel (which will help us
> > pinpoint what vdev_load+0x69 is really doing).
> 
> Ahh, thanks for that.
> 

Hmmm.  This would indicate that vdev_dtl_load() is failing, which
suggests that something vital got corrupted to the point where
dmu_bonus_hold() or space_map_load() is failing.  I don't know exactly
how this is supposed to work, or how exactly to debug from
here, so I'll let one of the other ZFS experts chime in...

- Eric

--
Eric Schrock, Solaris Kernel Development       http://blogs.sun.com/eschrock
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to