From e36117ff8b98fd987b2057d55f529e2bd1ec52d8 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Mon, 8 Aug 2022 06:45:59 -0500 Subject: [PATCH] Added temporary admonition for ZFS inclusion for 9 * After this procedure was tested in 9 and after the documents were rewritten, the repository for ZFS for 9 was released. This changes the procedure and will require some edits of certain sections. In the meantime, the admonition in the main page for the book explains the change. --- docs/books/lxd_server/00-toc.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/books/lxd_server/00-toc.md b/docs/books/lxd_server/00-toc.md index 0998c2a609..c856d069b0 100644 --- a/docs/books/lxd_server/00-toc.md +++ b/docs/books/lxd_server/00-toc.md @@ -2,7 +2,7 @@ title: LXD Server author: Steven Spencer contributors: Ezequiel Bruni -tested with: 8.5, 8.6 +tested with: 8.5, 8.6, 9.0 tags: - lxd - enterprise @@ -12,7 +12,13 @@ tags: !!! note "A note about Rocky Linux 9.0" - This procedure works just fine for 9.0. The exception is the ZFS procedure, as the latest version supported in their repository is 8.6. This will probably change going forward, but for now, if you want to use ZFS storage pools, consider staying on Rocky Linux 8.6. The chapter dealing with ZFS has been marked as specific to 8.6. + Days after the research for implementing this procedure in Rocky Linux 9.0 was completed, and after the documents were rewritten, the repository for ZFS was released for 9. This means that there are some needed edits to this procedure. For now, just know if you want to use ZFS and Rocky Linux 9, you simply need to substute this URL for the ZFS repository: + + ``` + https://github.com/zfsonlinux/zfsonlinux.github.com/blob/master/epel/zfs-release-2-2.el9.noarch.rpm + ``` + + and then go ahead and follow the ZFS Setup. An edit of this procedure to take advantage of the changes will happen soon. ## Introduction