Upgrading a ZFS Pool

Status
Not open for further replies.

Graemezee

Cadet
Joined
Mar 29, 2012
Messages
4
Hi have accessed the system via terminal on a mac

I have two issues zpool status -x retuned

pool: gadata
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scan: none requested
config:

NAME STATE READ WRITE CKSUM
gadata ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada0p2 ONLINE 0 0 0
ada1p2 ONLINE 0 0 0
ada2p2 ONLINE 0 0 0
ada3p2 ONLINE 0 0 0

errors: No known data errors

and not "all pools are healthy"


Not sure what to Do i tried the command
zpool upgrade gadata It returnd
This system is currently running ZFS pool version 28.

cannot upgrade 'gadata': permission denied


Can any one help Or explain what to do next Thankyou
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
First, use [code][/code] tags for CLI output.

Second, are you running as root? Also, output of:
Code:
zpool status -v

zpool upgrade
Without the pool name.
 

alexandredsc

Cadet
Joined
Jul 19, 2018
Messages
2
I needed to put "zpool upgrade <pool name>" for each pool.
 
Status
Not open for further replies.
Top