mirror of
https://github.com/ceph/ceph
synced 2025-02-17 16:07:37 +00:00
Fix important in documentation
Use of .. important: instead of .. important:: resulting in content not being displayed. Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
This commit is contained in:
parent
330515780e
commit
cd96dbe25b
@ -11,7 +11,7 @@ If you disable ``cephx``, you do not need to generate keys using the procedures
|
||||
described here. If you re-enable ``cephx`` and have already generated keys, you
|
||||
do not need to generate the keys again.
|
||||
|
||||
.. important: The ``cephx`` protocol does not address data encryption in transport
|
||||
.. important:: The ``cephx`` protocol does not address data encryption in transport
|
||||
(e.g., SSL/TLS) or encryption at rest.
|
||||
|
||||
For additional information, see our `Cephx Intro`_, our `Cephx Configuration
|
||||
@ -49,7 +49,7 @@ assumes that you are the ``client.admin`` default user. When running Ceph with
|
||||
``cephx`` enabled, you need to have a key for the ``client.admin`` user to run
|
||||
``ceph`` commands as the administrator.
|
||||
|
||||
.. important: To run Ceph commands on the command line with
|
||||
.. important:: To run Ceph commands on the command line with
|
||||
``cephx`` enabled, you need to create a key for the ``client.admin``
|
||||
user, and create a secret file under ``/etc/ceph``.
|
||||
|
||||
|
@ -228,7 +228,7 @@ To set the number of object replicas, execute the following::
|
||||
|
||||
ceph osd pool set {poolname} size {num-replicas}
|
||||
|
||||
.. important: The ``{num-replicas}`` includes the object itself.
|
||||
.. important:: The ``{num-replicas}`` includes the object itself.
|
||||
If you want the object and two copies of the object for a total of
|
||||
three instances of the object, specify ``3``.
|
||||
|
||||
|
@ -37,7 +37,7 @@ You may also clone Ceph's Apache and FastCGI git repositories::
|
||||
.. _FastCGI Precise: http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-precise-x86_64-basic/
|
||||
.. _RFC 2616, Section 8: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html
|
||||
|
||||
.. important: If you do NOT use a modified fastcgi as described above,
|
||||
.. important:: If you do NOT use a modified fastcgi as described above,
|
||||
you should disable 100-Continue support by adding the following to
|
||||
your ``ceph.conf``::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user