New update available

openmediavault 6.3.9

  • Add the environment variable OMV_BTRFS_SCRUB_PERIOD. The supported values are weekly and monthly. Defaults to monthly.
  • 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 variable OMV_BTRFS_SCRUB_ENABLED. Finally, create your custom scheduled tasks via the UI by typing omv-btrfs-scrub in the Command form 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_time to apply settings to non-APM devices.

New updates available

openmediavault 6.3.8

  • Update locale files.
  • Issue #1528: Fix the error `The “constraint” or “deps” property is required`.

openmediavault-wetty 6.0.5

  • Add the environment variable OMV_WETTY_APP_CONTAINER_BASE to customize the --base parameter of WeTTY. Note, the plugin UI will not take care about this and will not redirect you to the correct URL anymore after the customization.

New update available

openmediavault 6.3.7

  • Update locale files.
  • Improve omv-env list command. The directories /etc/cron.* will be parsed for environment variables as well now.
  • Improve Salt configuration.
  • Always populate basic IPv6 configuration in /etc/hosts. This will lead to a dramatically speed improvement of the Salt deployment.

New update available

openmediavault 6.3.6

  • Improve the scheduled Btrfs cron tasks by skipping the subvolumes of a file system, which prevents the file system from being processed multiple times.
  • Perform automatic scrubbing of all Btrfs file systems monthly instead weekly.
  • Fix a validation bug in the Gateway form field on the Wi-Fi network interface page.

New updates available

openmediavault 6.3.5

  • Update locale files.
  • Do not configure monit alerts for CPU usage and Memory usage if they are disabled in the UI.
  • Set metadata to DUP when creating a Btrfs file system with the Single profile (default since Kernel version 5.15).
  • Perform a daily scheduled cron task that checks Btrfs file systems for errors. An email will be sent when errors are detected. Use the OMV_BTRFS_ERROR_CHECK_ENABLED environment variable to disable this check.
  • Perform a weekly scheduled cron task that scrubs all mounted Btrfs file systems. A report will be emailed afterwards. Use the OMV_BTRFS_SCRUB_ENABLED environment variable to disable this task. Use the additional variables OMV_BTRFS_SCRUB_PRIORITY and OMV_BTRFS_SCRUB_READONLY to customize the scrub task.
  • Improve cron scripts by added better logging output.
  • Display Cron expressions in human-readable descriptions on forms and in datatable columns.
  • Issue #1516: Adapt the UI so that it works properly behind reverse proxies.

openmediavault-clamav 6.0.3

  • Translate Cron expressions to human-readable descriptions.