Hi, coming from OMV I really like ZimaOS. Immediately bought got the + release, just to support the developers, I didn’t need any of the additional functionality. So thanks for all your work!
I’m struggling a bit though with the way ZimaOS handles it’s arrays. I have 2 4TB SSD’s in a mirror as my storage. In OMV I’ve always used a BTRFS mirror, for it has checksums and metadata. If one of the disks has errors, using the checksums BTRFS can (or should) still find the correct data, and repair the corrupt data.
Zima though creates a MD RAID1 mirror, and puts a ‘single disk’ BTRFS on top. This makes BTRFS unable to repair itself as it can never find out which data is the correct one when corruption occurs.
I found Zima can actually ‘enable’ BTRFS disks, and use them just fine. Will Zima in future allow full BTRFS arrays / disks in order to use it’s full potential? Would there be anything against using a BTRFS mirror right now?