Boot pool status is ONLINE: One or more devices has experienced an unrecoverable error

goalstopper

Cadet
Joined
Oct 1, 2021
Messages
5
Good Afternoon,

Any help is appreciated..
Running - TrueNAS-12.0-U6
I had a power outage a couple weeks ago. After powering the NAS back on I noticed an alert.

CRITICAL
Boot pool status is ONLINE: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected..
2022-12-01 03:46:00 (America/New_York)


The Boot Pool is the USB thumb drive I have running the NAS software, its 14gb. When i attempt to run a SMART test on it, fails with -

Read Device Identity failed: scsi error unsupported scsi opcode A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.

Ran the following command - results below

root@truenas[~]# zpool status -x
pool: boot-pool
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
scan: scrub repaired 12K in 00:00:36 with 0 errors on Thu Dec 1 03:45:36 2022
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
da0p2 ONLINE 0 0 2

errors: No known data errors


More information if it helps to diagnose -

root@truenas[~]# glabel status
Name Status Components
gptid/3948e913-2226-11ec-b0d1-d05099d4f28c N/A ada0p2
gptid/39450f98-2226-11ec-b0d1-d05099d4f28c N/A ada1p2
gptid/42824b95-35c8-11ec-a095-d05099d4f28c N/A ada2p2
gptid/4286337b-35c8-11ec-a095-d05099d4f28c N/A ada3p2
gptid/472996df-21ef-11ec-b672-d05099d4f28c N/A da0p1
root@truenas[~]# smartctl -a /dev/gptid/472996df-21ef-11ec-b672-d05099d4f28c
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p10 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/gptid/472996df-21ef-11ec-b672-d05099d4f28c: Unable to detect device type
Please specify device type with the -d option.



The NAS appears stable and working as expected, I'm just wondering if i should be proactive in attempting to fix any potential future problems?
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Download your configuration file and save it somewhere secure.

Your USB thumb drive is at risk of wearing out; these little buggers do not have wear leveling or much endurance. It is best to replace it with a small SSD if possible.

Once you've replaced the boot device, reinstall TrueNAS and upload your configuration file. This will eliminate any hidden corruptions or issues.
 

goalstopper

Cadet
Joined
Oct 1, 2021
Messages
5
Download your configuration file and save it somewhere secure.

Your USB thumb drive is at risk of wearing out; these little buggers do not have wear leveling or much endurance. It is best to replace it with a small SSD if possible.

Once you've replaced the boot device, reinstall TrueNAS and upload your configuration file. This will eliminate any hidden corruptions or issues.
thank you very much!
Have a great day
 

goalstopper

Cadet
Joined
Oct 1, 2021
Messages
5
any chance you can point me in the direction of a how to article specific to my scenario for replacing a boot drive for TrueNAS?
specifically my main and only USB boot drive to be replaced.
I'm having a difficult time around the procedure step by step..

thanks again for replying.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
any chance you can point me in the direction of a how to article specific to my scenario for replacing a boot drive for TrueNAS?

1) Download your config file from the NAS to a PC or laptop

2) Burn a new ISO of TrueNAS of the same or newer version (or Rufus a thumb drive or do an IPMI ISO boot or whatever)

3) Power down. Replace your faulty device.

4) Boot into the ISO image and install TrueNAS.

5) Boot the newly installed appliance.

6) Go to the URL displayed on the VGA console and then upload the config file.

7) Have a beer.
 
Top