]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/PendingReleaseNotes: mention mon_host DNS regression 37816/head
authorNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 20:35:28 +0000 (21:35 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 20:35:28 +0000 (21:35 +0100)
This is a nautilus-specific commit.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes

index ff0fe510f6e308ac080978db94b351f251d6ee06..e8ecd9cf32df8f551bae3861043e1b6112c6933c 100644 (file)
@@ -1,25 +1,6 @@
->= 14.2.12
-----------
+14.2.13
+-------
 
-* ceph-volume: The ``lvm batch` subcommand received a major rewrite. This closed
-  a number of bugs and improves usability in terms of size specification and
-  calculation, as well as idempotency behaviour and disk replacement process.
-  Please refer to https://docs.ceph.com/en/latest/ceph-volume/lvm/batch/ for
-  more detailed information.
-
-* The ``ceph df`` command now lists the number of pgs in each pool.
-
-* Monitors now have a config option ``mon_osd_warn_num_repaired``, 10 by default.
-  If any OSD has repaired more than this many I/O errors in stored data a
-  ``OSD_TOO_MANY_REPAIRS`` health warning is generated.  In order to allow
-  clearing of the warning, a new command ``ceph tell osd.# clear_shards_repaired [count]``
-  has been added.  By default it will set the repair count to 0.  If you wanted
-  to be warned again if additional repairs are performed you can provide a value
-  to the command and specify the value of ``mon_osd_warn_num_repaired``.
-  This command will be replaced in future releases by the health mute/unmute feature.
-
-* It is now possible to specify the initial monitor to contact for Ceph tools
-  and daemons using the ``mon_host_override`` config option or
-  ``--mon-host-override <ip>`` command-line switch. This generally should only
-  be used for debugging and only affects initial communication with Ceph's
-  monitor cluster.
+* This release fixes a regression introduced in 14.2.12 which broke deployments
+  that referred to MON hosts using DNS names instead of IP addresses in the
+  ``mon_host`` parameter in ``/etc/ceph/ceph.conf``.