导出的 ZFS 池不可用

导出的 ZFS 池不可用

前段时间,我的 ZFS 池不可用了,我尝试了一些方法来访问池中的文件,以删除我能删除的文件。我放弃了,因为我对 ZFS 的了解有限。但是,我正在设置一台新服务器,在设置新系统之前,我真的希望至少恢复两个看似正常的驱动器上的内容。

当我执行 zpool list 时,会列出一些 rpool,但是我的大型水箱池 RaidVol 未列出。但是当我使用 zpool import 时,会得到以下信息:

pool: RaidVol
id: 16881038089561338671
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
    devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:

    RaidVol                  UNAVAIL  insufficient replicas
      raidz1-0               UNAVAIL  insufficient replicas
        c6t0d0               ONLINE
        c6t1d0               ONLINE
        4996290435585416026  UNAVAIL  cannot open
        c6t3d0               UNAVAIL  cannot open

有谁能帮我把文件删除或者把这个池恢复过来。我有一些较小的 1TB 驱动器,如果可能的话,我可以用它们替换最后两个驱动器,但从记忆中,只有第三个驱动器实际上有问题……

干杯,杰夫

更新:

pool: RaidVol
id: 16881038089561338671 
state: DEGRADED 
status: One or more devices are missing from the system. 
action: The pool can be imported despite missing or 
    damaged devices. The fault tolerance of the pool may be 
    compromised if imported. 
see: illumos.org/msg/ZFS-8000-2Q 
config: 

    RaidVol                  DEGRADED 
      raidz1-0               DEGRADED 
        c6t0d0               ONLINE 
        c6t1d0               ONLINE 
        4996290435585416026  UNAVAIL  cannot open 
        c6t3d0               ONLINE

不知道接下来该做什么,即使我唯一能做的就是获取文件,我也会永远感激......

相关内容