ZFS Version Upgrade ?

  • Follow


Folks,

Just a quick question. Many google searches have been fruitless..

Trying to import a zfs pool ( ZFS Version 4 ) to a server running ZFS
version 3.

Obviously this fails and sets

state: FAULTED

status: The pool is formatted using an incompatible version.
action: The pool cannot be imported.  Access the pool on a system
running newer
        software, or recreate the pool from backup.

My question is, is there a way to upgrade my zfs version 3 to zfs
version 4 without upgrading the entire OS ?

TIA
0
Reply Franco 5/14/2008 1:12:24 PM

On 14 Mai, 15:12, Franco <franco_spen...@yahoo.com> wrote:
>
> My question is, is there a way to upgrade my zfs version 3 to zfs
> version 4 without upgrading the entire OS ?

I don't know if I'm missing something obvious here - but did you try
"zpool upgrade"?

Thorsten
0
Reply Thorsten 5/14/2008 1:47:03 PM


On May 14, 2:47 pm, Thorsten Jens <thoj...@gmx.de> wrote:
> On 14 Mai, 15:12, Franco <franco_spen...@yahoo.com> wrote:
>
>
>
> > My question is, is there a way to upgrade my zfs version 3 to zfs
> > version 4 without upgrading the entire OS ?
>
> I don't know if I'm missing something obvious here - but did you try
> "zpool upgrade"?
>
> Thorsten

We cannot import the zpool to do the upgrade..

zpool currently sits on a server with ZFS v4. When we try a zfs import
to a server running ZFS v3 we get the error:

# zpool import
  pool: zfspool
    id: 364449855*********
 state: FAULTED
status: The pool is formatted using an incompatible version.
action: The pool cannot be imported.  Access the pool on a system
running newer
        software, or recreate the pool from backup.
   see: http://www.sun.com/msg/ZFS-8000-A5
config:
0
Reply Franco 5/14/2008 2:04:07 PM

There will be patches to take it to zfs v4

you will have to ask zfs guys on opensolaris for which ones - as you
will not find them through sunsolve


On 14 May, 15:04, Franco <franco_spen...@yahoo.com> wrote:
> On May 14, 2:47 pm, Thorsten Jens <thoj...@gmx.de> wrote:
>
> > On 14 Mai, 15:12, Franco <franco_spen...@yahoo.com> wrote:
>
> > > My question is, is there a way to upgrade my zfs version 3 to zfs
> > > version 4 without upgrading the entire OS ?
>
> > I don't know if I'm missing something obvious here - but did you try
> > "zpool upgrade"?
>
> > Thorsten
>
> We cannot import the zpool to do the upgrade..
>
> zpool currently sits on a server with ZFS v4. When we try a zfs import
> to a server running ZFS v3 we get the error:
>
> # zpool import
>   pool: zfspool
>     id: 364449855*********
>  state: FAULTED
> status: The pool is formatted using an incompatible version.
> action: The pool cannot be imported.  Access the pool on a system
> running newer
>         software, or recreate the pool from backup.
>    see:http://www.sun.com/msg/ZFS-8000-A5
> config:

0
Reply kangcool 5/14/2008 6:40:51 PM

Franco wrote:
> On May 14, 2:47 pm, Thorsten Jens <thoj...@gmx.de> wrote:
>> On 14 Mai, 15:12, Franco <franco_spen...@yahoo.com> wrote:
>>
>>
>>
>>> My question is, is there a way to upgrade my zfs version 3 to zfs
>>> version 4 without upgrading the entire OS ?
>> I don't know if I'm missing something obvious here - but did you try
>> "zpool upgrade"?
>>
>> Thorsten
> 
> We cannot import the zpool to do the upgrade..
> 
> zpool currently sits on a server with ZFS v4. When we try a zfs import
> to a server running ZFS v3 we get the error:
> 
> # zpool import
>   pool: zfspool
>     id: 364449855*********
>  state: FAULTED
> status: The pool is formatted using an incompatible version.
> action: The pool cannot be imported.  Access the pool on a system
> running newer
>         software, or recreate the pool from backup.
>    see: http://www.sun.com/msg/ZFS-8000-A5
> config:

I don't see any ambiguity in that message.  You can't expect an older
version of ZFS to import a pool built with a newer version.

Have you applied all of the applicable ZFS patches?

-- 
Ian Collins.
0
Reply Ian 5/14/2008 9:40:40 PM

On May 14, 10:40 pm, Ian Collins <ian-n...@hotmail.com> wrote:
> Franco wrote:
> > On May 14, 2:47 pm, Thorsten Jens <thoj...@gmx.de> wrote:
> >> On 14 Mai, 15:12, Franco <franco_spen...@yahoo.com> wrote:
>
> >>> My question is, is there a way to upgrade my zfs version 3 to zfs
> >>> version 4 without upgrading the entire OS ?
> >> I don't know if I'm missing something obvious here - but did you try
> >> "zpool upgrade"?
>
> >> Thorsten
>
> > We cannot import the zpool to do the upgrade..
>
> > zpool currently sits on a server with ZFS v4. When we try a zfs import
> > to a server running ZFS v3 we get the error:
>
> > # zpool import
> >   pool: zfspool
> >     id: 364449855*********
> >  state: FAULTED
> > status: The pool is formatted using an incompatible version.
> > action: The pool cannot be imported.  Access the pool on a system
> > running newer
> >         software, or recreate the pool from backup.
> >    see:http://www.sun.com/msg/ZFS-8000-A5
> > config:
>
> I don't see any ambiguity in that message.  You can't expect an older
> version of ZFS to import a pool built with a newer version.
>
> Have you applied all of the applicable ZFS patches?
>
> --
> Ian Collins.

