We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa5ef87 + 1d8baa1 commit 9dd5232Copy full SHA for 9dd5232
doc/glossary.rst
@@ -287,6 +287,19 @@
287
Object Storage Device
288
See :term:`OSD`.
289
290
+ OMAP
291
+ "object map". A key-value store (a database) that is used to
292
+ reduce the time it takes to read data from and to write to the
293
+ Ceph cluster. RGW bucket indexes are stored as OMAPs.
294
+ Erasure-coded pools cannot store RADOS OMAP data structures.
295
+
296
+ Run the command ``ceph osd df`` to see your OMAPs.
297
298
+ See Eleanor Cawthon's 2012 paper `A Distributed Key-Value Store
299
+ using Ceph
300
+ <https://ceph.io/assets/pdfs/CawthonKeyValueStore.pdf>`_ (17
301
+ pages).
302
303
OSD
304
Probably :term:`Ceph OSD`, but not necessarily. Sometimes
305
(especially in older correspondence, and especially in
0 commit comments