Hi
I'm a new OMV user and was looking forward to using BTRFS with media scrubs and status output, however I'm puzzled as to how to use this feature.
https://docs.openmediavault.or…esystems.html#filesystems says:
"Shared Folders: Simple shared folder administration. Within this section is also possible to assign ACLs and/or privileges to the shared folders. Snapshots can be taken manually or via scheduled tasks for shared folders that are located on Btrfs file systems. Automatic scheduled tasks for Btrfs file systems to scrub them and check for errors, including notifications via email."
But I see nothing in the UI that references it.
Forum searches reveal similar questions - some answers refer to scrubs being enabled automatically and how to change Environment variables if you want to change schedule etc. but nothing about how to check scrub status and receive it via email (which is what I think I want).
I found the CLI 'btrfs scrub status; but the output is identical (save UUID) for both BTRFS volumes:
UUID: e209b9f6-c2ce-4833-ba4f-77d1cdd4ddce
no stats available
Total to scrub: 288.00KiB
Rate: 0.00B/s
Error summary: no errors found
when I was expecting something like:
scrub status for d5b21634-9671-47b5-8e9f-9c6388aa5b14
scrub started at Fri Oct 15 09:15:00 2023 and finished after 00:20:45
total bytes scrubbed: 500.00GiB with 0 errors
Then I found another cmd but I'm mystified as to which commands it takes.
omv-btrfs-scrub --help
Illegal option --
Usage:
omv-btrfs-scrub [options] <command>
Perform a scrub on all mounted Btrfs file systems.
OPTIONS:
-e Send reports per device via email.
-h Show this message.
I chose OMV for an easy to admin UI-based NAS so I'm leery of using potentially data-impacting commands where I don't know what they're doing!