On Wed, Nov 11, 2020 at 11:16 AM Matti Pulkkinen <mkj...@utu.fi> wrote:
>
> Samuel Sieb kirjoitti 10.11.2020 klo 22.04:
> > There was an explanation a while back on the -devel list during the
> > discussion about making btrfs the default.  I think that RAID5 and 6 are
> > not working well for some reason.  RAID1 is ok, but just be aware that
> > by default, you can't boot from a degraded RAID without fixing it first.
> > https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/message/AWKV7NUYENBAOCOKLBD7CDP6KZU6C4TM/
> >
>
> Okay, I think that'll be fine because I'm mostly interested in RAID0 anyway.

That's stable on Btrfs so you can just choose that in the
Volume->Modify menu, and choose raid0 there (instead of single). This
only applies to data. It will still be raid1 metadata. That might seem
odd. Don't think of a full drive failure but rather silent corruption
on one of the drives - the file system itself will be able to detect
that and self-heal without face planting. If a drive fully fails, then
you're in this curious situation where you definitely won't be able to
boot since half the OS is missing. But you could do a partial recovery
of the files on the surviving drive. Most likely this is a big mess
but some folks might find it useful.

Another way to do this is just select the two drives, and do an
automatic installation. And then convert to raid0 after installation
and reboot.

btrfs balance start -dconvert=raid0 /


-- 
Chris Murphy
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to