v0.92 - SnapRAID Improvement/Fix
This focuses on 16TB+ issues. More about this can be found below in this README.
The 'old' single file parity can still be used as-is but a warning will show at the end of each run prompting for migration. Migration is automatic on the config side of things by setting a flag in vars, however a full sync is required afterwards. This is detailed below in this doc.
This change also significantly reworks the parity system in how it is defined in MANS. Documentation has been updated below. Using MANS v0.92 or later with the old parity vars format will throw an error. The syntax just needs to be changed, this is documented.
As above, this change allows the use of multiple parity files spread across smaller disks for people that want this, this is implemented into a 'level' system which I thought was the easiest/most straight forward way to do this, but I am probably wrong.
Added cleanup task for orphaned mount points when disks are shuffled around. This is unlikely to happen with prod usage but was getting annoying in my testing.
Full Changelog: v0.91...v0.92