1) In FreeNAS 11.1, go to Storage -> Scrubs and double-click a Volume to edit its Scrub Schedule (add a schedule if none is presently scheduled).
2) Specify, minute, hour, and "Each Selected Day of Month"
3) Specify one or more days for each month
4) Deselect Sunday and any other Days of Week
5) Select OK
The result is that the Day of the Week is required. What if I only want to scrub once or twice a month on specified days of the month (e.g., 1st and 15th) so that no two volumes are scrubbed the same days; and the scrubs don't run on the same days as SMART tests are scheduled? According to the 11.1 documentation at Section 8.5: the Day of Week field. I don't think this is what most users expect. See, e.g., https://forums.freenas.org/index.ph...rt-and-scrub-tests-be-done.44089/#post-468597
Am I misunderstanding the documentation?
2) Specify, minute, hour, and "Each Selected Day of Month"
3) Specify one or more days for each month
4) Deselect Sunday and any other Days of Week
5) Select OK
The result is that the Day of the Week is required. What if I only want to scrub once or twice a month on specified days of the month (e.g., 1st and 15th) so that no two volumes are scrubbed the same days; and the scrubs don't run on the same days as SMART tests are scheduled? According to the 11.1 documentation at Section 8.5: the Day of Week field
Code:
and the Day of Month field are ORed together: setting Day of Month to 01,15and Day of week to Thursday will cause scrubs to run on the 1st and 15th days of the month, but also on any Thursday
Am I misunderstanding the documentation?