]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: fix backticks 18482/head
authorSage Weil <sage@redhat.com>
Tue, 24 Oct 2017 12:30:05 +0000 (07:30 -0500)
committerSage Weil <sage@redhat.com>
Tue, 24 Oct 2017 13:46:07 +0000 (08:46 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/release-notes.rst

index 9eb756eda0916ec396fe83d91d53c7c86dbe0fc9..475a9b24b95f357a986c3b3fd6e8a42f5420f028 100644 (file)
@@ -724,8 +724,8 @@ upgrades from Jewel to Luminous.
   which means that a librados user might get fewer keys than they asked for.
   This is necessary to prevent careless users from requesting an unreasonable
   amount of data from the cluster in a single operation.  The new limits are
-  configured with `osd_max_omap_entries_per_request`, defaulting to 131,072, and
-  'osd_max_omap_bytes_per_request', defaulting to 4MB.
+  configured with ``osd_max_omap_entries_per_request``, defaulting to 131,072, and
+  ``osd_max_omap_bytes_per_request``, defaulting to 4MB.
 
 * Calculation of recovery priorities has been updated.
   This could lead to unintuitive recovery prioritization
@@ -4264,8 +4264,8 @@ Upgrade notes
   which means that a librados user might get fewer keys than they asked for.
   This is necessary to prevent careless users from requesting an unreasonable
   amount of data from the cluster in a single operation.  The new limits are
-  configured with `osd_max_omap_entries_per_request`, defaulting to 131,072, and
-  'osd_max_omap_bytes_per_request', defaulting to 4MB.
+  configured with ``osd_max_omap_entries_per_request``, defaulting to 131,072, and
+  ``osd_max_omap_bytes_per_request``, defaulting to 4MB.
 
 * Calculation of recovery priorities has been updated.
   This could lead to unintuitive recovery prioritization