-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZFS support? #111
Comments
ZFS has a tendency to be broken by the latest and greatest kernel releases, which Asahi is based on top of, which make it less likely to work. It's probable a somewhat older kernel version with modern nixpkgs will be needed for ZFS. See also NixOS/nixpkgs#237873 for some aarch64-specific issues you are probably encountering. There's not a lot Asahi-specific I can really do. |
Thanks for your prompt response. I used hydra-check to find the latest build for which zfsUnstable was building for Unfortunately checking out I don't know nix or zfs well enough to fix things if I break them, so I'll let this be for now, but if I eventually get a working config I'll report back. |
With 23.11 Linux kernels 6.5 and 6.6 appear to be all around, while Asahi kernel (on my NixOS 23.11 install at least) appears to be 6.5, NixOS/nixpkgs#237873 has been merged, and overall ZFS now appears to be OK? @tpwrules Is there an opportunity to reevaluate? |
I was pleasantly surprised when I had no issue installing Asahi on a compressed BTRFS root, and since converting the install to nixos I've had zero issues!
I wanted to try enabling ZFS support (honestly because I have a busted zpool and no Linux computers with me to try to fix it), but adding it to
boot.supportedFilesystems
shows that it's currently broken:Is there a known incompatibility between the asahi kernel and ZFS? Or perhaps a known-good revision that I can pin to and get this working?
The text was updated successfully, but these errors were encountered: