HDD in mirrored Raid died, ZFS pool gone

Last try:
Code:
zpool import -a -f -d /dev/disk/by-id/ata-ST12000VN0008-2YS101_ZV7033ZS
Same command but without the pool name.
Unfortunately also not working :(
"no pools available to import"

If u use import and get this output your pool is now imported
Just tried again, but I think I've screwed myself up now... I already started trying to format the faulty HDD and apparently it was also doing something, since the partition seems to be gone already :(

So as long as there is no way to import the zfs pool only with one HDD, I guess I'm finally screwed :D
 
You don't understand. Your pool is already imported. U see the status "online". Only the 2. Disk is dead.
 
Hm. I just tried again.
Even after zpool import, zpool status still shows that no pools are available:
Code:
root@homeserver:~# zpool import
   pool: nas
     id: 7945476069743355628
  state: DEGRADED
status: One or more devices contains corrupted data.
 action: The pool can be imported despite missing or damaged devices.  The
        fault tolerance of the pool may be compromised if imported.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
 config:

        nas                                    DEGRADED
          mirror-0                             DEGRADED
            ata-ST12000VN0008-2YS101_ZV7033ZS  ONLINE
            ata-ST12000NE0007-2GT116_ZJV2EYB4  UNAVAIL
          indirect-1                           ONLINE
root@homeserver:~# zpool status
no pools available
root@homeserver:~#
 
No, I don’t think so. I’d have to check later again, when I’m back home - just went to the gym. But all zfs commands were unsuccessful so far.