From 937af7067ecdba60b0462d3422fe53266bcdc0fd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 24 Oct 2017 07:30:05 -0500 Subject: [PATCH] doc/release-notes: fix backticks Signed-off-by: Sage Weil --- doc/release-notes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 9eb756eda09..475a9b24b95 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -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 -- 2.39.5