]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix important in documentation
authorAlexandre Marangone <alexandre.marangone@inktank.com>
Thu, 21 Mar 2013 04:15:08 +0000 (21:15 -0700)
committerAlexandre Marangone <alexandre.marangone@inktank.com>
Thu, 21 Mar 2013 04:15:08 +0000 (21:15 -0700)
Use of .. important: instead of .. important:: resulting in content
not being displayed.

Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
doc/rados/operations/authentication.rst
doc/rados/operations/pools.rst
doc/radosgw/manual-install.rst

index ab498797476a72bbc308b9afa9af6f347f12aed8..d56f6ef584a95fa0e6b04d3872b26ea5b1bdbde3 100644 (file)
@@ -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``. 
 
index 839eb6a4f6d1aae823825cee21ad95879c35f370..514a09eeb9a9310069b987adac5f5268bd561200 100644 (file)
@@ -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``.
    
index 40b9fb21702c478311c6a9b6d613afab82daaa5c..ecd1f752d84d55d549064499585283be02fb2eea 100644 (file)
@@ -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``::