From: zdover23 <1445107+zdover23@users.noreply.github.com> Date: Tue, 8 Nov 2022 05:25:28 +0000 (+1000) Subject: Merge pull request #48782 from zdover23/wip-doc-2022-11-08-backport-48776-to-pacific X-Git-Tag: v16.2.11~187 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8bd28acc2dafd525f3191aed1557848fabe7561;p=ceph.git Merge pull request #48782 from zdover23/wip-doc-2022-11-08-backport-48776-to-pacific pacific: doc/rados: s/backend/back end/ Reviewed-by: Cole Mitchell --- c8bd28acc2dafd525f3191aed1557848fabe7561 diff --cc doc/rados/configuration/storage-devices.rst index 0b6bccaeb63f,7d0dd753d59c..b3d6e6ca5d8d --- a/doc/rados/configuration/storage-devices.rst +++ b/doc/rados/configuration/storage-devices.rst @@@ -20,16 -20,13 +20,15 @@@ There are two Ceph daemons that store d gigabytes. - OSD Backends - ============ + OSD Back Ends + ============= - There are two ways that OSDs can manage the data they store. Starting - with the Luminous 12.2.z release, the new default (and recommended) backend is - *BlueStore*. Prior to Luminous, the default (and only option) was - *Filestore*. + There are two ways that OSDs manage the data they store. As of the Luminous + 12.2.z release, the default (and recommended) back end is *BlueStore*. Prior + to the Luminous release, the default (and only) back end was *Filestore*. +.. _rados_config_storage_devices_bluestore: + BlueStore ---------