openmediavault 6.3.9
- Add the environment variable
OMV_BTRFS_SCRUB_PERIOD. The supported values areweeklyandmonthly. Defaults tomonthly. - Relocate the Cron Btrfs scrubbing script into a separate CLI tool named
omv-btrfs-scrub. If you need to run the scrub jobs at a certain date, you may disable the build-in cron jobs via the environment variableOMV_BTRFS_SCRUB_ENABLED. Finally, create your custom scheduled tasks via the UI by typingomv-btrfs-scrubin theCommandform field. - Add UDEV rule to fix the duplicate serial number issue on Qnap TR-004 devices.
- Perform scheduled Btrfs scrub and scan tasks on file system mount points rather than devices.
- Fix hdparm configuration. Use
force_spindown_timeto apply settings to non-APM devices.