]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start/os-recommendations.rst: recommend bluestore 34252/head
authorAlexandre Bruyelles <jack@jack.fr.eu.org>
Fri, 27 Mar 2020 21:00:13 +0000 (22:00 +0100)
committerAlexandre Bruyelles <jack@jack.fr.eu.org>
Fri, 27 Mar 2020 21:00:16 +0000 (22:00 +0100)
Signed-off-by: Alexandre Bruyelles <jack@jack.fr.eu.org>
doc/start/os-recommendations.rst

index 51567d108de8c23c75bbeb497b6939db3433f94a..f4edadeec8022cf4d892cc95d82fcda85243f652 100644 (file)
@@ -89,15 +89,16 @@ Notes
 -----
 
 - **1**: The default kernel has an older version of ``btrfs`` that we do not
-  recommend for ``ceph-osd`` storage nodes.  We recommend using ``XFS``.
+  recommend for ``ceph-osd`` storage nodes.  We recommend using ``bluestore``
+  starting from Mimic, and ``XFS`` for previous releases with ``filestore``.
 
 - **2**: The default kernel has an old Ceph client that we do not recommend
   for kernel client (kernel RBD or the Ceph file system).  Upgrade to a
   recommended kernel.
 
 - **3**: The default kernel regularly fails in QA when the ``btrfs``
-  file system is used.  We do not recommend using ``btrfs`` for
-  backing Ceph OSDs.
+  file system is used.  We recommend using ``bluestore`` starting from
+  Mimic, and ``XFS`` for previous releases with ``filestore``.
 
 
 Testing