I want to add a btrfs RAID1 storage pool to my Incus server.
Do I have to add one disk first during “incus admin init” , so creating a default btrfs storage pool by incus? And then add the second disk to btrfs myself to create the RAID1.
Or do I have to create a btrfs RAID1 configuration first and add it afterwards using “incus storage create pool1 btrfs source=/dev/mapper/sda3_crypt” ?
Either should be fine. I think I’d probably go with having Incus create the pool and then add the second disk to it. Incus tracks the pool by UUID, so it being reconfigured to having multiple disks won’t affect it.