]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "BlueStore" 48774/head
authorZac Dover <zac.dover@gmail.com>
Tue, 8 Nov 2022 02:25:35 +0000 (12:25 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 8 Nov 2022 02:25:35 +0000 (12:25 +1000)
Define "BlueStore" in the glossary and link to the BlueStore
section in the RADOS Configuration "Storage Devices" chapter.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/glossary.rst
doc/rados/configuration/storage-devices.rst

index 7be7595bd23fd9dd6d1ea4f74faaf643b46f0315..246c5cd4f90bac3f400b221e66abbd2cfc2e52ec 100644 (file)
@@ -4,11 +4,15 @@
 
 .. glossary::
 
-       bluestore
-                OSD BlueStore is a new back end for OSD daemons (kraken and
-                newer versions). Unlike :term:`filestore` it stores objects
-                directly on the Ceph block devices without any file system
-                interface.
+       :ref:`BlueStore<rados_config_storage_devices_bluestore>`
+                OSD BlueStore is a storage back end used by OSD daemons, and
+                was designed specifically for use with Ceph. BlueStore was
+                introduced in the Ceph Kraken release. In the Ceph Luminous
+                release, BlueStore became Ceph's default storage back end,
+                supplanting FileStore. Unlike :term:`filestore`, BlueStore
+                stores objects directly on Ceph block devices without any file
+                system interface. Since Luminous (12.2), BlueStore has been
+                Ceph's default and recommended storage back end.
 
        Ceph
        Ceph Block Device
index 2663b09a2d4eb13fcafe1ace3262f7395207989e..5928a3abc06988d75ac22fbcc1cc2efaeed6b277 100644 (file)
@@ -32,6 +32,8 @@ 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*.
 
+.. _rados_config_storage_devices_bluestore:
+
 BlueStore
 ---------