Error during pool zfs version upgrade. What to do?

runevn

Explorer
Joined
Apr 4, 2019
Messages
63
I just upgraded to 13.0 without problems - nice. However, I tried to upgrade my pool but the Webgui showed an unspecifed error. So what to do now?

I have tried to look up the version of my pool but it doesn't return any value.
Code:
root@nas[~]# zpool get version storagepool
NAME         PROPERTY  VALUE    SOURCE
storagepool  version   -        default

I don't know if this is the right way to see if my pool has been upgraded. If not what should I do?

Any help is highly appreciated.
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
The error on pool upgrade via the WebUI is already reported here. I hope there was also a ticket created, but don't remember. Generally it is not ZFS version, that never changed in OpenZFS since introduction of feature flags. The only new flag added in 13 comparing to 12.0 is draid. Since it makes no sense to add draid vdevs to existing pools, you may just ignore it for now. Or you may do it via the command line, but it won't change anything.
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
when I went to 13 nightlies .. I had to upgrade my pools via the shell and they updated just fine
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
Okay, thanks. How do I do it via CLI? And how can I check the pool's zfs version?
Code:
zpool list
zpool upgrade [pool name]
 
Top