]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: s/OMAP/omap/ 63736/head
authorZac Dover <zac.dover@proton.me>
Wed, 4 Jun 2025 23:39:33 +0000 (09:39 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 5 Jun 2025 02:08:15 +0000 (12:08 +1000)
Change "OMAP" to "omap" to match the capitalization established by
Eleanor Cawthon in her 2012 omap paper, here:
https://ceph.io/assets/pdfs/CawthonKeyValueStore.pdf.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 2872986f9a581539b2aafe11a6cc085683623419)

doc/glossary.rst

index e6371385d2f687ac9d6c6bb12d78c80f3ab9adad..5b4d23ea378a5e85e23ada30dda36bee29fc2051 100644 (file)
        Object Storage Device
                 See :term:`OSD`.
 
-        OMAP
+        omap 
                 "object map". A key-value store (a database) that is used to
                 reduce the time it takes to read data from and to write to the
-                Ceph cluster. RGW bucket indexes are stored as OMAPs.
-                Erasure-coded pools cannot store RADOS OMAP data structures.
+                Ceph cluster. RGW bucket indexes are stored as omaps.
+                Erasure-coded pools cannot store RADOS omap data structures.
                
-                Run the command ``ceph osd df`` to see your OMAPs.
+                Run the command ``ceph osd df`` to see your omap.
 
                 See Eleanor Cawthon's 2012 paper `A Distributed Key-Value Store
                 using Ceph