今天我重新启动了我的 proxmox 服务器,它有一个用于存储我的数据的 zfs 池。
重启后 zfs 池没有恢复,并且在 proxmox UI 中不可见。
当我尝试手动导入池时,得到以下结果:
zpool import beastpool
cannot import 'beastpool': one or more devices is currently unavailable
我通过发出 zpool import 命令检查了池,结果如下:
zpool import
pool: beastpool
id: 9071326892089082027
state: ONLINE
status: Some supported features are not enabled on the pool.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
beastpool ONLINE
raidz2-0 ONLINE
wwn-0x50014ee2096e763a ONLINE
wwn-0x5000c500a5bbca7a ONLINE
wwn-0x5000c500a5be7966 ONLINE
wwn-0x5000c500a5bff727 ONLINE
wwn-0x50014ee26724a07e ONLINE
wwn-0x50014ee211cf6f82 ONLINE
据我所知,该池似乎很健康,所有驱动器都在线。我尝试清理池,但这只有在导入后才有可能。任何指导都值得赞赏...