# 消息 ID：ZFS-8000-A5

## 版本不兼容

|  类型  | 错误                     |
| :--: | ---------------------- |
|  严重性 | 重要                     |
|  描述  | 磁盘上（ZFS）的版本与正在运行的系统不兼容 |
| 自动响应 | 不会采取自动响应               |
|  影响  | 池不可用                   |

## 建议系统管理员采取的操作

如果在 `zpool import` 过程中看到此错误，请参阅下节。否则，请运行 `zpool status -x` 确定哪个池出现故障：

```sh
# 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
```

无法在此系统上使用该池。可以将存储移动到创建该池的原系统上，或将当前系统软件升级到更新版本，亦或销毁该池并从备份重新创建。

如果在导入过程中出现此错误，则无法在当前系统上导入该池。必须将磁盘连接到最初创建该池的系统，并在该系统上进行导入。

可通过 `zpool upgrade -v` 显示当前支持的版本列表。

## 详细信息

消息 ID：`ZFS-8000-A5` 表示正在运行的系统与磁盘上的（ZFS）数据版本不匹配。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/zfs/zfs-xiao-xi/zfs-8000-a5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
