]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
release note: Add pending release notes for already merged code
authorDavid Zafman <dzafman@redhat.com>
Thu, 5 Dec 2019 17:52:04 +0000 (09:52 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 15 Jan 2020 21:23:11 +0000 (21:23 +0000)
Follow on to https://github.com/ceph/ceph/pull/31774

Fix incorrect version number for Nautilus

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 65d03bae8b4f50cc3cbaa50640eaeab4cabd711f)

PendingReleaseNotes

index 10647594048dfb21c3789ad678c964e0b99cdb91..2b6fc9b0fa1e76f64a3a0457533c3de9d6a41f59 100644 (file)
 
     ceph config set global <option> <value>
 
-12.2.7
+14.2.7
 ------
 
 * The MGR now accepts 'profile rbd' and 'profile rbd-read-only' user caps.
   These caps can be used to provide users access to MGR-based RBD functionality
   such as 'rbd perf image iostat' an 'rbd perf image iotop'.
+
+* The configuration value ``osd_calc_pg_upmaps_max_stddev`` used for upmap
+  balancing has been removed. Instead use the mgr balancer config
+  ``upmap_max_deviation`` which now is an integer number of PGs of deviation
+  from the target PGs per OSD.  This can be set with a command like
+  ``ceph config set mgr mgr/balancer/upmap_max_deviation 2``.  The default
+  ``upmap_max_deviation`` is 1.  There are situations where crush rules
+  would not allow a pool to ever have completely balanced PGs.  For example, if
+  crush requires 1 replica on each of 3 racks, but there are fewer OSDs in 1 of
+  the racks.  In those cases, the configuration value can be increased.