Failed disk, zpool import unavailable

uintahit

Cadet
Joined
Sep 9, 2022
Messages
2
Hello Everyone,

I know there are a lot of posts on similar issues and I have been reading through a lot of them but can't seem to find a straightforward answer. For background, I did not set up this server and am very new to TrueNAS. I'm running TrueNAS CORE 12.0 on a hyper-converged KVM system. After an update on the hosts, one of the drives failed and the support company for the KVM system had to remove one of the drives. Now the hosts are stable, but on the TrueNAS VM, the only pool on the machine is offline. I added a new disk so the VM has a 100 GB OS disk, and 5 - 8 TB data disks, 4 original and 1 new one. Am I SOL, or is there a way to get the data on the original disks?

Code:
truenas% zpool status -v
  pool: boot-pool
 state: ONLINE
  scan: scrub repaired 0B in 00:00:15 with 0 errors on Fri Sep  9 03:45:15 2022
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          vtbd0p2   ONLINE       0     0     0

errors: No known data errors


Code:
truenas% sudo zpool import
   pool: Video
     id: 14918712881145652698
  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: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-3C
 config:

        Video                                         UNAVAIL  insufficient replicas
          gptid/64184ceb-23a3-11eb-84d3-7c4c580f79fd  UNAVAIL  cannot open
          gptid/64298ca2-23a3-11eb-84d3-7c4c580f79fd  ONLINE
          gptid/64487273-23a3-11eb-84d3-7c4c580f79fd  ONLINE
          gptid/646373ba-23a3-11eb-84d3-7c4c580f79fd  ONLINE
          gptid/3041185e-23a4-11eb-84d3-7c4c580f79fd  ONLINE
truenas%


Code:
truenas% sudo gpart show
=>       40  195313584  vtbd0  GPT  (93G)
         40       1024      1  freebsd-boot  (512K)
       1064   33554432      3  freebsd-swap  (16G)
   33555496  161742848      2  freebsd-zfs  (77G)
  195298344      15280         - free -  (7.5M)

=>         40  15625000880  vtbd1  GPT  (7.3T)
           40           88         - free -  (44K)
          128      4194304      1  freebsd-swap  (2.0G)
      4194432  15620806488      2  freebsd-zfs  (7.3T)

=>         40  15625000880  vtbd2  GPT  (7.3T)
           40           88         - free -  (44K)
          128      4194304      1  freebsd-swap  (2.0G)
      4194432  15620806488      2  freebsd-zfs  (7.3T)

=>         40  15625000880  vtbd3  GPT  (7.3T)
           40           88         - free -  (44K)
          128      4194304      1  freebsd-swap  (2.0G)
      4194432  15620806488      2  freebsd-zfs  (7.3T)

=>         40  15625000880  vtbd5  GPT  (7.3T)
           40           88         - free -  (44K)
          128      4194304      1  freebsd-swap  (2.0G)
      4194432  15620806488      2  freebsd-zfs  (7.3T)

truenas%
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Yes. Your data pool consists of five disks striped, which means you have no redundancy. If you can't bring the missing/damaged disk online, your data is gone.
 
Top