Re: [zfs-discuss] Querying ZFS version?

2006-08-10 Thread Boyd Adamson

On 08/08/2006, at 10:44 PM, Luke Scharf wrote:
The release I'm playing with (Alpha 5) does, indeed, have ZFS.   
However, I can't determine what version of ZFS is included.   
Dselect gives the following information, which doesn't ring any  
bells for me:

*** Req base sunwzfsr 5.11.40-1   5.11.40-1   ZFS (Root)


I'm no nexenta expert, just an intrigued solaris and debian user, but  
I'd interpret that version number as being from build 40 of nevada,  
nexenta package rev 1.


Boyd
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Querying ZFS version?

2006-08-08 Thread Luke Scharf
Although regular Solaris is good for what I'm doing at work, I prefer 
apt-get or yum for package management for a desktop.  So, I've been 
playing with Nexenta / GnuSolaris -- which appears to be the 
open-sourced Solaris kernel and low-level system utilities with Debian 
package management -- and a bunch of packages from Ubuntu.


The release I'm playing with (Alpha 5) does, indeed, have ZFS.  However, 
I can't determine what version of ZFS is included.  Dselect gives the 
following information, which doesn't ring any bells for me:

*** Req base sunwzfsr 5.11.40-1   5.11.40-1   ZFS (Root)

Is there a zfs version command that I don't see?

Thanks,
-Luke

--
Luke Scharf
Virginia Tech Unix Administration Services
Terascale Computing Facility



smime.p7s
Description: S/MIME Cryptographic Signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Querying ZFS version?

2006-08-08 Thread Darren Reed

Luke Scharf wrote:

Although regular Solaris is good for what I'm doing at work, I prefer 
apt-get or yum for package management for a desktop.  So, I've been 
playing with Nexenta / GnuSolaris -- which appears to be the 
open-sourced Solaris kernel and low-level system utilities with Debian 
package management -- and a bunch of packages from Ubuntu.


The release I'm playing with (Alpha 5) does, indeed, have ZFS.  
However, I can't determine what version of ZFS is included.  Dselect 
gives the following information, which doesn't ring any bells for me:

 *** Req base sunwzfsr 5.11.40-1   5.11.40-1   ZFS (Root)


On Solaris,

pkginfo -l SUNWzfsr

would give you a package version for that part of ZFS..
and modinfo | grep zfs will tell you something about the kernel module 
rev.


Darren

___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Querying ZFS version?

2006-08-08 Thread George Wilson

Luke,

You can run 'zpool upgrade' to see what on-disk version you are capable 
of running. If you have the latest features then you should be running 
version 3:


hadji-2# zpool upgrade
This system is currently running ZFS version 3.

Unfortunately this won't tell you if you are running the latest fixes 
but it does tell you that you have all the latest features (at least up 
through snv_43).


Thanks,
George

Luke Scharf wrote:
Although regular Solaris is good for what I'm doing at work, I prefer 
apt-get or yum for package management for a desktop.  So, I've been 
playing with Nexenta / GnuSolaris -- which appears to be the 
open-sourced Solaris kernel and low-level system utilities with Debian 
package management -- and a bunch of packages from Ubuntu.


The release I'm playing with (Alpha 5) does, indeed, have ZFS.  However, 
I can't determine what version of ZFS is included.  Dselect gives the 
following information, which doesn't ring any bells for me:

*** Req base sunwzfsr 5.11.40-1   5.11.40-1   ZFS (Root)

Is there a zfs version command that I don't see?

Thanks,
-Luke




___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Querying ZFS version?

2006-08-08 Thread Luke Scharf




George Wilson wrote:
Luke,
  
  
You can run 'zpool upgrade' to see what on-disk version you are capable
of running. If you have the latest features then you should be running
version 3:
  
  
hadji-2# zpool upgrade
  
This system is currently running ZFS version 3.
  
  
Unfortunately this won't tell you if you are running the latest fixes
but it does tell you that you have all the latest features (at least up
through snv_43).
  


That works; the Nexenta system says:

  [EMAIL PROTECTED]:~# zpool upgrade
This system is currently running ZFS version 2.

All pools are formatted using this version.
  

Which is the same as my Solaris x86 6/06 test-machine.

Thanks!
-Luke







smime.p7s
Description: S/MIME Cryptographic Signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Querying ZFS version?

2006-08-08 Thread Luke Scharf

Darren Reed wrote:

On Solaris,

pkginfo -l SUNWzfsr

would give you a package version for that part of ZFS..
and modinfo | grep zfs will tell you something about the kernel 
module rev.
No such luck.  Modinfo doesn't show the ZFS module as loaded; that's 
probably because I'm not running anything with ZFS on the machine at the 
moment.


No pkginfo on this system, which I think is part of the point of the 
distribution -- one package manager to rule them all.  Also, dselect / 
apt-get just has a one-line description that says ZFS root 
components.  Not real useful, even if you know what ZFS is - is root 
components those components used by the user root?  Or is it for 
putting the root partition on ZFS?  I'm assuming the former -- but the 
statement is quite ambiguous.


But, zpool upgrade gives me an idea of what featureset to expect, 
which was what I'm aiming for at this point.


Thanks,
-Luke



smime.p7s
Description: S/MIME Cryptographic Signature
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss