oot@freenas01[~]# zpool import
pool: nasarray00
id: 1981442860368889558
state: DEGRADED
status: Some supported features are not enabled on the pool.
(Note that they may be intentionally disabled if the
‘compatibility’ property is set.)
action: The pool can be imported despite missing or damaged devices. The
fault tolerance of the pool may be compromised if imported.
config:
root@freenas01[~]# zpool import -R /mnt -N -o cachefile=/data/zfs/zpool.cache nasarray00
cannot import ‘nasarray00’: insufficient replicas
Destroy and re-create the pool from
a backup source.
root@freenas01[~]#
Note that the GUI will not recognize the pool. But that is okay for the moment.
Whence the pool is imported, you can deal with the failed disk replacement. Since you have a RAID-Z3, their should not be any loss of data. Then export the pool via command line, and use the GUI to import the pool.
root@freenas01[~]# zpool import
pool: nasarray00
id: 1981442860368889558
state: DEGRADED
status: Some supported features are not enabled on the pool.
(Note that they may be intentionally disabled if the
‘compatibility’ property is set.)
action: The pool can be imported despite missing or damaged devices. The
fault tolerance of the pool may be compromised if imported.
config:
root@freenas01[~]# zpool import -R /mnt -f -o cachefile=/data/zfs/zpool.cache nasarray00
cannot import ‘nasarray00’: insufficient replicas
Destroy and re-create the pool from
a backup source.
root@freenas01[~]#
root@freenas01[/]# ls
.cshrc boot data lib net sbin var
.profile compat dev libexec proc storcli.log
.rnd conf entropy media rescue tmp
bin COPYRIGHT etc mnt root usr
root@freenas01[/]# cd /proc
root@freenas01[/proc]# ls
root@freenas01[/proc]#