]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: add note for 14.2.5 so we can backport this
authorSage Weil <sage@redhat.com>
Tue, 24 Sep 2019 14:26:45 +0000 (09:26 -0500)
committerSage Weil <sage@redhat.com>
Tue, 24 Sep 2019 14:26:45 +0000 (09:26 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 0f305adadac03b536fbb3e559c3ceb3d6e535554..58b4232485ac13ec773740abdc0d8d0730ce6dba 100644 (file)
   ensuring that all clients are hammer or newer allows new features
   only supported for `straw2` buckets to be used, including the
   `crush-compat` mode for the :ref:`balancer`.
-  
+
+
+14.2.5
+------
+
+* Ceph will now issue a health warning if a RADOS pool as a ``pg_num``
+  value that is not a power of two.  This can be fixed by adjusting
+  the pool to a nearby power of two::
+
+    ceph osd pool set <pool-name> pg_num <new-pg-num>
+
+  Alternatively, the warning can be silenced with::
+
+    ceph config set global mon_warn_on_pool_pg_num_not_power_of_two false
+
 
 >=15.0.0
 --------