summaryrefslogtreecommitdiff
path: root/doc/ops
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2012-03-30 11:11:12 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2012-03-30 11:11:12 -0700
commitb162696b32a8565c24adf18d93c6c6afffda6525 (patch)
tree7f19a30885f815508afd811cdb123dae0f957e32 /doc/ops
parentb25817a58d7d6ba33deb3f8a0a9645dbf0e517df (diff)
downloadceph-b162696b32a8565c24adf18d93c6c6afffda6525.tar.gz
doc: Fix reStructuredText syntax errors.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'doc/ops')
-rw-r--r--doc/ops/manage/crush.rst4
-rw-r--r--doc/ops/manage/failures/radosgw.rst2
-rw-r--r--doc/ops/manage/grow/osd.rst12
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/ops/manage/crush.rst b/doc/ops/manage/crush.rst
index eb5b16b442b..3a84143507e 100644
--- a/doc/ops/manage/crush.rst
+++ b/doc/ops/manage/crush.rst
@@ -1,9 +1,9 @@
+.. _adjusting-crush:
+
=========================
Adjusting the CRUSH map
=========================
-.. _adjusting-crush:
-
There are a few ways to adjust the crush map:
* online, by issuing commands to the monitor
diff --git a/doc/ops/manage/failures/radosgw.rst b/doc/ops/manage/failures/radosgw.rst
index fd8a877c493..0de2aa48de5 100644
--- a/doc/ops/manage/failures/radosgw.rst
+++ b/doc/ops/manage/failures/radosgw.rst
@@ -49,7 +49,7 @@ will dump information about current in-progress requests with the
RADOS cluster. This allows one to identify if any requests are blocked
by a non-responsive ceph-osd. For example, one might see::
-{ "ops": [
+ { "ops": [
{ "tid": 1858,
"pg": "2.d2041a48",
"osd": 1,
diff --git a/doc/ops/manage/grow/osd.rst b/doc/ops/manage/grow/osd.rst
index d64f789fa80..4d1b4dcf481 100644
--- a/doc/ops/manage/grow/osd.rst
+++ b/doc/ops/manage/grow/osd.rst
@@ -9,18 +9,18 @@ Briefly...
#. Allocate a new OSD id::
- $ ceph osd create
- 123
+ $ ceph osd create
+ 123
#. Make sure ceph.conf is valid for the new OSD.
#. Initialize osd data directory::
- $ ceph-osd -i 123 --mkfs --mkkey
+ $ ceph-osd -i 123 --mkfs --mkkey
#. Register the OSD authentication key::
- $ ceph auth add osd.123 osd 'allow *' mon 'allow rwx' -i /var/lib/ceph/osd-data/123/keyring
+ $ ceph auth add osd.123 osd 'allow *' mon 'allow rwx' -i /var/lib/ceph/osd-data/123/keyring
#. Adjust the CRUSH map to allocate data to the new device (see :ref:`adjusting-crush`).
@@ -34,10 +34,10 @@ Briefly...
#. Remove it from the CRUSH map::
- $ ceph osd crush remove osd.123
+ $ ceph osd crush remove osd.123
#. Remove it from the osd map::
- $ ceph osd rm 123
+ $ ceph osd rm 123
See also :ref:`failures-osd`.