From f1f8e9a52080237906ff28b5103f87d7a59e2c46 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 24 Sep 2019 09:26:45 -0500 Subject: [PATCH] PendingReleaseNotes: add note for 14.2.5 so we can backport this Signed-off-by: Sage Weil --- PendingReleaseNotes | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0f305adadac..58b4232485a 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -23,7 +23,21 @@ 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 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 -------- -- 2.39.5