Re: [zfs-discuss] question about uberblock blkptr

2007-10-09 Thread Matthew Ahrens
Max, Glad you figured out where your problem was. Compression does complicate things. Also, make sure you have the most recent (highest txg) uberblock. Just for the record, using MDB to print out ZFS data structures is totally sweet! We have actually been wanting to do that for about 5

Re: [zfs-discuss] question about uberblock blkptr

2007-09-20 Thread Roch - PAE
[EMAIL PROTECTED] writes: Roch - PAE wrote: [EMAIL PROTECTED] writes: Jim Mauro wrote: Hey Max - Check out the on-disk specification document at http://opensolaris.org/os/community/zfs/docs/. Page 32 illustration shows the rootbp pointing to a dnode_phys_t

Re: [zfs-discuss] question about uberblock blkptr

2007-09-18 Thread [EMAIL PROTECTED]
Jim Mauro wrote: Hey Max - Check out the on-disk specification document at http://opensolaris.org/os/community/zfs/docs/. Page 32 illustration shows the rootbp pointing to a dnode_phys_t object (the first member of a objset_phys_t data structure). The source code indicates ub_rootbp is a

Re: [zfs-discuss] question about uberblock blkptr

2007-09-17 Thread Jim Mauro
Hey Max - Check out the on-disk specification document at http://opensolaris.org/os/community/zfs/docs/. Page 32 illustration shows the rootbp pointing to a dnode_phys_t object (the first member of a objset_phys_t data structure). The source code indicates ub_rootbp is a blkptr_t, which