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

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

index 9d1d18973cb91711b299270c6ae8e58d0f4f87ee..aecb9eed683bed3f550bb8d1d4a2f8821ebfacc6 100644 (file)
@@ -169,7 +169,7 @@ Identify nodes for your Ceph cluster. ::
 
        knife node list
        
-.. note: for each host where you installed Chef and executed ``chef-client``, 
+.. note:: for each host where you installed Chef and executed ``chef-client``, 
    the Chef server should have a minimal node configuration. You can create
    additional nodes with ``knife node create {node-name}``.
 
@@ -236,7 +236,7 @@ within ``"normal": {}``::
        
 Supported values are ``device``, ``journal``, ``dmcrypt`` (deactivated by default).
 
-.. note: dmcrypt is only supported starting with Cuttlefish
+.. note:: dmcrypt is only supported starting with Cuttlefish
 
 .. _runchefclient:
 
index 04e187746c9780e77191c7a0a22580c6b068dc8c..ab498797476a72bbc308b9afa9af6f347f12aed8 100644 (file)
@@ -246,7 +246,7 @@ daemon type 'osd' and 'r' for daemon type 'mon'::
 
    sudo ceph auth get-or-create client.foo osd 'allow rw' mon 'allow r' > keyring.foo
 
-.. note: User names are associated to user types, which include ``client``
+.. note:: User names are associated to user types, which include ``client``
    ``osd``, ``mon``, and ``mds``. In most cases, you will be
    creating keys for ``client`` users.
 
index 3b492f3862efc6204ca8e01dbeab1f4b43b50127..839eb6a4f6d1aae823825cee21ad95879c35f370 100644 (file)
@@ -126,7 +126,7 @@ If you rename a pool and you have per-pool capabilities for an authenticated
 user, you must update the user's capabilities (i.e., caps) with the new pool
 name. 
 
-.. note: Version ``0.48`` Argonaut and above.
+.. note:: Version ``0.48`` Argonaut and above.
 
 Show Pool Statistics
 ====================
@@ -143,7 +143,7 @@ To make a snapshot of a pool, execute::
 
        ceph osd pool mksnap {pool-name} {snap-name}    
        
-.. note: Version ``0.48`` Argonaut and above.
+.. note:: Version ``0.48`` Argonaut and above.
 
 
 Remove a Snapshot of a Pool
@@ -153,7 +153,7 @@ To remove a snapshot of a pool, execute::
 
        ceph osd pool rmsnap {pool-name} {snap-name}
 
-.. note: Version ``0.48`` Argonaut and above.  
+.. note:: Version ``0.48`` Argonaut and above. 
 
 .. _setpoolvalues:
 
@@ -176,7 +176,7 @@ You may set values for the following keys:
 :Description: Sets the minimum number of replicas required for io.  See `Set the Number of Object Replicas`_ for further details
 :Type: Integer
 
-.. note: Version ``0.54`` and above
+.. note:: Version ``0.54`` and above
 
 ``crash_replay_interval``
 
@@ -197,7 +197,7 @@ You may set values for the following keys:
 :Type: Integer
 
 
-.. note: Version ``0.48`` Argonaut and above.  
+.. note:: Version ``0.48`` Argonaut and above. 
 
 
 Get Pool Values
index 58229a6485bf94abb8f116ea8fb29c7aeb319330..40b9fb21702c478311c6a9b6d613afab82daaa5c 100644 (file)
@@ -2,7 +2,7 @@
  Install Apache, FastCGI and RADOS GW
 ======================================
 
-.. note: If you deploy Ceph with Chef cookbooks, you may skip this section. 
+.. note:: If you deploy Ceph with Chef cookbooks, you may skip this section. 
 
 Install Packages
 ----------------