nas: ~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
NAS 149G 141G 8.21G - - 19% 94% 1.00x ONLINE -
nas: ~# zpool import
pool: NAS2
id: 1828634793165534911
state: FAULTED
status: The pool metadata is corrupted.
action: The pool cannot be imported due to damaged devices or data.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://illumos.org/msg/ZFS-8000-72
config:
NAS2 FAULTED corrupted data
mirror-0 ONLINE
ada2 ONLINE
da1p1 ONLINE
nas: ~# zpool import -f
pool: NAS2
id: 1828634793165534911
state: FAULTED
status: The pool metadata is corrupted.
action: The pool cannot be imported due to damaged devices or data.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://illumos.org/msg/ZFS-8000-72
config:
NAS2 FAULTED corrupted data
mirror-0 ONLINE
ada2 ONLINE
da1p1 ONLINE
nas: ~# zpool import NAS2
cannot import 'NAS2': pool was previously in use from another system.
Last accessed by <unknown> (hostid=0) at Sun Aug 15 20:21:59 2021
The pool can be imported, use 'zpool import -f' to import the pool.