My Truenas server power was down suddenly yesterday with the whole town I live while I was copying file from one disk to another.
So when the power recovered, a pool in the Truenas was disconnected.
I tried to import it with the command "zpool import -F -m ", but it failed and I got the error: Insufficient Replicas.
Cautious with operations on the command line… (No altroot, why -m?)
First, a description of your hardware and pool setup is in order. zpool status -v and zpool import would help.
Please prefix with sudo as may be required and post the output as formatted text (</>).
admin@truenas[~]$ sudo zpool import
pool: storage
id: 8658978616055357809
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
That’s the idea, but whenever possible do it through the GUI rather than CLI. Here, a manual replication task.
If the pool is a single drive without a SLOG there never was a need for the -m option on import. You may have been an inspiration…