Summary: | RAID1 for BTRFS | ||
---|---|---|---|
Product: | IPFire | Reporter: | Michael Tremer <michael.tremer> |
Component: | --- | Assignee: | Stefan Schantl <stefan.schantl> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | - Unknown - | ||
Priority: | - Unknown - | CC: | cab_77573, michael.tremer |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 13606 |
Description
Michael Tremer
2024-02-28 16:26:46 UTC
FWIW from https://wiki.archlinux.org/title/EFI_system_partition ... /efi is a replacement for the historical and now discouraged ESP mountpoint /boot/efi (In reply to Charles Brown from comment #1) > FWIW from https://wiki.archlinux.org/title/EFI_system_partition > ... > /efi is a replacement for the historical and now discouraged ESP mountpoint > /boot/efi references: https://github.com/systemd/systemd/pull/3757#issuecomment-234290236 (In reply to Charles Brown from comment #2) > (In reply to Charles Brown from comment #1) > > FWIW from https://wiki.archlinux.org/title/EFI_system_partition > > ... > > /efi is a replacement for the historical and now discouraged ESP mountpoint > > /boot/efi > > references: > https://github.com/systemd/systemd/pull/3757#issuecomment-234290236 From https://www.freedesktop.org/software/systemd/man/latest/bootctl.html ... ... "It is recommended to mount the ESP to /efi/, if possible." In this step, we are not going to move the location where the EFI partition is mounted. ESP mount point recommendation; and RAID discussion ... https://0pointer.net/blog/linux-boot-partitions.html (In reply to Charles Brown from comment #5) > ESP mount point recommendation; and RAID discussion > ... > https://0pointer.net/blog/linux-boot-partitions.html I am very aware of this. It has however nothing to do with this ticket. (In reply to Michael Tremer from comment #6) > (In reply to Charles Brown from comment #5) > > ESP mount point recommendation; and RAID discussion > > ... > > https://0pointer.net/blog/linux-boot-partitions.html > > I am very aware of this. It has however nothing to do with this ticket. The mount point thing was new to me. I thought the "RAID discussion" in this blog post may be of some value -- since this bug has RAID in its name :-) The objective has now changed, because we need to conduct major rewrites of the installer: We will simply support btrfs on mdraid for the time being until there is more traction to justify spending the time on the rewrite. |