I have a RAID10 managed by the mdadm and I have EXT4 filesystem on top of it. However, I like BTRFS and would like to convert the EXT4 filesystem to BTRFS, but I was thinking about performance and maintainability. For an example with BTRFS, I can't easily see the status when I remove/add another disk to the array like I can with mdadm (or perhaps I just do not know how - I searched through the BTRFS docs and could not find this).
So, from your experience, what is better choice:
To simply just convert the EXT4 filesystem and let mdadm manage the RAID10?
To get rid of mdadm, and let BTRFS do everything?