From: Ilya Dryomov Date: Fri, 12 May 2023 11:55:32 +0000 (+0200) Subject: doc/start/os-recommendations: drop 4.14 kernel and reword guidance X-Git-Tag: v18.1.0~98^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51489%2Fhead;p=ceph.git doc/start/os-recommendations: drop 4.14 kernel and reword guidance The 4.14 LTS kernel has less than a year left in terms of maintenance, drop it. Also, the current wording with an explicit list of kernels tends to go stale: it's missing the latest 6.1 LTS kernel. Signed-off-by: Ilya Dryomov (cherry picked from commit b697f96f3872f178f024e85799445386204a96e1) --- diff --git a/doc/start/os-recommendations.rst b/doc/start/os-recommendations.rst index 64887c925c43..73f0e0489d81 100644 --- a/doc/start/os-recommendations.rst +++ b/doc/start/os-recommendations.rst @@ -18,12 +18,9 @@ Linux Kernel maintenance" kernel series provided by either http://kernel.org or your Linux distribution on any client hosts. - For RBD, if you choose to *track* long-term kernels, we currently recommend - 4.x-based "longterm maintenance" kernel series or later: - - - 4.19.z - - 4.14.z - - 5.x + For RBD, if you choose to *track* long-term kernels, we recommend + *at least* 4.19-based "longterm maintenance" kernel series. If you can + use a newer "stable" or "longterm maintenance" kernel series, do it. For CephFS, see the section about `Mounting CephFS using Kernel Driver`_ for kernel version guidance.