]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Move config reference to top-level.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 20 Sep 2011 23:57:36 +0000 (16:57 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 21 Sep 2011 20:46:04 +0000 (13:46 -0700)
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
doc/config.rst [new file with mode: 0644]
doc/index.rst
doc/ops/config.rst [deleted file]
doc/ops/index.rst
doc/ops/install/mkcephfs.rst

diff --git a/doc/config.rst b/doc/config.rst
new file mode 100644 (file)
index 0000000..7ea699e
--- /dev/null
@@ -0,0 +1,16 @@
+=========================
+ Configuration reference
+=========================
+
+.. todo:: write me
+
+OSD (RADOS)
+===========
+
+Monitor
+=======
+
+MDS
+===
+
+
index 588c47b85806a59a0f940811ab466cb83482d115..bcea5aaf5449b240505f5e082eb9aa61affc79a4 100644 (file)
@@ -90,6 +90,7 @@ Table of Contents
    architecture
    ops/index
    rec/index
+   config
    api/index
    Internals <dev/index>
    man/index
diff --git a/doc/ops/config.rst b/doc/ops/config.rst
deleted file mode 100644 (file)
index 5ee0ac6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-==============================
- Ceph configuration reference
-==============================
-
-.. todo:: write me
-
-OSD (RADOS)
-===========
-
-Monitor
-=======
-
-MDS
-===
-
-
index 3ff886662e52e8146063001304415a95adfb582e..8aa7744ac1b2e0e90dc5dcc16878b71f36dad59c 100644 (file)
@@ -6,7 +6,6 @@
 
    install/index
    manage/index
-   config
    radosgw
    rbd
    monitor
index 984aa103948e7c11d2af529a53e5b190ce2df963..3645383b2f9a21d4c54a57b8c0bf04e1a3cc2182 100644 (file)
@@ -121,7 +121,7 @@ appropriate. All hostnames *must* be short form (no domain).
    :language: ini
 
 Note how the ``host`` variables dictate what node runs what
-services. See :doc:`/ops/config` for more information.
+services. See :doc:`/config` for more information.
 
 .. todo:: More specific link for host= convention.