Message ID: ZFS-8000-A5
Incompatible version
Type: |
Error |
Severity: |
Major |
Description: |
The on-disk version is not compatible with the running system. |
Automated Response: |
No automated response will occur. |
Impact: |
The pool is unavailable. |
Suggested Action for System Administrator
If this error is seen during zpool import
, see the section below.
Otherwise, run zpool status -x
to determine which pool is faulted:
# zpool status -x
pool: test
state: FAULTED
status: The ZFS version for the pool is incompatible with the software running
on this system.
action: Destroy and re-create the pool.
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
test FAULTED 0 0 0 incompatible version
mirror ONLINE 0 0 0
sda9 ONLINE 0 0 0
sdb9 ONLINE 0 0 0
errors: No known errors
The pool cannot be used on this system. Either move the storage to the system where the pool was originally created, upgrade the current system software to a more recent version, or destroy the pool and re-create it from backup.
If this error is seen during import, the pool cannot be imported on the current system. The disks must be attached to the system which originally created the pool, and imported there.
The list of currently supported versions can be displayed using
zpool upgrade -v
.
Details
The Message ID: ZFS-8000-A5
indicates a version mismatch exists
between the running system and the on-disk data.