Pools lost in power outage. Online and Offline and unavailable at the same time.

Cirshiss

Cadet
Joined
Mar 20, 2019
Messages
7
Is there some way to recover my data? I seem to get conflicting messages from the system.

I'm not sure on how to proceed from here.
I'm a total newbie in this.

Code:
[root@nas ~]# zpool import
   pool: ext1
     id: 5812316480001886146
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        ext1                                          ONLINE
          gptid/4142837c-5548-11e9-bcf0-10604b6f22a7  ONLINE
          gptid/4759ea0d-5548-11e9-bcf0-10604b6f22a7  ONLINE

   pool: ext2
     id: 2795254933837986784
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        ext2                                          ONLINE
          gptid/f6593842-5547-11e9-bcf0-10604b6f22a7  ONLINE
[root@nas ~]# zpool import ext1
cannot import 'ext1': one or more devices is currently unavailable
[root@nas ~]# zpool import ext2
cannot import 'ext2': one or more devices is currently unavailable


1617201218495.png

1617201614793.png

1617201775538.png
 

Whattteva

Wizard
Joined
Mar 5, 2013
Messages
1,824
What's the output of zpool status?
 
Joined
Dec 25, 2023
Messages
9
What's the output of zpool status?
Hello, I am resolving this issue here https://www.truenas.com/community/t...-more-devices-is-currently-unavailable.115168

The output is:
Code:
root@pop-os:~# zpool status
no pools available
root@pop-os:~# zpool import
   pool: BouncyBins
     id: 16993821584551277802
  state: DEGRADED
status: The pool was last accessed by another system.
 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-EY
 config:

    BouncyBins                                      DEGRADED
      mirror-0                                      DEGRADED
        gptid/666aefeb-465f-11ee-8fcf-bdeded6adda2  UNAVAIL
        sdb2                                        ONLINE
 
Top