From: Alexandre Marangone Date: Thu, 21 Mar 2013 04:10:55 +0000 (-0700) Subject: Fix notes in documentation X-Git-Tag: v0.62~196^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=330515780ef6f04b9a7440dae61135eb4819cafe;p=ceph.git Fix notes in documentation Use of .. note: instead of .. note:: resulting in content not being displayed Signed-off-by: Alexandre Marangone --- diff --git a/doc/rados/deployment/chef.rst b/doc/rados/deployment/chef.rst index 9d1d18973cb9..aecb9eed683b 100644 --- a/doc/rados/deployment/chef.rst +++ b/doc/rados/deployment/chef.rst @@ -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: diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index 04e187746c97..ab498797476a 100644 --- a/doc/rados/operations/authentication.rst +++ b/doc/rados/operations/authentication.rst @@ -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. diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 3b492f3862ef..839eb6a4f6d1 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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 diff --git a/doc/radosgw/manual-install.rst b/doc/radosgw/manual-install.rst index 58229a6485bf..40b9fb21702c 100644 --- a/doc/radosgw/manual-install.rst +++ b/doc/radosgw/manual-install.rst @@ -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 ----------------