Welcome back Leifi! Yes, fix is supposed to be slower than sync and scrub. The main reason is that sync and scrub use a multithreaded implementation with one thread for each disk to try to squeeze the maximum performance out of the system. Something similar is technically possible for fix and check as well, but in the end, during such operations you are more interested in reliability than in performance. And pushing the system to its limit is likely not a good idea.
This is likely the LAST BETA release before the official launch. This is your final opportunity to provide feedback and help us shape the stable version of the SnapRAID Daemon. WHAT'S NEW? =========== * Extra Disk Monitoring: You can now monitor disks that are not part of the main parity array. These are defined in snapraid.conf using the 'extra' keyword and receive full health and status tracking, though they are excluded from automated power management ('up', 'down', 'down_idle'). * Relocated State:...
Thanks for the report. Right now, Metro is generally better than Spooky2, but the improvement isn't large enough to justify replacing the old, battle-tested Spooky2. Version 14.0 will introduce MuseAir, a new contender expected to deliver even stronger performance. We'll see how MuseAir compares.
Merged, thanks!
The SnapRAID project is evolving. We are excited to invite the community to test BETA 2 of the SnapRAID Daemon, a specialized service that transforms the manual SnapRAID CLI into an automated ecosystem. Based on feedback from BETA 1, we have refined the architecture to be more robust, secure, and for the first time, accessible to Windows users. WHAT'S NEW? =========== Windows Support: We are excited to introduce a dedicated Windows installer (.exe). The daemon should be installed in the same directory...
Yes, a Windows version is planned, but the first official release will be Linux-only.
Announcing the SnapRAID Daemon Open Beta ======================================== The SnapRAID project is evolving. We are excited to invite the community to test the SnapRAID Daemon (snapraidd), a specialized background service that transforms the manual SnapRAID CLI into an automated, "always-on" ecosystem. This release introduces a modern orchestration layer designed to handle array maintenance so you don't have to. WHAT'S NEW? =========== * Always-On Automation: Scheduled sync and scrub cycles...
Thanks, I've merged them!