New updates available

openmediavault 6.4.0

  • Update locale files.
  • Various improvements.
  • Upgrade to Angular 14.
  • Improve omv-btrfs-scrub and scheduled Btrfs error checks. Deduplicate file system UUID to prevent unnecessary work.
  • Configure DHCP overrides in Netplan.io.
  • Fix bug in the bonding network interface configuration page. The Primary field is only used by the active-backup, balance-tlb and balance-alb modes.
  • Improve DNS configuration. systemd-resolved is now fully responsible for network name resolution.
  • Add snapshot lifecycle management to clean up snapshots of shared folders according to given rules. The tool omv-sfsnapadm is called hourly by a cron job to do the cleanup. The settings can be found at Storage | Shared Folders | All Snapshots in the UI. This feature is disabled by default.

openmediavault-clamav 6.0.4

  • Update locale files.
  • Immediately run scheduled task when pressing the Play button.

openmediavault-usbbackup 6.0.3

  • Update locale files.
  • Immediately run scheduled task when pressing the Play button.

New update available

openmediavault 6.3.12

  • Prevent custom network interface search domain settings from being overwritten by settings provided via DHCP.

New update available

openmediavault 6.3.11

  • Update locale files.
  • Upgrade Salt to version 3005.1.
  • Issue #1485: Add option to enforce transport encryption per SMB share. Defaults to disabled.
  • Issue #1542: Add transmit hash policy support to bond network interfaces.

NOTE … You’ll face the following error message during the Salt package installation.

[ERROR   ] Unable to connect pusher: Stream is closed

You can ignore them, the Salt code will be patched by the openmediavault package during installation. After that, there will be no more of these error messages from Salt.

New update available

openmediavault 6.3.10

  • Issue #1537: `findmnt` is using tree-like output on some systems which breaks the parsing of the content.
  • Enhance the UDEV rules to workaround the duplicate serial number bug of various disk enclosures. Now the `disk/by-uuid` symlinks are created as well if a file system UUID exists.

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.