Skip to content
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

[Backport release-24.05] zfs: 2.2.5 -> 2.2.6 #340382

Merged
merged 5 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. zfs_unstable: remove unused param

    (cherry picked from commit 52a7570)
    amarshall committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fe1ef01 View commit details
    Browse the repository at this point in the history
  2. zfs: dynamically determine latestCompatibleLinuxPackages

    This removes the need to micromanage this value, instead we simply find
    the correct one based on the existing kernelCompatible attr (though that
    is now a function). This not only simplifies ZFS upgrades, but also
    whenever Kernel versions are removed due to EOL.
    
    (cherry picked from commit 7fa05c7)
    (cherry picked from commit 34e1748)
    (cherry picked from commit d174eca)
    amarshall committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    27b52ad View commit details
    Browse the repository at this point in the history
  3. zfs_2_2: 2.2.5 -> 2.2.6

    - This release brings official support for Kernel 6.10
    - Also update zfs_unstable as it would otherwise lag behind
    - Upstream now links `zpool` completion, so only do so on older zfs
      (since we still need to support 2.1.x)
    
    Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.6
    (cherry picked from commit 636134b)
    amarshall committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    056f147 View commit details
    Browse the repository at this point in the history
  4. nixos/tests/zfs: Fix flake build

    (cherry picked from commit 9bd0b5a)
    ElvishJerricco authored and amarshall committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    04c2fec View commit details
    Browse the repository at this point in the history
  5. zfs: Fix bash completions with 2.1

    (cherry picked from commit cf572e0)
    ElvishJerricco authored and amarshall committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ba61046 View commit details
    Browse the repository at this point in the history