OpenSolaris

Printable Version Enter a New Search
Bug ID 6410433
Synopsis 'zpool status -v' would be more useful with filenames
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Eric Kustarz
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_57
Fixed In snv_57
Release Fixed solaris_nevada(snv_57) , solaris_10u4(s10u4_08) (Bug ID:2148245)
Related Bugs 6504702
Submit Date 7-April-2006
Last Update Date 6-February-2007
Description
Right now, 'zpool status -v' simply prints dataset name and object number
for any persistent errors seen.  This doesn't actually help anyone beyond
the ZFS team, since decoding these values require zdb(1M) or some other
manual intervention.

It would be orders of magnitude more useful if we could print a filename
for these instead.  The difficulty there is that we basically have two
contexts: mounted filesystems and unmounted filesystems.  For mounted
filesystems, we need to go through the front door (ZPL) or else the
cached state will horribly confuse everything.  While not straightforward,
this is also not impossible.  We should investigate the effert required
to do this, as combined with background scrubbing makes a convincing
fault management argument that no other filesystem can touch.
Work Around
N/A
Comments
N/A