Insufficient replicas on RAID-Z2?!

That showed good ZFS labels on each disk partition. I was hoping there was a bad label or two and that was why ZFS did not think it could use that device.

I have had issues with SATA port multipliers (PM), so if the enclosure does use SATA PM I would try in a different enclosure with direct connections between drives and SATA controller ports (or even a SAS controller).

We are in trying odd, corner case fixes here, it might be faster to just restore from backup if you can stand the loss of a few months worth of data, as we might never get this zpool to come back online.

try
zpool import -fFX -R /mnt/ datapool # can run several hours

It’s from another truenas forums thread.

I have the same issue.
What is weird, zpool import shows the pool in good shape.

 pool: data
    id: 7520744140823365409
 state: ONLINE
status: Some supported features are not enabled on the pool.
        (Note that they may be intentionally disabled if the
        'compatibility' property is set.)
action: The pool can be imported using its name or numeric identifier, though
        some features will not be available without an explicit 'zpool upgrade'.
config:

        data                                      ONLINE
          raidz1-0                                ONLINE
            fb279caa-3beb-4dd0-9a05-a5dd7ed6b5bf  ONLINE
            a27d69a0-d282-44bf-82d4-5099e5a7ae0c  ONLINE
            7ac5a1f0-a702-45a5-be4d-0690cb75b1fd  ONLINE
            ed9d7738-5a31-44aa-a10d-6436f124eec9  ONLINE
            5143f30c-8958-4717-9518-cf1446eb00f8  ONLINE
            24a3ab8d-de4f-4f89-84a7-22c62f1179ea  ONLINE
            57cabe09-3470-4f8e-9250-7550f632c66c  ONLINE
            0c772af9-1292-417b-b7db-e18f8418158c  ONLINE
            a9c780a6-da11-4a7d-b08d-b648b912f0be  ONLINE
        special
          mirror-2                                ONLINE
            1afcdfa9-474b-4d3d-9cc5-496aa4f69453  ONLINE
            ea63d3ad-8f7c-4494-b187-acb706cc4cb5  ONLINE
        logs
          mirror-1                                ONLINE
            67834c54-3d39-4e97-bf56-cd5399052df5  ONLINE
            eebe170a-b63e-4609-9b4b-c40700122fe9  ONLINE

I saw, that a github thread that might be due to the special vdev and he was somewhat able to reproduce that issue.
I just can send the link, as I had to create a new account here. :frowning:

For me it’s the same the zdb -l shows that the disks still have valid zfs pool information…

zpool import -fFX -R /mnt/ datapool helped me importing the pool.
But also I changed from TrueNAS to OpenMediaVault, as it has a newer ZFS code.

Could I install OpenMediaVault instead and then import the pool even though it was built on Truenas?

truenas_admin@kemosaaba[~]$ sudo zpool import -fFX -R /mnt/ Taranis
[sudo] password for truenas_admin: 
cannot import 'Taranis': one or more devices is currently unavailable

Crap…