Description
Hi, it would be nice if this section reflected the current possible profiles (add in raid1c3/raid1c4) for the order of selection.
Currently reads: "Having just one profile is desired as this also clearly defines the profile of newly allocated block groups, otherwise this depends on internal allocation policy. When there are multiple profiles present, the order of selection is RAID56, RAID10, RAID1, RAID0 as long as the device number constraints are satisfied."
Also the section above that says: "In the example above, the filesystem started as a single device and single block group profile. Then another device was added, followed by balance with convert=raid1 but for some reason hasn’t finished. Restarting the balance with convert=raid1 will continue and end up with filesystem with all block group profiles RAID1."
Should probably be convert=raid1,soft. Without the soft, it will also re-convert already raid1 blocks rather than continue converting them? Maybe re-word the note as well.