Skip to content

Commit c7b386d

Browse files
committed
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 <[email protected]> (cherry picked from commit 2872986)
1 parent c62cbb7 commit c7b386d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@
344344
Object Storage Device
345345
See :term:`OSD`.
346346

347-
OMAP
347+
omap
348348
"object map". A key-value store (a database) that is used to
349349
reduce the time it takes to read data from and to write to the
350-
Ceph cluster. RGW bucket indexes are stored as OMAPs.
351-
Erasure-coded pools cannot store RADOS OMAP data structures.
350+
Ceph cluster. RGW bucket indexes are stored as omaps.
351+
Erasure-coded pools cannot store RADOS omap data structures.
352352

353-
Run the command ``ceph osd df`` to see your OMAPs.
353+
Run the command ``ceph osd df`` to see your omap.
354354

355355
See Eleanor Cawthon's 2012 paper `A Distributed Key-Value Store
356356
using Ceph

0 commit comments

Comments
 (0)