Pool OFFLINE after reverting backup

n008

Cadet
Joined
Oct 19, 2020
Messages
2
I have a Proxmox Server in which I run TrueNAS. I had to revert my TrueNAS from a ProxMox backup after some catastrophic failures within TrueNAS.

However, after restoring from my ProxMox backup, my Pool status is OFFLINE and not able to be imported:
Pools: freeRAID (System Dataset Pool) OFFLINE

Code:
root@freenas[~]# zpool status
  pool: freenas-boot
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(5) for details.
  scan: scrub repaired 0B in 00:01:06 with 0 errors on Mon Oct 31 03:46:06 2022
config:
NAME            STATE        READ    WRITE    CKSUM
freenas-boot     ONLINE    0    0    0
da0p2            ONLINE    0    0    0
errors: No known data errors

root@freenas[~]# zpool import -f
no pools available to import

root@freenas[~]# glabel status
                                      Name  Status  Components
gptid/73fd629f-0b82-11eb-8892-2dea8755017b     N/A  da0p1
root@freenas[~]# smartctl --scan
/dev/cd0 -d atacam # /dev/cd0, ATA device
/dev/da0 -d scsi # /dev/da0, SCSI device


All my hard drives are still showing available in proxmox:
1668466649406.png
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
I guess the first question is, what exactly were you doing for PCIe passthru of the pool disks. This is currently rated as "experimental" by the Proxmox folks and has been known to fail in dramatic ways. Without a lot of detail about your system, I'm tempted to say that you designed a system that was not serviceable.

Can you please describe both your physical virtualization platform (significant detail is better) and also your virtual machine template that you are running TrueNAS inside, especially including what is being done for PCIe passthru and how well the virtualized TrueNAS fared during its burn-in?
 

n008

Cadet
Joined
Oct 19, 2020
Messages
2
How do I delete post? Found out that this was a Proxmox issue that comments out drives for passthrough on restore for some reason:

Sorry for bothering!
 
Top