From: Sage Weil Date: Tue, 24 Sep 2019 14:26:45 +0000 (-0500) Subject: PendingReleaseNotes: add note for 14.2.5 so we can backport this X-Git-Tag: v14.2.8~85^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac4489b521ff2d3769306cc8a0977d607ae8a200;p=ceph.git PendingReleaseNotes: add note for 14.2.5 so we can backport this Signed-off-by: Sage Weil (cherry picked from commit f1f8e9a52080237906ff28b5103f87d7a59e2c46) Conflicts: PendingReleaseNotes - change "14.2.5" to "14.2.8" because this change is actually going in for 14.2.8 --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 2b6fc9b0fa1..e32a134efca 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,16 @@ +14.2.8 +------ + +* 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 pg_num + + Alternatively, the warning can be silenced with:: + + ceph config set global mon_warn_on_pool_pg_num_not_power_of_two false + 14.2.4 ------ @@ -8,7 +21,7 @@ new key being send to Zabbix. 14.2.3 --------- +------ * Nautilus-based librbd clients can now open images on Jewel clusters. @@ -24,6 +37,7 @@ fsck will warn but not fail on legacy stores, and repair will convert to per-pool stats. + 14.2.2 ------