From 08dcc5830ba2d7cb4f036d26324618433f064007 Mon Sep 17 00:00:00 2001 From: LeWimbes <12753781+LeWimbes@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:40:46 +0200 Subject: [PATCH] Update OpenZFS repository URL to version 2-8 --- docs/books/incus_server/01-install.md | 2 +- docs/books/lxd_server/01-install.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/books/incus_server/01-install.md b/docs/books/incus_server/01-install.md index f654a7b794..4c30c8ab20 100644 --- a/docs/books/incus_server/01-install.md +++ b/docs/books/incus_server/01-install.md @@ -32,7 +32,7 @@ If there were kernel updates during the upgrade process, reboot the server. Install the OpenZFS repository with: ```bash -dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm +dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm ``` ## Install `dkms`, `vim`, and `kernel-devel` diff --git a/docs/books/lxd_server/01-install.md b/docs/books/lxd_server/01-install.md index 4c0bade162..c2cbdb6e72 100644 --- a/docs/books/lxd_server/01-install.md +++ b/docs/books/lxd_server/01-install.md @@ -29,12 +29,12 @@ dnf upgrade If there were any kernel updates during the upgrade process, reboot the server. -### OpenZFS repository for 8 and 9 +### OpenZFS repository Install the OpenZFS repository with: ```bash -dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm +dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm ``` ## Install `snapd`, `dkms`, `vim`, and `kernel-devel`