ZFS Pool down after a power outage

Power Outage ran longer then my UPS could handle and I was at work and didn't get the email.

This is my first non-MS server so bear with me

I have a

FreeNAS-11.3-U1
HBA LSI 9211-8i Flashed to enable ZFS
Pool 2x SSD cache
Disks Da0 to Da4 are 4tb Enterprise Nas Drivers
Dashboard lists Pool Media is "OFFLINE"data not available
Critical system message
Pool MEDIA state is OFFLINE: None.
Fri, 11 Sep 2020 05:32:08 PM (America/Los_Angeles)Dismiss
The pool I care about is Media

Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@freenas[~]# zpool status
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:04 with 0 errors on Thu Jul 2 03:45:04 2020
config:

root@freenas[~]#
root@freenas[~]# gpart show
=> 40 488397088 ada0 GPT (233G)
40 88 - free - (44K)
128 488397000 1 freebsd-zfs (233G)

=> 40 488397088 ada1 GPT (233G)
40 88 - free - (44K)
128 488397000 1 freebsd-zfs (233G)

=> 40 125045344 ada2 GPT (60G)
40 532480 1 efi (260M)
532520 33554432 3 freebsd-swap (16G)
34086952 90931200 2 freebsd-zfs (43G)
125018152 27232 - free - (13M)

=> 40 7814037088 da0 GPT (3.6T)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.6T)

=> 40 7814037088 da1 GPT (3.6T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.6T)

=> 40 7814037088 da2 GPT (3.6T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)
4194432 7809842696 2 freebsd-zfs (3.6T)

=> 40 7814037088 da3 GPT (3.6T)
40 88 - free - (44K)
128 4194304 1 freebsd-swap (2.0G)

In the GUI if I go to Storage / pools / pool status
it is blank

In the GUI storage Disks shows Da0 to Da4 are Unused,
SMB is running
In the GUI the pool is being reported as in the database but not connected

In the shell running zpool import -F -f -n Media pauses for a second but does nothing.

root@freenas[~]# zpool import
pool: MEDIA
id: 15334474620067754419
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:

MEDIA UNAVAIL insufficient replicas
raidz2-0 UNAVAIL insufficient replicas
gptid/1da9364b-6a5e-11ea-bdc4-a0369f6cb3cc ONLINE
35521113


I rebooted and watched the display disks 1,2 and 5 are listed as Can't open


Zpool status -x states all pools are healthy
 
Back
Top