From: Sage Weil Date: Tue, 3 Sep 2019 15:54:47 +0000 (-0500) Subject: common: default pg_autoscale_mode=on for new pools X-Git-Tag: v15.1.0~1576^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30112%2Fhead;p=ceph.git common: default pg_autoscale_mode=on for new pools Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 1f819531271..6e42ef314cf 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -135,3 +135,10 @@ * New OSD daemon command dump_scrub_reservations which reveals the scrub reservations that are held for local (primary) and remote (replica) PGs. + +* The ``pg_autoscale_mode`` is now set to ``on`` by default for newly + created pools, which means that Ceph will automatically manage the + number of PGs. To change this behavior, or to learn more about PG + autoscaling, see :ref:`pg-autoscaler`. Note that existing pools in + upgraded clusters will still be set to ``warn`` by default. + diff --git a/src/common/options.cc b/src/common/options.cc index 5ccc6142046..e5bca3c1841 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2625,7 +2625,7 @@ std::vector