SOLVED Disappearing pool

mcc666

Dabbler
Joined
Sep 22, 2021
Messages
20
Hi,

My pool crashed some time ago and I had to recreate it from backup. I've added one disc as well. After that I noticed that with every reboot I had to import my "storage" pool, which I was doing in GUI. I started checking it in CLI and noticed that besides new "storage" pool there is an echo of previous pool as well called "storage".

Code:
root@freenas:~# zpool import

   pool: storage

     id: 3743818536692763833

  state: UNAVAIL

status: The pool was last accessed by another system.

action: The pool cannot be imported due to damaged devices or data.

   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY

config:

 

        storage                                   UNAVAIL insufficient replicas

          raidz1-0                                UNAVAIL insufficient replicas

            1dfff5e5-c3d7-4a66-a880-16a844bbd7a2 UNAVAIL

            sda1                                  UNAVAIL invalid label

            ab95ebc6-2ed8-11ea-a963-fcaa142a1593 UNAVAIL

            923db6a0-3207-11ea-b9f1-fcaa142a1593 UNAVAIL

 

   pool: storage

     id: 4782723823789925899

  state: ONLINE

action: The pool can be imported using its name or numeric identifier.

config:

 

        storage                                   ONLINE

          raidz2-0                                ONLINE

            71a4b340-fe95-44b4-a03a-90b879e76db5 ONLINE

            5688b94c-7f28-4d0e-ad60-17f3592d27a5 ONLINE

            cba0491a-8930-4a05-9868-997693e2b87f ONLINE

            d9ef8a83-9ab5-42c9-8f86-fd9727db3984 ONLINE

            a3616500-1abe-4cd6-ae97-489d266845c2 ONLINE



How safety remove the previous pool 3743818536692763833?

I suspect this is causing the issues with pool not being imported after reboot.

Thanks in advance!

MCC
 
Last edited:

mcc666

Dabbler
Joined
Sep 22, 2021
Messages
20
I believe I solved it in other way - changed the name of new pool.

Thx
MCC
 
Top