]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: improve "BlueStore" entry 54239/head
authorZac Dover <zac.dover@proton.me>
Mon, 30 Oct 2023 02:37:39 +0000 (12:37 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 31 Oct 2023 09:25:40 +0000 (19:25 +1000)
Initially s/backend/back end/ but then I added a little more information
about BlueStore's use of RocksDB to map object names to block locations
on disk.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/glossary.rst

index 524dd01a20ec414ace9c0ffd699983ffcdc71900..d5619e464c8bede6aef1d782c972f77eda8349be 100644 (file)
                 introduced in the Ceph Kraken release. The Luminous release of
                 Ceph promoted BlueStore to the default OSD back end,
                 supplanting FileStore. As of the Reef release, FileStore is no
-                longer available as a storage backend.
+                longer available as a storage back end.
                 
-                BlueStore stores objects directly on Ceph block devices without
-                a mounted file system.  
+                BlueStore stores objects directly on raw block devices or
+                partitions, and does not interact with mounted file systems.
+                BlueStore uses RocksDB's key/value database to map object names
+                to block locations on disk.
 
         Bucket
                 In the context of :term:`RGW`, a bucket is a group of objects.