Thanks for your reply..

I do understand that I cannot expect the older version to import a
newer zfs pool.. That is why I asked the question; is there a way to
upgrade the older zfs version without having to upgrade the OS..

I will take kangcool's advise and ask the opensolaris guys if there is
a particular patch that needs to be applied.

0
Reply Franco 5/15/2008 9:18:50 AM

On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:

> I do understand that I cannot expect the older version to import a
> newer zfs pool.. That is why I asked the question; is there a way to
> upgrade the older zfs version without having to upgrade the OS..
>

chances are if you apply the current recommended bundle you will get
the most recent ZFS version that ships with 10.

--tim
0
Reply Tim 5/15/2008 10:36:12 AM

On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>
> > I do understand that I cannot expect the older version to import a
> > newer zfs pool.. That is why I asked the question; is there a way to
> > upgrade the older zfs version without having to upgrade the OS..
>
> chances are if you apply the current recommended bundle you will get
> the most recent ZFS version that ships with 10.
>
> --tim

Thanks Tim.

I will apply the latest patch cluster for Solaris 10 and see how we go
from there.

I had no luck on the opensolaris forums.

zpool import -f datapool produces same error as above.
0
Reply Franco 5/15/2008 11:20:20 AM

Franco wrote:
> On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
>> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>>
>>> I do understand that I cannot expect the older version to import a
>>> newer zfs pool.. That is why I asked the question; is there a way to
>>> upgrade the older zfs version without having to upgrade the OS..
>> chances are if you apply the current recommended bundle you will get
>> the most recent ZFS version that ships with 10.
>>
> 
> Thanks Tim.
> 
> I will apply the latest patch cluster for Solaris 10 and see how we go
> from there.
> 
> I had no luck on the opensolaris forums.
> 
I didn't see you ask - zfs-discuss@opensolaris.org would have been the
place to try.

-- 
Ian Collins.
0
Reply Ian 5/15/2008 11:31:17 AM

On May 15, 12:31 pm, Ian Collins <ian-n...@hotmail.com> wrote:
> Franco wrote:
> > On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
> >> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>
> >>> I do understand that I cannot expect the older version to import a
> >>> newer zfs pool.. That is why I asked the question; is there a way to
> >>> upgrade the older zfs version without having to upgrade the OS..
> >> chances are if you apply the current recommended bundle you will get
> >> the most recent ZFS version that ships with 10.
>
> > Thanks Tim.
>
> > I will apply the latest patch cluster for Solaris 10 and see how we go
> > from there.
>
> > I had no luck on the opensolaris forums.
>
> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
> place to try.
>
> --
> Ian Collins.

I didn't try there tbh, soon as we can schedule downtime on the box I
will add the newest Sol 10 Patch cluster !
0
Reply Franco 5/15/2008 12:26:30 PM

Hi,

Franco wrote:
> On May 15, 12:31 pm, Ian Collins <ian-n...@hotmail.com> wrote:
>> Franco wrote:
>>> On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
>>>> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>>>>> I do understand that I cannot expect the older version to import a
>>>>> newer zfs pool.. That is why I asked the question; is there a way to
>>>>> upgrade the older zfs version without having to upgrade the OS..
>>>> chances are if you apply the current recommended bundle you will get
>>>> the most recent ZFS version that ships with 10.
>>> Thanks Tim.
>>> I will apply the latest patch cluster for Solaris 10 and see how we go
>>> from there.
>>> I had no luck on the opensolaris forums.
>> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
>> place to try.
>>
>> --
>> Ian Collins.
> 
> I didn't try there tbh, soon as we can schedule downtime on the box I
> will add the newest Sol 10 Patch cluster !

FWIW, the latest S10 release is version 4.


/michael
0
Reply Michael 5/16/2008 7:09:40 PM

Michael Laajanen wrote:
> Hi,
> 
> Franco wrote:
>> On May 15, 12:31 pm, Ian Collins <ian-n...@hotmail.com> wrote:
>>> Franco wrote:
>>>> On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
>>>>> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>>>>>> I do understand that I cannot expect the older version to import a
>>>>>> newer zfs pool.. That is why I asked the question; is there a way to
>>>>>> upgrade the older zfs version without having to upgrade the OS..
>>>>> chances are if you apply the current recommended bundle you will get
>>>>> the most recent ZFS version that ships with 10.
>>>> Thanks Tim.
>>>> I will apply the latest patch cluster for Solaris 10 and see how we go
>>>> from there.
>>>> I had no luck on the opensolaris forums.
>>> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
>>> place to try.
>>>
>>> -- 
>>> Ian Collins.
>>
>> I didn't try there tbh, soon as we can schedule downtime on the box I
>> will add the newest Sol 10 Patch cluster !
> 
> FWIW, the latest S10 release is version 4.
> 

