]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start/os-recommendations: drop 4.14 kernel and reword guidance 51490/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 12 May 2023 11:55:32 +0000 (13:55 +0200)
committerZac Dover <zac.dover@proton.me>
Mon, 15 May 2023 16:23:05 +0000 (02:23 +1000)
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 <idryomov@gmail.com>
(cherry picked from commit b697f96f3872f178f024e85799445386204a96e1)

doc/start/os-recommendations.rst

index 64887c925c43f4f03f0ed460cd349f853a63e6bd..73f0e0489d81614c9a139c1e642e1d10f33d9139 100644 (file)
@@ -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.