Greetings!
I have a server running Proxmox VE 6.4-6 on Debian 10 (buster) with all my data and VMs on a zfs pool, "primary-storage". Yesterday, my server froze up and after about 30 minutes of no response, I cut it off by holding the power button. Since then, I have been unable to access my zfs pool.
I have a server running Proxmox VE 6.4-6 on Debian 10 (buster) with all my data and VMs on a zfs pool, "primary-storage". Yesterday, my server froze up and after about 30 minutes of no response, I cut it off by holding the power button. Since then, I have been unable to access my zfs pool.
- When the server boots up to the login screen, I get a
PANIC: primary-storage: blkptr at 000000006bf40adb has invalid CHECKSUM 0
message followed by periodicINFO: task zpool:961 blocked for more than X seconds.
messages. - The web interface fails to load the ZFS page for that node.
ps aux | grep zpool
returns two processes which I cannot kill:
root 961 0.0 0.0 568016 4688 ? D 13:26 0:00 zpool import -d /dev/disk/by-id/ -o cachefile=none primary-storage root 1161 0.0 0.0 10640 4216 ? D 13:26 0:00 zpool list -o name -H primary-storage
zpool import
returnsno pools available to import
.zpool list
hangs seemingly forever.