Permanent Errors

baileys22

Cadet
Joined
Dec 26, 2022
Messages
2
Hello all,
Can someone tell me how to clear this error? My pool shows unhealthy because of it. I moved this pool to a new system from an unstable one using an ASUS motherboard and imported the config and still get this message. I am running 13.0 U2 but below name is 13.0 U3. I am wondering if this is a STAGED corrupted update download that is from when the prior system rebooted. Thanks for any help!

TrueNAS.jpg
 

artlessknave

Wizard
Joined
Oct 29, 2016
Messages
1,506
forum rules.


I believe
Code:
 zpool clear boot-pool
is what you want. Im not sure how to handle the bad file. might be able to just rm it? running a new update ought to verify it, find it bad, and replace it, but I've never encountered this.
 
Last edited:

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,996
You are correct, it's likely a bad download of the update file. The file is damaged and you will need to remove it. You should be able to rm the file. The zpool clear command is apt to do nothing at all until the offending file is removed, then run a scrub, ensure there are no more corrupt files.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,996
Glad you got the problem resolved.
 
Top