From: Alexandre Marangone Date: Thu, 21 Mar 2013 04:15:08 +0000 (-0700) Subject: Fix important in documentation X-Git-Tag: v0.62~196^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cd96dbe25bc36158333fb40b6703c135ae697127;p=ceph.git Fix important in documentation Use of .. important: instead of .. important:: resulting in content not being displayed. Signed-off-by: Alexandre Marangone --- diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index ab498797476a..d56f6ef584a9 100644 --- a/doc/rados/operations/authentication.rst +++ b/doc/rados/operations/authentication.rst @@ -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``. diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 839eb6a4f6d1..514a09eeb9a9 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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``. diff --git a/doc/radosgw/manual-install.rst b/doc/radosgw/manual-install.rst index 40b9fb21702c..ecd1f752d84d 100644 --- a/doc/radosgw/manual-install.rst +++ b/doc/radosgw/manual-install.rst @@ -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``::