Benoit Heroux
2009-Nov-16 20:13 UTC
[zfs-discuss] Old zfs version with OpenSolaris 2009.06 JeOS ??
Hi guys,
I needed a quick install of OpenSolaris and i found :
http://hub.opensolaris.org/bin/view/Project+jeos/200906+Prototype#HDownloads
The footprint is splendid: around 275 megs, so it is little. But i have a
question.
Why the ZFS and ZPOOL version are that old ?
root at osol-jeos:/var/www# cat /etc/release
OpenSolaris 2009.06 snv_111b X86
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 07 May 2009
# zpool upgrade -v
This system is currently running ZFS pool version 14.
As per : http://www.opensolaris.org/os/community/zfs/version/N
The latest is 21 !
# zfs upgrade -v
---show version 3
As per : http://www.opensolaris.org/os/community/zfs/version/zpl/N
The latest version of ZFS is version 4
Is there any way i can upgrade all that stuff ?? Using live upgrade? if yes,
can you point me how to do it ? thanks,
--
This message posted from opensolaris.org
Tim Cook
2009-Nov-16 21:46 UTC
[zfs-discuss] Old zfs version with OpenSolaris 2009.06 JeOS ??
On Mon, Nov 16, 2009 at 2:13 PM, Benoit Heroux <herouxb at videotron.ca> wrote:> Hi guys, > > I needed a quick install of OpenSolaris and i found : > http://hub.opensolaris.org/bin/view/Project+jeos/200906+Prototype#HDownloads > > The footprint is splendid: around 275 megs, so it is little. But i have a > question. > > Why the ZFS and ZPOOL version are that old ? > root at osol-jeos:/var/www# cat /etc/release > OpenSolaris 2009.06 snv_111b X86 > Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 07 May 2009 > > # zpool upgrade -v > This system is currently running ZFS pool version 14. > > As per : http://www.opensolaris.org/os/community/zfs/version/N > The latest is 21 ! > > # zfs upgrade -v > ---show version 3 > > As per : http://www.opensolaris.org/os/community/zfs/version/zpl/N > The latest version of ZFS is version 4 > > Is there any way i can upgrade all that stuff ?? Using live upgrade? if > yes, can you point me how to do it ? thanks, > >http://gibbs.acu.edu/2008/07/19/opensolaris-upgrade-instructions/ If you want the latest development build, which would be required to get to a build 21 zpool, you''d need to change your repository. http://pkg.opensolaris.org/dev/en/index.shtml --Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20091116/82f70ab7/attachment.html>
Benoit Heroux
2009-Nov-17 20:13 UTC
[zfs-discuss] Old zfs version with OpenSolaris 2009.06 JeOS ??
Hi Tim,
You were right. I wasn''t using the dev repository, so i was stuck into
an old build of zfs.
So i did those step:
- pkg set-publisher -P -O http://pkg.opensolaris.org/dev/ opensolaris.org
- pkg image-update -v : download and upgrade.
- reboot
Then i have version 4 now of zfs and version 19 of zpool.
And the release is now:
$ cat /etc/release
OpenSolaris Development snv_127 X86
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 06 November 2009
Thanks a lot.
So i learn that the release at
http://hub.opensolaris.org/bin/view/Project+jeos/200906+Prototype#HDownloads is
pretty old and need to be updated :)
--
This message posted from opensolaris.org