Skip to content

Commit

Permalink
doc: various fixes
Browse files Browse the repository at this point in the history
- radosgw/s3/bucketops.rst: fix Malformed table.
- operations/health-checks.rst: Title underline too short
- rbd/rados-rbd-cmds.rst: Title underline too short
- rados/operations/index.rst: include health-checks in toc

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Aug 1, 2017
1 parent 901f14a commit 2670d24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/rados/operations/health-checks.rst
Expand Up @@ -30,7 +30,7 @@ ________

One or more OSDs are marked down

OSD_<crush type>_DOWN
OSD_<crush type>_DOWN
_____________________

(e.g. OSD_HOST_DOWN, OSD_ROOT_DOWN)
Expand Down
1 change: 1 addition & 0 deletions doc/rados/operations/index.rst
Expand Up @@ -14,6 +14,7 @@ and, monitoring an operating cluster.
:maxdepth: 1

operating
health-checks
monitoring
monitoring-osd-pg
user-management
Expand Down
4 changes: 2 additions & 2 deletions doc/radosgw/s3/bucketops.rst
Expand Up @@ -292,7 +292,7 @@ You may specify parameters for ``GET /{bucket}?uploads``, but none of them are r
+------------------------+-----------+--------------------------------------------------------------------------------------+
| ``max-uploads`` | Integer | The maximum number of multipart uploads. The range from 1-1000. The default is 1000. |
+------------------------+-----------+--------------------------------------------------------------------------------------+
| ``upload-id-marker`` | String | Ignored if ``key-marker`` is not specified. Specifies the ``ID`` of first |
| ``upload-id-marker`` | String | Ignored if ``key-marker`` is not specified. Specifies the ``ID`` of first |
| | | upload to list in lexicographical order at or following the ``ID``. |
+------------------------+-----------+--------------------------------------------------------------------------------------+

Expand Down Expand Up @@ -374,4 +374,4 @@ REQUEST ENTITIES
| ``VersioningConfiguration`` | Container | A container for the request. |
+-----------------------------+-----------+---------------------------------------------------------------------------+
| ``Status`` | String | Sets the versioning state of the bucket. Valid Values: Suspended/Enabled |
+-----------------------------+-----------+---------------------------------------------------------------------------+
+-----------------------------+-----------+---------------------------------------------------------------------------+
2 changes: 1 addition & 1 deletion doc/rbd/rados-rbd-cmds.rst
Expand Up @@ -190,7 +190,7 @@ For example::
force.

Restoring a Block Device Image
=============================
==============================

To restore a deferred delete block device in the rbd pool, execute the
following, but replace ``{image-id}`` with the id of the image::
Expand Down

0 comments on commit 2670d24

Please sign in to comment.