oxyde
August 11, 2024, 6:54am
1
I have setup my scrub task like that (since months)
but recently something not working as expected: every scrub task lunch, perform scrub on all pools, ignoring thresholds days.
Yesterday multi report:
Today multi report:
looking behind on multi report, i see that something is starting going weird since fresh install → upload config after mainboard change.
27/07
28/08
03/08
04/08
Davvo
August 11, 2024, 10:41pm
2
I do not see a similar situation on my CORE system.
multi_report screens
My boot pool has a different schedule apparently.
oxyde
August 12, 2024, 6:07am
3
Something i can try, or any other tips (Before opening a bug report/issue).
Davvo
August 12, 2024, 9:37am
4
Check your scrub schedule, if there is nothing strange do a clean install.
oxyde
August 12, 2024, 10:10am
5
As you can see, nothing strange for me, configuration is pretty minimal from gui. Don’t know if i can access more info from shell (for example).
If a clean install is the only option i will try it those days
khorton
September 10, 2024, 3:07am
6
Scrubs are ignoring threshold days on my system, running
TrueNAS-13.3-RELEASE. Scrubs are set to run Sunday on one pool, and Mondays on the other, with a threshold of 10, so that they run every second week. Since I upgraded to
TrueNAS-13.3-RELEASE they are running every week.
oxyde
September 10, 2024, 5:20am
7
I have disabled them, still didn’t have had time to perform a clean install.
Have you try something?
Edit: opened ticket
oxyde
September 10, 2024, 7:42pm
9
Seems the problem has been quickly fixed .
But don’t know when we can enable scrubs again
lap0
August 4, 2025, 2:58pm
10
In the end I applied the small patch manually.
File is
/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py
line 46:
change
RE_HISTORY_ZPOOL_SCRUB_CREATE = re.compile(r’^([0-9.:-]{19})\s+zpool (scrub|create)’
to
RE_HISTORY_ZPOOL_SCRUB_CREATE = re.compile(r’^([0-9.:-]{19})\s+(py-libzfs: )?zpool (scrub|create)’
1 Like
oxyde
August 4, 2025, 3:07pm
11
you did good, 13.u2 will be never released anymore