Page 1 of 1

Pools gone after reboot

PostPosted: Fri Aug 23, 2019 5:16 am
by AnWa
Hi!

After a forced reboot, pool can no longer find the pools. The discs themselves show up in DiscTools, but running "sudo pool list" just returns "no pools available".

I am running OpenZFS 1.9.2.

Please advice.

Re: Pools gone after reboot

PostPosted: Sun Aug 25, 2019 3:31 pm
by lundman
You should run "sudo pool import" and see if they are listed, the "zpool list" command only shows imported pools.

You can additionally try "sudo zpool import -d /dev/" to by-pass InvariantDisks.

If you see pools, you can issue "sudo zpool import $nameofpool" to import it, in case there is something wrong with the auto-import script.

Re: Pools gone after reboot

PostPosted: Tue Sep 03, 2019 3:50 am
by AnWa
Big thanks! That did the trick.

Maybe this is something for the FAQ?

Re: Pools gone after reboot

PostPosted: Sat Oct 05, 2019 6:11 pm
by photonclock
What does this mean:

lundman wrote:You can additionally try "sudo zpool import -d /dev/" to by-pass InvariantDisks.


...to "bypass invariant disks" ? What is an "invariant disk" and why would you want to bypass it?

Re: Pools gone after reboot

PostPosted: Sun Oct 06, 2019 6:10 pm
by lundman