Hey Alex, The ZFS version number has a very different use since new versions of ZFS must continue to work with disks containing an old format. The DTrace version number is useful to track what fixes and features are present across different operating systems. You can see how the version number is used here:
http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_open.c#_dtrace_globals In addition you can find out more about versioning in the documentation: http://wikis.sun.com/display/DTrace/Versioning Adam On Nov 30, 2008, at 7:38 PM, Alex Peng wrote: > Hi all, > > I want to know which dtrace abilities are available in my Solaris > box, so I use: > > # dtrace -V > dtrace: Sun D 1.6.2 > > But what does that "Sun D 1.6.2" mean? I guess there could be a > RFE. What I expect is something like this: > > > =================================================== > # zpool upgrade -v > This system is currently running ZFS pool version 13. > > The following versions are supported: > > VER DESCRIPTION > --- -------------------------------------------------------- > 1 Initial ZFS version > 2 Ditto blocks (replicated metadata) > 3 Hot spares and double parity RAID-Z > 4 zpool history > 5 Compression using the gzip algorithm > 6 bootfs pool property > 7 Separate intent log devices > 8 Delegated administration > 9 refquota and refreservation properties > 10 Cache devices > 11 Improved scrub performance > 12 Snapshot properties > 13 snapused property > For more information on a particular version, including supported > releases, see: > > http://www.opensolaris.org/os/community/zfs/version/N > > Where 'N' is the version number. > =================================================== > > Yes, it's better to have a short description, and a long detailed > webpage. Therefore at least I could know which (new) provider > were added at when. > > > Thanks, > -Alex > -- > This message posted from opensolaris.org > _______________________________________________ > dtrace-discuss mailing list > dtrace-discuss@opensolaris.org -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org