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

Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
doc/rados/configuration/ceph-conf.rst
doc/rados/deployment/chef.rst
doc/radosgw/s3/commons.rst

index 31f3697671cbe879683385918e7fb9d504263218..40671dc1991fc6faa2ef81b8e98bb10be0ebe015 100644 (file)
@@ -418,7 +418,7 @@ unnecessary debugging settings to ensure your cluster runs optimally. Logging
 debug output messages is relatively slow, and a waste of resources when
 operating your cluster. 
 
-.. tip: When debug output slows down your system, the latency can hide 
+.. tip:: When debug output slows down your system, the latency can hide 
    race conditions.
 
 Each subsystem has a logging level for its output logs,  and for its logs
index aecb9eed683bed3f550bb8d1d4a2f8821ebfacc6..7055d5f8efd8ab7ac0438d7bfb16d69f2514bba7 100644 (file)
@@ -59,7 +59,7 @@ The environment you create for Ceph requires an ``fsid``, the secret for
 your monitor(s) if you are running Ceph with ``cephx`` authentication, and
 the host name (i.e., short name) for your monitor hosts.
 
-.. tip: Open an empty text file to hold the following values until you create
+.. tip:: Open an empty text file to hold the following values until you create
    your Ceph environment.
 
 For the filesystem ID, use ``uuidgen`` from the ``uuid-runtime`` package to 
index f102e52447abe85d8db15aa587a6c52c74f056ce..14e6fd08950d0640dfbb6b0cc0e7bbd254434728 100644 (file)
@@ -18,7 +18,7 @@ The second method identifies the bucket via a virtual bucket host name. For exam
        GET / HTTP/1.1
        Host: mybucket.cname.domain.com
 
-.. tip: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards.
+.. tip:: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards.
 
 Common Request Headers
 ----------------------