aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-24 14:28:51 -0600
committerCraig Jennings <c@cjennings.net>2026-01-24 14:28:51 -0600
commit33ab3dba2cdba0c94f8dde7b421a2a2b0ec8dae3 (patch)
tree692361ab00ab22050679cd9d812b8c8de54c1cca /todo.org
parentfc11bf6e60fe5e6b53cb87fb5d6c29ac9b00af4d (diff)
downloadarchangel-33ab3dba2cdba0c94f8dde7b421a2a2b0ec8dae3.tar.gz
archangel-33ab3dba2cdba0c94f8dde7b421a2a2b0ec8dae3.zip
Phase 3: Add multi-disk btrfs support (RAID0/RAID1)
- RAID1 (mirror) and RAID0 (stripe) for 2+ disks - Multi-disk LUKS with single passphrase prompt - EFI redundancy: GRUB installed on all disks - Pacman hook syncs GRUB updates across EFI partitions - btrfs initramfs hook for multi-device assembly at boot
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index e068091..95c9572 100644
--- a/todo.org
+++ b/todo.org
@@ -816,3 +816,8 @@ Also includes header with start time inside the log file.
CLOSED: [2026-01-18 Sat]
Make the ISO double as a general-purpose recovery disk.
See custom/RESCUE-GUIDE.txt for comprehensive documentation of all tools.
+
+** TODO [#C] Consider adding btrfs RAID10 support
+Multi-disk btrfs currently only supports RAID1 (mirror).
+RAID10 (striped mirrors) would require 4+ disks but offers better performance.
+Evaluate if there are real use cases before implementing.