Hi everyone! 
On PVE 9.1, with zfs-2.3.4-pve1 and zfs-kmod-2.3.4-pve1 I suddenly had a storage (non-OS) zpool suspended, due to I/O errors on "ata3" (1 of 2 disks of a ZFS mirror).
I was able to copy several hundred GBs of data onto a backup from that suspended zpool (still showing both disks ONLINE) in that session, but since I rebooted the machine, any attempt to access/import that pool freezes the terminal: Even Ctrl+C/Ctrl+Z won't abort. Neither "kill -9" of the command.
Starts with:
Only found 1 reference to this error message: https://github.com/openzfs/zfs/issues/17876
I'm surprised that it seems impossible to mount one of the mirrored disks? None of the two.
I've tried import with -F, -f: both freeze.
Does anyone have any more ideas?
"zdb -l /dev/sdc1" (and sdd1) work and show me the label and structure information of the pool.
All other zdb commands would require the zpool to be imported. So I don't know how to look for further clues to fix this.
I have a backup and could wipe and re-copy the disk, but I won't believe that ZFS would fail me on a mirror...
Grateful for any input.
On PVE 9.1, with zfs-2.3.4-pve1 and zfs-kmod-2.3.4-pve1 I suddenly had a storage (non-OS) zpool suspended, due to I/O errors on "ata3" (1 of 2 disks of a ZFS mirror).
I was able to copy several hundred GBs of data onto a backup from that suspended zpool (still showing both disks ONLINE) in that session, but since I rebooted the machine, any attempt to access/import that pool freezes the terminal: Even Ctrl+C/Ctrl+Z won't abort. Neither "kill -9" of the command.
Starts with:
Code:
[ 450.937402] VERIFY3S(err, ==, ENOENT) failed (52 == 2)
[ 450.937429] PANIC at dsl_dataset.c:4912:dsl_dataset_get_remap_deadlist_object()
Only found 1 reference to this error message: https://github.com/openzfs/zfs/issues/17876
I'm surprised that it seems impossible to mount one of the mirrored disks? None of the two.
I've tried import with -F, -f: both freeze.
Does anyone have any more ideas?
"zdb -l /dev/sdc1" (and sdd1) work and show me the label and structure information of the pool.
All other zdb commands would require the zpool to be imported. So I don't know how to look for further clues to fix this.
I have a backup and could wipe and re-copy the disk, but I won't believe that ZFS would fail me on a mirror...
Grateful for any input.