Alert stuck / wont go away

johlc

Cadet
Joined
May 20, 2023
Messages
3
Months ago, I hooked up an external USB hard drive and mounted it. When I was done, I removed it.
Ever since then, I am getting these alerts:

Code:
WARNING
'USB Pool' is consuming USB devices 'sdg' which is not recommended.
2022-12-17 17:03:48 (America/New_York)Dismiss
WARNING
'USBPool' is consuming USB devices 'sdg' which is not recommended.
2023-01-15 15:14:54 (America/New_York)Dismiss

No matter what I do, even dismissing, rebooting, etc. these alerts remain and will not go away.
The USB pool has not been hooked up for months. SDG is not listed in "disks" and neither is the pool listed under storage or datasets.

When I dismiss the alert, it just sits under dismissed alerts forever.

How can I clear this alert for good?
 

johlc

Cadet
Joined
May 20, 2023
Messages
3
What is the output of zpool status?
user@TRUENAS:~$ sudo zpool status
pool: Pool1
state: ONLINE
scan: resilvered 4.44T in 17:58:48 with 0 errors on Sat May 20 12:52:35 2023
config:

NAME STATE READ WRITE CKSUM
Pool1 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
4bfea3cf-(etc...) ONLINE 0 0 0
c5b9b082-(etc...) ONLINE 0 0 0
eb9afba5-(etc...) ONLINE 0 0 0
dd2f1de7-(etc...) ONLINE 0 0 0
cache
68256055-(etc...) ONLINE 0 0 0
51850941-(etc...) ONLINE 0 0 0

errors: No known data errors

pool: boot-pool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:00:17 with 0 errors on Sat May 20 03:45:18 2023
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
nvme0n1p3 ONLINE 0 0 0

errors: No known data errors
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
I have same issue, any news about this topic?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Did you export the pool before disconnecting the device?
 

Davvo

MVP
Joined
Jul 12, 2022
Messages
3,222
Unrelated, but @itet please tell me you are not using the same device as SLOG and L2ARC.
3x Supermicro X10SDV-6C-TLN4F Xeon D-1521, 64GB DDR4, 5x Disks RAIDz2, 1x MSATA 32GB SSD for Boot, 1x NVMe SSD for Log and Cache (TrueNAS Scale)
2x Supermicro X10SDV-4C-TLN2F Xeon D-1528, 16GB DDR4, 5x Disks RAIDz2, 1x USB NVMe SSD for Boot, 1x NVMe SSD for Log and Cache (TrueNAS Scale)
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
Unrelated, but @itet please tell me you are not using the same device as SLOG and L2ARC.
sorry my config is not up to date, I don't use at the moment any Log or Cache devices
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Create a dummy pool of the same name, e.g. on a USB device. Export that pool from the UI. Possibly that clears the alert.
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
Create a dummy pool of the same name, e.g. on a USB device. Export that pool from the UI. Possibly that clears the alert.
thanks for this advise it fixed my alerts view
 
Last edited:
Top