nastest.local.nastest daily security run output "destroyed"

patrick sullivan

Contributor
Joined
Jun 8, 2014
Messages
117
Hello

Just wanted a trained eye to glace at my report. Not real comfortable with the word "destroyed". :)
 

Attachments

  • freenas.txt
    35.6 KB · Views: 299

myoung

Explorer
Joined
Mar 14, 2018
Messages
70
I assume you are talking about this section:

Code:
 > GEOM_ELI: Device mirror/swap0.eli destroyed.
 > GEOM_ELI: Detached mirror/swap0.eli on last close.
 > GEOM_ELI: Device mirror/swap1.eli destroyed.
 > GEOM_ELI: Detached mirror/swap1.eli on last close.
 > GEOM_ELI: Device mirror/swap2.eli destroyed.
 > GEOM_ELI: Detached mirror/swap2.eli on last close.


Those are just swap partitions, nothing was lost nothing to worry about. It looks like just a normal reboot.
 

patrick sullivan

Contributor
Joined
Jun 8, 2014
Messages
117
Thank you!!!
 

myoung

Explorer
Joined
Mar 14, 2018
Messages
70
You can also see where they are recreated as the system boots back up.

Code:
 > GEOM_MIRROR: Device mirror/swap0 launched (2/2).
 > GEOM_MIRROR: Device mirror/swap1 launched (2/2).
 > GEOM_MIRROR: Device mirror/swap2 launched (2/2).
 > GEOM_MIRROR: Device mirror/swap3 launched (2/2).
 > GEOM_MIRROR: Device mirror/swap4 launched (2/2).
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,079
Swap mirrors are always destroyed on shutdown and created on boot. It also puts the mirrors together in the order the drives come ready, so it is not always the same disks matched up.
Totally normal.
 
Top