From b178e974e0dd39e291df9b7f1607fae12d311183 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 8 Sep 2014 11:26:37 -0700 Subject: [PATCH] doc: Clean up syntax to suppress warnings. Signed-off-by: John Wilkins --- doc/release-notes.rst | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 116ed8fc32b..b5e6262a3d2 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -18,22 +18,22 @@ coming up in the next month. Upgrading --------- -* The *_kb perf counters on the monitor have been removed. These are - replaced with a new set of *_bytes counters (e.g., cluster_osd_kb is - replaced by cluster_osd_bytes). +* The ``*_kb perf`` counters on the monitor have been removed. These are + replaced with a new set of ``*_bytes`` counters (e.g., ``cluster_osd_kb`` is + replaced by ``cluster_osd_bytes``). -* The rd_kb and wr_kb fields in the JSON dumps for pool stats (accessed via - the 'ceph df detail -f json-pretty' and related commands) have been replaced - with corresponding *_bytes fields. Similarly, the 'total_space', 'total_used', - and 'total_avail' fields are replaced with 'total_bytes', 'total_used_bytes', - and 'total_avail_bytes' fields. - -* The 'rados df --format=json' output 'read_bytes' and 'write_bytes' +* The ``rd_kb`` and ``wr_kb`` fields in the JSON dumps for pool stats (accessed + via the ``ceph df detail -f json-pretty`` and related commands) have been + replaced with corresponding ``*_bytes`` fields. Similarly, the + ``total_space``, ``total_used``, and ``total_avail`` fields are replaced with + ``total_bytes``, ``total_used_bytes``, and ``total_avail_bytes`` fields. + +* The ``rados df --format=json`` output ``read_bytes`` and ``write_bytes`` fields were incorrectly reporting ops; this is now fixed. -* The 'rados df --format=json' output previously included 'read_kb' and - 'write_kb' fields; these have been removed. Please use 'read_bytes' and - 'write_bytes' instead (and divide by 1024 if appropriate). +* The ``rados df --format=json`` output previously included ``read_kb`` and + ``write_kb`` fields; these have been removed. Please use ``read_bytes`` and + ``write_bytes`` instead (and divide by 1024 if appropriate). Notable Changes --------------- @@ -126,7 +126,7 @@ Upgrading affects developers and testers only. * mon-specific and osd-specific leveldb options have been removed. - From this point onward users should use the `leveldb_*' generic + From this point onward users should use the `leveldb_*` generic options and add the options in the appropriate sections of their configuration files. Monitors will still maintain the following monitor-specific defaults: @@ -516,7 +516,7 @@ Upgrade Sequencing * If your existing cluster is running a version older than v0.67 Dumpling, please first upgrade to the latest Dumpling release before - upgrading to v0.80 Firefly. Please refer to the :ref:`Dumpling upgrade` + upgrading to v0.80 Firefly. Please refer to the `Dumpling upgrade`_ documentation. * We recommand adding the following to the [mon] section of your @@ -2675,11 +2675,12 @@ headline features for this release include: * Object namespaces in librados. -Upgrade Sequencing ------------------- .. _Dumpling upgrade: +Upgrade Sequencing +------------------ + It is possible to do a rolling upgrade from Cuttlefish to Dumpling. #. Upgrade ceph-common on all nodes that will use the command line