How to clear security alert

Status
Not open for further replies.

blubberor

Dabbler
Joined
Jan 31, 2016
Messages
40
Hi,
I am using Freenas 11 on my NAS with 8GB RAM, FreeNAS installed to a SSD drive and everything installed on a ASRock N3150-ITX.

From Timemachine hickups of my Mac, the backup got some problems:
Code:
hecking status of zfs pools:
NAME		   SIZE  ALLOC   FREE  EXPANDSZ   FRAG	CAP  DEDUP  HEALTH  ALTROOT
NAS		   5.44T  1.66T  3.78T		 -	13%	30%  1.00x  ONLINE  /mnt
freenas-boot   111G  7.66G   103G		 -	  -	 6%  1.00x  ONLINE  -

  pool: NAS
state: ONLINE
status: One or more devices has experienced an error resulting in data
	corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
	entire pool from backup.
   see: http://illumos.org/msg/ZFS-8000-8A
  scan: scrub repaired 0 in 3h55m with 0 errors on Fri Aug  4 14:10:04 2017
config:

	NAME												STATE	 READ WRITE CKSUM
	NAS												 ONLINE	   0	 0	 0
	  mirror-0										  ONLINE	   0	 0	 0
		gptid/af79b9d9-33dc-11e6-a02e-d0509976f5a8.eli  ONLINE	   0	 0	 0
		gptid/b625fc82-33dc-11e6-a02e-d0509976f5a8.eli  ONLINE	   0	 0	 0

errors: 1 data errors, use '-v' for a list

Local system status:
3:01AM  up 23 days, 16:53, 0 users, load averages: 0.56, 0.71, 0.72

-- End of daily output --


But though I completey recreatetd the data set, the alert stays the same.
Is there a way how to reset the alerts?

Thanks already in advance.
Blubberor
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Do a zpool status -v

It will list the file that has an error. Assuming, it's a file you recognize, at a minimum, delete it.

If it's not something you recognize, post the result here.

errors: 1 data errors, use '-v' for a list
 

blubberor

Dabbler
Joined
Jan 31, 2016
Messages
40
Hi and thanks for your response.
this is the output:
Code:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #f4f4f4; background-color: #000000; background-color: rgba(0, 0, 0, 0.85)} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #f4f4f4; background-color: #000000; background-color: rgba(0, 0, 0, 0.85); min-height: 14.0px} span.s1 {font-variant-ligatures: no-common-ligatures} span.Apple-tab-span {white-space:pre}

 pool: NAS

 state: ONLINE

status: One or more devices has experienced an error resulting in data

corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

  scan: scrub repaired 0 in 3h55m with 0 errors on Fri Aug  4 14:10:04 2017

config:


NAME												STATE	 READ WRITE CKSUM

NAS												 ONLINE	   0	 0	 0

  mirror-0										  ONLINE	   0	 0	 0

	gptid/af79b9d9-33dc-11e6-a02e-d0509976f5a8.eli  ONLINE	   0	 0	 0

	gptid/b625fc82-33dc-11e6-a02e-d0509976f5a8.eli  ONLINE	   0	 0	 0


errors: Permanent errors have been detected in the following files:


		<0xfb>:<0x3775>


  pool: freenas-boot

 state: ONLINE

  scan: scrub repaired 0 in 0h0m with 0 errors on Tue Aug 22 03:45:45 2017

config:


NAME										  STATE	 READ WRITE CKSUM

freenas-boot								  ONLINE	   0	 0	 0

  gptid/075497a8-cabd-11e5-aa4a-0024beb8f3af  ONLINE	   0	 0	 0

cannot find these files anywhere :/
Best,
Blubberor
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
You have corruption in your metadata.

The only way to fix this is to back up your volume, destroy your pool, rebuild it and restore your data.

Sorry to be the bearer of bad news.
 

blubberor

Dabbler
Joined
Jan 31, 2016
Messages
40
You have corruption in your metadata.

The only way to fix this is to back up your volume, destroy your pool, rebuild it and restore your data.

Sorry to be the bearer of bad news.
initially I had the errors sitting in my timemachine, any other way to fix this, or only possible if I recreate the whole pool?
any good idea how I should create this? stop the NAS, copy all data to one drive and kill the 2nd pool or how would you proceed practically?
thanks and best,
Blubberor
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Hopefully someone else can give you some direction today. I'll probably be busy for the next several hours.
 

blubberor

Dabbler
Joined
Jan 31, 2016
Messages
40
I did not find any other good solution but shouldn't it be possible to recreate the meta data?
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472

blubberor

Dabbler
Joined
Jan 31, 2016
Messages
40
Yes.



Unfortunately not.
excuse me to bother again.
could you just point out the steps a bit more. I was thinking if I could stop the NAS so I would see two drives. Keep Drive 1 running as is, format drive 2, copy all data to drive 2, format drive 1, fuse both drives again as a NAS and replication should restore all data to drive 1. hope this makes sense. is this possible?
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
Time Machine hiccups can't cause this.

Lack of ECC can.

Have you got ECC Ram?
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
initially I had the errors sitting in my timemachine, any other way to fix this, or only possible if I recreate the whole pool?
any good idea how I should create this? stop the NAS, copy all data to one drive and kill the 2nd pool or how would you proceed practically?
thanks and best,
Blubberor

Backup the data (Ie via smb/AFP) or rsync

Delete the pool. Recreate pool. Restore data.
 
Status
Not open for further replies.
Top