mirror of
https://github.com/ceph/ceph
synced 2025-02-17 16:07:37 +00:00
doc: Add index entries, remove glossary as it's practically replaced by the index.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
This commit is contained in:
parent
65d2c49943
commit
76fbdfb3dd
@ -16,6 +16,7 @@ device. Qemu/KVM also has a direct RBD client, that avoids the kernel
|
||||
overhead.
|
||||
|
||||
|
||||
.. index:: monitor, ceph-mon
|
||||
.. _monitor:
|
||||
|
||||
Monitor cluster
|
||||
@ -52,9 +53,9 @@ subgroup for an even number.
|
||||
.. todo:: explain monmap
|
||||
|
||||
|
||||
.. index:: RADOS, OSD, ceph-osd, object
|
||||
.. _rados:
|
||||
|
||||
|
||||
RADOS
|
||||
=====
|
||||
|
||||
@ -90,6 +91,7 @@ attributes should work (see :ref:`xattr`).
|
||||
.. todo:: explain plugins ("classes")
|
||||
|
||||
|
||||
.. index:: Ceph filesystem, Ceph Distributed File System, MDS, ceph-mds
|
||||
.. _cephfs:
|
||||
|
||||
Ceph filesystem
|
||||
@ -135,6 +137,7 @@ To control the number of `active` ``ceph-mds``\es, see
|
||||
.. todo:: mds.0 vs mds.alpha etc details
|
||||
|
||||
|
||||
.. index:: RADOS Gateway, radosgw
|
||||
.. _radosgw:
|
||||
|
||||
``radosgw``
|
||||
@ -148,6 +151,7 @@ access control, and so on.
|
||||
.. _RESTful: http://en.wikipedia.org/wiki/RESTful
|
||||
|
||||
|
||||
.. index:: RBD, Rados Block Device
|
||||
.. _rbd:
|
||||
|
||||
Rados Block Device (RBD)
|
||||
|
@ -1,37 +0,0 @@
|
||||
==========
|
||||
Glossary
|
||||
==========
|
||||
|
||||
.. glossary::
|
||||
:sorted:
|
||||
|
||||
OSD
|
||||
.. todo:: write me
|
||||
|
||||
MDS
|
||||
.. todo:: write me
|
||||
|
||||
Mon
|
||||
.. todo:: write me
|
||||
|
||||
Cap
|
||||
.. todo:: write me
|
||||
|
||||
Object
|
||||
.. todo:: write me
|
||||
|
||||
ceph-osd
|
||||
.. todo:: write me
|
||||
|
||||
ceph-mon
|
||||
.. todo:: write me
|
||||
|
||||
ceph-mds
|
||||
Ceph MDS, the actual daemon blahblah
|
||||
|
||||
radosgw
|
||||
.. todo:: write me
|
||||
|
||||
|
||||
.. todo:: what's missing from glossary
|
||||
|
@ -91,7 +91,6 @@ Table of Contents
|
||||
Internals <dev/index>
|
||||
man/index
|
||||
papers
|
||||
glossary
|
||||
appendix/index
|
||||
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
.. index:: Chef
|
||||
.. _install-chef:
|
||||
|
||||
============================
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: mkcephfs
|
||||
|
||||
====================================
|
||||
Installing Ceph using ``mkcephfs``
|
||||
====================================
|
||||
|
@ -1,13 +1,19 @@
|
||||
.. index:: key, cryptography
|
||||
|
||||
======================
|
||||
Managing crypto keys
|
||||
======================
|
||||
|
||||
.. index:: type, name, id
|
||||
|
||||
Types of keys
|
||||
=============
|
||||
|
||||
.. todo:: client, osd, mds, mon; id, no id
|
||||
|
||||
|
||||
.. index:: cap, capability
|
||||
|
||||
Capabilities
|
||||
============
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: pool
|
||||
|
||||
======================
|
||||
Managing RADOS pools
|
||||
======================
|
||||
@ -17,5 +19,7 @@ Authorizing access to pools
|
||||
.. todo:: when and who needs pool access
|
||||
|
||||
|
||||
.. index:: CRUSH
|
||||
|
||||
Custom pool layouts with CRUSH
|
||||
==============================
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: monitoring, metrics
|
||||
|
||||
=================
|
||||
Monitoring Ceph
|
||||
=================
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: RADOS Gateway, radosgw
|
||||
|
||||
=========================================
|
||||
Radosgw installation and administration
|
||||
=========================================
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: RBD
|
||||
|
||||
==============================
|
||||
RBD setup and administration
|
||||
==============================
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. index:: RBD
|
||||
|
||||
=====================
|
||||
Starting to use RBD
|
||||
=====================
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
.. highlight:: python
|
||||
|
||||
.. index:: RADOS, object
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
Loading…
Reference in New Issue
Block a user