Thanks! I will do the below.
I brought it up on the alias, as I thought the problem would be
encountered by a user eventually. They'll want the same information
-- What does the error impact?
On May 22, 2006, at 12:25 AM, Matthew Ahrens wrote:
On Fri, May 19, 2006 at 01:23:02PM -0600, Gregory Shaw wrote:
DATASET OBJECT RANGE
1b 2402 lvl=0 blkid=1965
I haven't found a way to report in human terms what the above object
refers to. Is there such a method?
There isn't any great method currently, but you can use 'zdb' to find
this information. The quickest way would be to first determine the
name
of dataset 0x1b (=27):
# zdb local | grep "ID 27,"
Dataset local/ahrens [ZPL], ID 27, ...
Then get info on that particular object in that filesystem:
# zdb -vvv <dataset_name> 2402
...
Object lvl iblk dblk lsize asize type
2402 1 16K 3.50K 3.50K 2.50K ZFS plain file
264 bonus ZFS znode
path /raidz/usr/src/uts/common/fs/zfs/dmu.c
...
The "path" listed is relative to the filesystem's mountpoint.
--matt
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
-----
Gregory Shaw, IT Architect
Phone: (303) 673-8273 Fax: (303) 673-8273
ITCTO Group, Sun Microsystems Inc.
1 StorageTek Drive ULVL4-382 [EMAIL PROTECTED] (work)
Louisville, CO 80028-4382 [EMAIL PROTECTED] (home)
"When Microsoft writes an application for Linux, I've Won." - Linus
Torvalds
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss