From c22ca7230f721381a2075aa5051bebc2bbede833 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 5 Sep 2012 17:22:32 -0700 Subject: [PATCH] :doc: Added index/toctree page for cluster ops. Signed-off-by: John Wilkins --- doc/cluster-ops/index.rst | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/cluster-ops/index.rst diff --git a/doc/cluster-ops/index.rst b/doc/cluster-ops/index.rst new file mode 100644 index 0000000000000..380e4eff48d21 --- /dev/null +++ b/doc/cluster-ops/index.rst @@ -0,0 +1,72 @@ +==================== + Cluster Operations +==================== + +.. raw:: html + +

High-level Operations

+ +High-level cluster operations consist primarily of starting, stopping, and +restarting a cluster with the ``ceph`` service; checking the cluster's health; +and, monitoring an operating cluster. + +.. toctree:: + + operating + monitoring + troubleshooting + debug + +.. raw:: html + +

Data Placement

+ +Once you have your cluster up and running, you may begin working with data +placement. Ceph supports petabyte-scale data storage clusters, with storage +pools and placement groups that distribute data across the cluster using Ceph's +CRUSH algorithm. + +.. toctree:: + + data-placement + pools + placement-groups + crush-map + + + +.. raw:: html + +

Authentication

+ +Once you have data placement policies in place, you can begin creating users +and assigning them capabilities, such as the ability to read and write data +to one or more pools, or the cluster as a whole. + +.. toctree:: + + authentication + + +.. raw:: html + +

Daemon Operations

+ +Low-level cluster operations consist of starting, stopping, and restarting a +particular daemon within a cluster; changing the settings of a particular +daemon or subsystem; and, adding a daemon to the cluster or removing a daemon +from the cluster. The most common use cases for low-level operations include +growing or shrinking the Ceph cluster and replacing legacy or failed hardware +with new hardware. + +.. toctree:: + + add-or-rm-osds + add-or-rm-mons + Command Reference + + +.. raw:: html + +
+ -- 2.39.5