]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/PendingReleaseNotes: clean up for 15.2.6 37817/head
authorNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 20:40:38 +0000 (21:40 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 20:40:38 +0000 (21:40 +0100)
This commit drops release notes that have already been published and
organizes the remaining release notes under a heading so it is clear
they are targeting the 15.2.6 release.

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

index d62d139089a6ba7561e8b454a0baf6eb0b73f7bb..c5fb58f63e5ca68cfc02f0d2655176bf1a66cdc7 100644 (file)
@@ -1,5 +1,5 @@
->=15.2.6
---------
+15.2.6
+------
 
 * 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
 
 * The ``bluefs_preextend_wal_files`` option has been removed.
 
->=15.2.5
---------
-
-* CephFS: Automatic static subtree partitioning policies may now be configured
-  using the new distributed and random ephemeral pinning extended attributes on
-  directories. See the documentation for more information:
-  https://docs.ceph.com/docs/master/cephfs/multimds/
-
-* 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.
-
-* Now when noscrub and/or nodeep-scrub flags are set globally or per pool,
-  scheduled scrubs of the type disabled will be aborted. All user initiated
-  scrubs are NOT interrupted.
-
 * 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