From: Zac Dover Date: Tue, 8 Nov 2022 02:35:57 +0000 (+1000) Subject: doc/rados: s/backend/back end/ X-Git-Tag: v18.1.0~910^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48776%2Fhead;p=ceph.git doc/rados: s/backend/back end/ s/backend/back end/ in storage-devices.rst. (IBM Style Guide, 305). Signed-off-by: Zac Dover --- diff --git a/doc/rados/configuration/storage-devices.rst b/doc/rados/configuration/storage-devices.rst index 2663b09a2d4e..9f680c0d94fc 100644 --- a/doc/rados/configuration/storage-devices.rst +++ b/doc/rados/configuration/storage-devices.rst @@ -24,18 +24,17 @@ There are several Ceph daemons in a storage cluster: monitoring and management systems. -OSD Backends -============ +OSD Back Ends +============= -There are two ways that OSDs manage the data they store. -As of the Luminous 12.2.z release, the default (and recommended) backend is -*BlueStore*. Prior to the Luminous release, 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*. BlueStore --------- -BlueStore is a special-purpose storage backend designed specifically for +BlueStore is a special-purpose storage back end designed specifically for managing data on disk for Ceph OSD workloads. BlueStore's design is based on a decade of experience of supporting and managing Filestore OSDs.