前一段时间我的ZFS池变得不可用了,我尝试了一些东西来获取它上面的文件,以删除我所能做的。 我放弃了ZFS的知识。 但是,我正在build立一个新的服务器,我希望在build立一个新的系统之前至less恢复两个好的驱动器上的内容。
当我做一个zpool列表时,我列出了一些rpool,但是我的大型坦克池RaidVol没有列出。 但是,当我使用zpool导入时,我得到以下内容:
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
不知道从这里做什么,即使我能做的唯一的事情就是获取文件,我将永远感激…