Spelled "Update 5"

Pete.
> 
> /michael
0
Reply Peter 5/19/2008 7:14:57 AM

Peter Bunclark wrote:
> Michael Laajanen wrote:
>> Hi,
>>
>> Franco wrote:
>>> On May 15, 12:31 pm, Ian Collins <ian-n...@hotmail.com> wrote:
>>>> Franco wrote:
>>>>> On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
>>>>>> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>>>>>>> I do understand that I cannot expect the older version to import a
>>>>>>> newer zfs pool.. That is why I asked the question; is there a way to
>>>>>>> upgrade the older zfs version without having to upgrade the OS..
>>>>>> chances are if you apply the current recommended bundle you will get
>>>>>> the most recent ZFS version that ships with 10.
>>>>> Thanks Tim.
>>>>> I will apply the latest patch cluster for Solaris 10 and see how we go
>>>>> from there.
>>>>> I had no luck on the opensolaris forums.
>>>> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
>>>> place to try.
>>>>
>>>> -- 
>>>> Ian Collins.
>>>
>>> I didn't try there tbh, soon as we can schedule downtime on the box I
>>> will add the newest Sol 10 Patch cluster !
>>
>> FWIW, the latest S10 release is version 4.
>>
> 
> Spelled "Update 5"
> 
ZFS version 4, not Solaris version.

-- 
Ian Collins.
0
Reply Ian 5/19/2008 10:04:43 AM

Hi,

Ian Collins wrote:
> Peter Bunclark wrote:
>> Michael Laajanen wrote:
>>> Hi,
>>>
>>> Franco wrote:
>>>> On May 15, 12:31 pm, Ian Collins <ian-n...@hotmail.com> wrote:
>>>>> Franco wrote:
>>>>>> On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
>>>>>>> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>>>>>>>> I do understand that I cannot expect the older version to import a
>>>>>>>> newer zfs pool.. That is why I asked the question; is there a way to
>>>>>>>> upgrade the older zfs version without having to upgrade the OS..
>>>>>>> chances are if you apply the current recommended bundle you will get
>>>>>>> the most recent ZFS version that ships with 10.
>>>>>> Thanks Tim.
>>>>>> I will apply the latest patch cluster for Solaris 10 and see how we go
>>>>>> from there.
>>>>>> I had no luck on the opensolaris forums.
>>>>> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
>>>>> place to try.
>>>>>
>>>>> -- 
>>>>> Ian Collins.
>>>> I didn't try there tbh, soon as we can schedule downtime on the box I
>>>> will add the newest Sol 10 Patch cluster !
>>> FWIW, the latest S10 release is version 4.
>>>
>> Spelled "Update 5"
>>
> ZFS version 4, not Solaris version.
> 
yes ZFS version 4 was what I meant, sorry for that.

Is it likely that S10 will always have ZFS version 4 for compatibility 
and only receive patches applicable to version 4?

/michael
0
Reply Michael 5/22/2008 4:16:20 PM

Michael Laajanen wrote:
> 
> Is it likely that S10 will always have ZFS version 4 for compatibility
> and only receive patches applicable to version 4?
> 
No, ZFS boot is slated for update 6, which will require a more recent
version.

-- 
Ian Collins.
0
Reply Ian 5/23/2008 1:43:50 AM

On May 15, 7:31 am, Ian Collins <ian-n...@hotmail.com> wrote:
> Franco wrote:
> > On May 15, 11:36 am, Tim Bradshaw <tfb+goo...@tfeb.org> wrote:
> >> On May 15, 10:18 am, Franco <franco_spen...@yahoo.com> wrote:
>
> >>> I do understand that I cannot expect the older version to import a
> >>> newer zfs pool.. That is why I asked the question; is there a way to
> >>> upgrade the older zfs version without having to upgrade the OS..
> >> chances are if you apply the current recommended bundle you will get
> >> the most recent ZFS version that ships with 10.
>
> > Thanks Tim.
>
> > I will apply the latest patch cluster for Solaris 10 and see how we go
> > from there.
>
> > I had no luck on the opensolaris forums.
>
> I didn't see you ask - zfs-disc...@opensolaris.org would have been the
> place to try.
>
> --
> Ian Collins.

Franco,

I had to installed the Recommended Patch cluster to upgrade my ZFS.
There's so many different patches to get the full set of Kernel
patches to take affect that it is truly easier just to do the full
cluster install (patches).

I also was able to "upgrade" the ZFS pools while in production.  I did
nine pools on 3 different servers without interrupting the customer or
any web apps, or databases.(mysql).

Good luck.
0
Reply ChrisS 5/23/2008 2:30:51 PM

15 Replies
465 Views

(page loaded in 0.143 seconds)

Similiar Articles:


















7/22/2012 6:43:18 AM


Reply: