complete-computing-environment/zfs-5_15-un-broken.org

1.5 KiB

ZFS broken on latest linux (>5.10) · Issue #150517 · NixOS/nixpkgs

Archive nixpkgs Software Engineering

ZFS (both stable and unstable) are currently marked as broken on linux version 5.15 because it isn't mentioned as supported in the latest release.

Version 5.14 was marked as supported, but since #147446, this version is EOL and is removed, leaving the latest supported version on 5.10 (broken on my own system).

There has been a PR merged into zfs' master (openzfs/zfs#12824) claiming support for 5.15, but I don't know if it is wise to include this in nixpkgs yet.

This 5.15 is safe and pending an update so i'll include this workaround is required for CCE on NixOS on the Framework Laptop:

,#+ARROYO_NIXOS_MODULE: nixos/linux_zfs_5_15_broken.nix ,#+ARROYO_SYSTEM_ROLE: settop ,#+ARROYO_SYSTEM_ROLE: endpoint

{ pkgs, ... }:

{
  boot.kernelPackages = pkgs.linuxPackages_5_15.extend (final: prev: {
    zfs = prev.zfs.overrideAttrs (_: { meta.broken = false; });
  });
}

DONE look at this

SCHEDULED: <2022-01-25 Tue>

  • State "DONE" from "NEXT" [2022-02-24 Thu 10:31]