I have (had?) a ZFS pool setup through proxmox that stopped working. All the disks in shows up in Node > Disks, with "SMART: PASSED" but "Mounted: No"
![1722618256201.png 1722618256201.png]()
Read more

Bash:
root@homelab:~# zpool status
no pools available
root@homelab:~# zpool history
no pools available
root@homelab:~# zpool import tank
cannot import 'tank': I/O error
Destroy and re-create the pool from
a backup source.
root@homelab:~# ls /dev/disk/by-id
ata-Samsung_SSD_870_EVO_2TB_S6PNNS0W105328K...
Read more