Solved zpool "zroot-133" UNAVAIL ; insufficient replicas but fortunately it's not true.

Hello.

today I'm not able to mount the pool zroot-133 :

On FreeBSD 14 :

Code:
[root@marietto /mnt/zroot-133]==> zpool import
   pool: zroot-133
     id: 8568855790446727512
  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:

    zroot-133   UNAVAIL  insufficient replicas
      da0       UNAVAIL  cannot open

But on Linux it works correctly.
Code:
root@marietto-BHYVE:/home/marietto# zpool import
   pool: zroot-133
     id: 8568855790446727512
  state: ONLINE
status: The pool was last accessed by another system.
 action: The pool can be imported using its name or numeric identifier and
 the '-f' flag.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY
 config:

 zroot-133   ONLINE
   sdc       ONLINE

what to do to fix it even in FreeBSD ? thanks.
 
Back
Top