File snapraid.changes of Package snapraid
-------------------------------------------------------------------
Tue Mar 31 08:22:59 UTC 2026 - Paolo Stivanin <info@paolostivanin.com>
- Update to 14.0:
* More log tags for all commands in preparation for the upcoming SnapRAID Daemon
* New 'extra' config option to define additional disks to monitor with the 'probe' and 'smart' commands. This replaces the previous autodetection.
* Introduced the 'relocated' file state to unify the previous 'copied/removed' logic.
This new status specifically identifies files moved to a different path or disk with a new inode where the original has disappeared.
* Added support for local exclusion rules via .snapraidignore files placed directly within the array directory tree. This allows for granular,
directory-level control over which files and folders are excluded from parity, mirroring the workflow of .gitignore.
* Added support for the ** globbing character to allow recursive pattern matching across multiple directory levels.
* Added new option -W, --force-realloc-tail SIZE for the sync command. This option works like --force-realloc but applies only to the
specified tail portion (last SIZE bytes) of the parity file.
-------------------------------------------------------------------
Fri Feb 6 10:01:31 UTC 2026 - Paolo Stivanin <info@paolostivanin.com>
- Update to 13.0:
* Added new thermal protection configuration options
* Added a new "probe" command that shows the spinning status of all disks.
* Added a new -s, --spin-down-on-error option that spins down all disks when a command ends with an error.
* Added a new -A, --stats option for an extensive view of the process.
* Removed the SMART attribute 193 "Load Cycle Count" from the failure probability computation
* Added a new "smartignore" configuration option to ignore specific SMART attributes
-------------------------------------------------------------------
Sat May 10 18:16:35 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- update to 12.4:
* Avoid a warning about function pointer conversion
- added %check section to run internal test suite at build time
-------------------------------------------------------------------
Thu Feb 1 07:06:41 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Initial OBS release.