]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: update bluestore entry 51682/head
authorZac Dover <zac.dover@proton.me>
Mon, 22 May 2023 21:41:09 +0000 (07:41 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 23 May 2023 02:07:34 +0000 (12:07 +1000)
Update the BlueStore entry in the glossary, explaining that as of Reef
BlueStore and only BlueStore (and not FileStore) is the storage backend
for Ceph.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/glossary.rst

index e04165420cbaf61cbc685d4b43ff8562e86e464f..ed04de697c43b94cd0f4f8ff81aa221a28f7337d 100644 (file)
        :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. 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.
+                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.
+                
+                BlueStore stores objects directly on Ceph block devices without
+                a mounted file system.  
 
         Bucket
                 In the context of :term:`RGW`, a bucket is a group of objects.