You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the topic is to support raid 1 for btrfs, u can start the installation with first drive and before reboot, u can change the setup in raid 1. The official docs mention how to: https://btrfs.readthedocs.io/en/latest/btrfs-device.html.
I'd do it like this:
setup all partitions as subvolumes, don't do separate partitions for btrfs.
mount the main partition to /mnt when install is done.
add the second drive
convert to raid 1 triggering balance and conversion.
But you must do yourself the boot part.
That can be easy if u ask to have the server with UEFI.
Create first identical same ESP partition, and copy the contents. It's safe to copy as normal, as that is just fat32 partition.
unmount both, and use mdadm to create a raid 1 setup from them.
Note: I do recommend the normal raid 1 as the installer does, and setup btrfs on top of the raid block. The thing is that it allows you to encrypt the raid block and maintenance in case of drive failure is easier and straightforward in case of encrypted block. With BTRFS + raid 1 + encryption, there are years to follow to be stable.
Reading in the comments that it is currently not supported, are there any plans to support this? Thank you.
The text was updated successfully, but these errors were encountered: