From: Zac Dover Date: Wed, 4 Jun 2025 23:39:33 +0000 (+1000) Subject: doc/glossary: s/OMAP/omap/ X-Git-Tag: v19.2.3~86^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c85285efaef2e40755d0a1cd6c9e1540b5676721;p=ceph.git doc/glossary: s/OMAP/omap/ 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 (cherry picked from commit 2872986f9a581539b2aafe11a6cc085683623419) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 113f1ebad00d5..af2210c2ee408 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -344,13 +344,13 @@ 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