Install ZFS in the Raspberry Pi image - #2216
Open
techwithanirudh wants to merge 1 commit into
Open
techwithanirudh wants to merge 1 commit into
techwithanirudh wants to merge 1 commit into
Conversation
techwithanirudh
force-pushed
the
zfs-on-pi
branch
from
September 5, 2026 09:38
82b9e1d to
3277291
Compare
The umbrelos-base-pi stage does not install ZFS, while umbrelos-base (amd64 and generic arm64) does. hardware:raid therefore cannot initialise on Pi hardware and Storage Manager is unavailable there. The Raspberry Pi archive configured by setup-raspberrypi.sh ships an OpenZFS build compatible with the rpi kernels installed in this stage, so DKMS can build against linux-headers-rpi-*.
techwithanirudh
force-pushed
the
zfs-on-pi
branch
from
September 5, 2026 09:40
3277291 to
5aa1eca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2217
Summary
umbrelos-base-pidoes not install ZFS, whileumbrelos-base(amd64 and generic arm64) does. As a resulthardware:raidcannot initialise on Pi hardware and Storage Manager is unavailable there, including on Pi boards that do have more than one internal NVMe slot.The Raspberry Pi archive already configured by
setup-raspberrypi.shships an OpenZFS build compatible with the rpi kernels installed in that stage, so this needs no new apt source.Current behaviour
On umbrelOS 2.0 Beta 1 (Pi 5),
umbreldlogs this on every boot:zpoolandzfsare not present and/sys/module/zfsdoes not exist. The RAID module starts, expects ZFS, and fails.Verified on hardware
Installing the two packages manually on a Pi 5 running kernel
6.18.39+rpt-rpi-2712:DKMS builds cleanly for both kernel flavours:
The
zfs_arc_minandl2arc_exclude_specialerrors above stop once the module is present.Scope
This only closes the ZFS gap between the Pi and generic images. It does not change which transports are eligible for a pool, so external and USB drives remain excluded exactly as they are today.