

I’m talking about the implementation of RAID5/6 for BTRFS specifically.
The RAID56 feature provides striping and parity over several devices, same as the traditional RAID5/6. There are some implementation and design deficiencies that make it unreliable for some corner cases and the feature should not be used in production, only for evaluation or testing. The power failure safety for metadata with RAID56 is not 100%.
Do you know if the documentation is outdated? Has this changed recently?
They said “without excluding” not “without including”